Update install.sh
This commit is contained in:
parent
8366e69022
commit
e482d5ee54
|
@ -35,6 +35,7 @@ eval "$(pyenv init -)"
|
|||
source .bashrc
|
||||
pyenv install 3.10
|
||||
pyenv global 3.10
|
||||
cd
|
||||
mkdir stablediff
|
||||
cd stablediff
|
||||
wget https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
|
||||
|
|
Loading…
Reference in New Issue