Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,6 @@ extensions = [
|
|
30 |
'https://gitcode.com/DominikDoom/a1111-sd-webui-tagcomplete', # 提示词提示器
|
31 |
'https://kkgithub.com/Mikubill/sd-webui-controlnet', # ControlNet
|
32 |
"https://gitcode.net/overbill1683/stable-diffusion-webui-localization-zh_Hans",
|
33 |
-
|
34 |
-
#"https://gitcode.net/ranting8323/adetailer",
|
35 |
"https://gitcode.net/ranting8323/sd-webui-inpaint-anything",
|
36 |
"https://openi.pcl.ac.cn/2575044704/sd-extension-system-info",
|
37 |
"https://openi.pcl.ac.cn/2575044704/batchlinks-webui",
|
@@ -45,7 +43,8 @@ extensions = [
|
|
45 |
"https://kkgithub.com/LonicaMewinsky/gif2gif.git",
|
46 |
"https://openi.pcl.ac.cn/2575044704/sd-webui-agent-scheduler",
|
47 |
"https://openi.pcl.ac.cn/Echoflare/letest",
|
48 |
-
"https://github.com/Physton/sd-webui-prompt-all-in-one",
|
|
|
49 |
|
50 |
sd_models = [
|
51 |
]
|
@@ -66,7 +65,8 @@ embedding_models = [
|
|
66 |
hypernetwork_models = []
|
67 |
|
68 |
esrgan_models = ["https://hf-mirror.com/mihirkothari0702/RealESRGAN/resolve/main/RealESRGAN_x4plus.pth",
|
69 |
-
"https://hf-mirror.com/com-adm/RealESRGAN_x4plus_anime_6B/resolve/main/RealESRGAN_x4plus_anime_6B.pth",
|
|
|
70 |
|
71 |
custom_commands = [
|
72 |
#f'rm -rf {install_path}/{rename_repo}/config.json',
|
|
|
30 |
'https://gitcode.com/DominikDoom/a1111-sd-webui-tagcomplete', # 提示词提示器
|
31 |
'https://kkgithub.com/Mikubill/sd-webui-controlnet', # ControlNet
|
32 |
"https://gitcode.net/overbill1683/stable-diffusion-webui-localization-zh_Hans",
|
|
|
|
|
33 |
"https://gitcode.net/ranting8323/sd-webui-inpaint-anything",
|
34 |
"https://openi.pcl.ac.cn/2575044704/sd-extension-system-info",
|
35 |
"https://openi.pcl.ac.cn/2575044704/batchlinks-webui",
|
|
|
43 |
"https://kkgithub.com/LonicaMewinsky/gif2gif.git",
|
44 |
"https://openi.pcl.ac.cn/2575044704/sd-webui-agent-scheduler",
|
45 |
"https://openi.pcl.ac.cn/Echoflare/letest",
|
46 |
+
"https://github.com/Physton/sd-webui-prompt-all-in-one",
|
47 |
+
]
|
48 |
|
49 |
sd_models = [
|
50 |
]
|
|
|
65 |
hypernetwork_models = []
|
66 |
|
67 |
esrgan_models = ["https://hf-mirror.com/mihirkothari0702/RealESRGAN/resolve/main/RealESRGAN_x4plus.pth",
|
68 |
+
"https://hf-mirror.com/com-adm/RealESRGAN_x4plus_anime_6B/resolve/main/RealESRGAN_x4plus_anime_6B.pth",
|
69 |
+
]
|
70 |
|
71 |
custom_commands = [
|
72 |
#f'rm -rf {install_path}/{rename_repo}/config.json',
|