adjustments

main
Christopher Williams 3 years ago
parent 97c84756c5
commit 17af65f50f

@ -44,9 +44,9 @@ https://eternallybored.org/misc/wget/
download the .exe and I copied it to my C:/Windows/System directory (this isn't the correct way just the fastest to get it working) download the .exe and I copied it to my C:/Windows/System directory (this isn't the correct way just the fastest to get it working)
#### Ubuntu 22.04 #### Ubuntu 22.04
```
sudo apt-get -y install git wget sudo apt-get -y install git wget
```
## Installation of Stable-Diffusion-Cpuonly ## Installation of Stable-Diffusion-Cpuonly
Copy this github repository and extract to you home/$user directory, the install and run bash scripts are set to run from that location with the *-main at the end like you've just downloaded the zipped up file. Copy this github repository and extract to you home/$user directory, the install and run bash scripts are set to run from that location with the *-main at the end like you've just downloaded the zipped up file.

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
conda activate sdco bash onda activate sdco
python ./home/$USER/stable-diffusion-cpuonly-main/webui.py --no-half python ./home/$USER/stable-diffusion-cpuonly-main/webui.py --no-half

Loading…
Cancel
Save