Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
4f9226f
1
Parent(s):
85949b2
app.py
Browse files- utils/dl_utils.py +1 -1
utils/dl_utils.py
CHANGED
@@ -11,7 +11,7 @@ import cv2
|
|
11 |
def dl_cn_model(model_dir):
|
12 |
folder = model_dir
|
13 |
file_name = 'diffusion_pytorch_model.safetensors'
|
14 |
-
url = "
|
15 |
file_path = os.path.join(folder, file_name)
|
16 |
if not os.path.exists(file_path):
|
17 |
response = requests.get(url, allow_redirects=True)
|
|
|
11 |
def dl_cn_model(model_dir):
|
12 |
folder = model_dir
|
13 |
file_name = 'diffusion_pytorch_model.safetensors'
|
14 |
+
url = "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test_controlnet2/CN-anytest_v4-marged.safetensors"
|
15 |
file_path = os.path.join(folder, file_name)
|
16 |
if not os.path.exists(file_path):
|
17 |
response = requests.get(url, allow_redirects=True)
|