Update new.py
Browse files
new.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# 配置
|
2 |
import os
|
3 |
install_path = '/home/xlab-app-center'
|
4 |
-
webui_repo = 'AUTOMATIC1111/stable-diffusion-webui --branch v1.
|
5 |
rename_repo = 'stable-diffusion-webui'
|
6 |
git_url = 'gitcode.com'
|
7 |
webui_port = 7860
|
|
|
1 |
# 配置
|
2 |
import os
|
3 |
install_path = '/home/xlab-app-center'
|
4 |
+
webui_repo = 'AUTOMATIC1111/stable-diffusion-webui --branch v1.9.4'
|
5 |
rename_repo = 'stable-diffusion-webui'
|
6 |
git_url = 'gitcode.com'
|
7 |
webui_port = 7860
|