ACCA225 commited on
Commit
1cae284
1 Parent(s): 8e37d87

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +6 -2
app2.py CHANGED
@@ -154,7 +154,6 @@ plugins = [
154
  'https://openi.pcl.ac.cn/2575044704/sd-webui-lora-block-weight',
155
  'https://openi.pcl.ac.cn/2575044704/sd-skin-extension',
156
  "https://kkgithub.com/thygate/stable-diffusion-webui-depthmap-script.git",
157
- "https://gitcode.net/ranting8323/sd-webui-prompt-all-in-one",
158
  "https://gitcode.net/ranting8323/sd-webui-controlnet",
159
  "https://kkgithub.com/SignalFlagZ/sd-webui-civbrowser.git",
160
  "https://kkgithub.com/continue-revolution/sd-webui-animatediff.git",
@@ -165,9 +164,14 @@ plugins = [
165
  "https://kkgithub.com/LonicaMewinsky/gif2gif.git",
166
  "https://kkgithub.com/modelscope/facechain.git",
167
  ]
168
-
 
 
 
169
  #for plugin in plugins:
170
  #os.system(f"git clone {plugin}")
 
 
171
  os.makedirs('/home/xlab-app-center/stable-diffusion-webui/models/adetailer', exist_ok=True)
172
  os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/models/adetailer")
173
  os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/Bingsu/adetailer/resolve/main/hand_yolov8s.pt -d /home/xlab-app-center/stable-diffusion-webui/models/adetailer -o hand_yolov8s.pt")
 
154
  'https://openi.pcl.ac.cn/2575044704/sd-webui-lora-block-weight',
155
  'https://openi.pcl.ac.cn/2575044704/sd-skin-extension',
156
  "https://kkgithub.com/thygate/stable-diffusion-webui-depthmap-script.git",
 
157
  "https://gitcode.net/ranting8323/sd-webui-controlnet",
158
  "https://kkgithub.com/SignalFlagZ/sd-webui-civbrowser.git",
159
  "https://kkgithub.com/continue-revolution/sd-webui-animatediff.git",
 
164
  "https://kkgithub.com/LonicaMewinsky/gif2gif.git",
165
  "https://kkgithub.com/modelscope/facechain.git",
166
  ]
167
+ needed_extensions = [
168
+ "https://openi.pcl.ac.cn/2575044704/sd-extension-system-info",
169
+ "https://openi.pcl.ac.cn/2575044704/batchlinks-webui",
170
+ ]
171
  #for plugin in plugins:
172
  #os.system(f"git clone {plugin}")
173
+ for plugin in needed_extensions:
174
+ os.system(f"git clone {plugin}")
175
  os.makedirs('/home/xlab-app-center/stable-diffusion-webui/models/adetailer', exist_ok=True)
176
  os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/models/adetailer")
177
  os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://hf-mirror.com/Bingsu/adetailer/resolve/main/hand_yolov8s.pt -d /home/xlab-app-center/stable-diffusion-webui/models/adetailer -o hand_yolov8s.pt")