editing scripts and readme

main
Christopher Williams 3 years ago
parent dd9213f835
commit bf6b2a91e2

@ -47,7 +47,9 @@ download the .exe and I copied it to my C:/Windows/System directory (this isn't
sudo apt-get -y install git wget sudo apt-get -y install git wget
## 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.

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

@ -0,0 +1,3 @@
#!/bin/bash
conda deactivate

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
conda env remove sdco conda env remove -n sdco

Loading…
Cancel
Save