Rename app20.py to app2.py
Browse files- app20.py → app2.py +3 -2
app20.py → app2.py
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
import os
|
3 |
os.system("pip install wandb nvidia-ml-py3")
|
4 |
os.system("apt update && apt install -y aria2")
|
@@ -232,7 +232,8 @@ plugins = [
|
|
232 |
#"https://kkgithub.com/modelscope/facechain.git",
|
233 |
"https://openi.pcl.ac.cn/2575044704/sd-webui-controlnet",
|
234 |
"https://openi.pcl.ac.cn/2575044704/sd-webui-agent-scheduler",
|
235 |
-
"https://openi.pcl.ac.cn/2575044704/sd-webui-depth-lib"
|
|
|
236 |
]
|
237 |
suffix_1 = "Nyan9"
|
238 |
suffix_2 = "BiliBili"
|
|
|
1 |
+
# 适用于任何linux
|
2 |
import os
|
3 |
os.system("pip install wandb nvidia-ml-py3")
|
4 |
os.system("apt update && apt install -y aria2")
|
|
|
232 |
#"https://kkgithub.com/modelscope/facechain.git",
|
233 |
"https://openi.pcl.ac.cn/2575044704/sd-webui-controlnet",
|
234 |
"https://openi.pcl.ac.cn/2575044704/sd-webui-agent-scheduler",
|
235 |
+
"https://openi.pcl.ac.cn/2575044704/sd-webui-depth-lib",
|
236 |
+
"https://openi.pcl.ac.cn/Echoflare/letest"
|
237 |
]
|
238 |
suffix_1 = "Nyan9"
|
239 |
suffix_2 = "BiliBili"
|