diff --git a/README.md b/README.md index 411b9e6..47c0660 100644 --- a/README.md +++ b/README.md @@ -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) #### Ubuntu 22.04 - +``` 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. diff --git a/run_sdco.sh b/run_sdco.sh index 387d08a..b1fe7c0 100755 --- a/run_sdco.sh +++ b/run_sdco.sh @@ -1,3 +1,3 @@ #!/bin/bash -conda activate sdco +bash onda activate sdco python ./home/$USER/stable-diffusion-cpuonly-main/webui.py --no-half