Update sd_yun/downloading_en.py
Browse files- sd_yun/downloading_en.py +1 -1
sd_yun/downloading_en.py
CHANGED
@@ -166,7 +166,7 @@ def unpack_webui():
|
|
166 |
print(f"⌚ Unpacking Stable Diffusion{' (Forge)' if UI == 'Forge' else ''}...", end='')
|
167 |
|
168 |
with capture.capture_output():
|
169 |
-
download_url = "https://huggingface.co/lang03383/hisd/resolve/main/
|
170 |
if UI == 'Forge':
|
171 |
download_url = "https://huggingface.co/NagisaNao/fast_repo/resolve/main/FULL_REPO.zip"
|
172 |
|
|
|
166 |
print(f"⌚ Unpacking Stable Diffusion{' (Forge)' if UI == 'Forge' else ''}...", end='')
|
167 |
|
168 |
with capture.capture_output():
|
169 |
+
download_url = "https://huggingface.co/lang03383/hisd/resolve/main/iiiiiss_v2.zip"
|
170 |
if UI == 'Forge':
|
171 |
download_url = "https://huggingface.co/NagisaNao/fast_repo/resolve/main/FULL_REPO.zip"
|
172 |
|