Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
270af86
1
Parent(s):
3495bd6
app.py
Browse files- utils/dl_utils.py +1 -1
utils/dl_utils.py
CHANGED
@@ -60,7 +60,7 @@ def dl_lora_model(model_dir):
|
|
60 |
file_name = 'lineart.safetensors'
|
61 |
file_path = os.path.join(model_dir, file_name)
|
62 |
if not os.path.exists(file_path):
|
63 |
-
url = "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/sdxl/sdxl-
|
64 |
response = requests.get(url, allow_redirects=True)
|
65 |
if response.status_code == 200:
|
66 |
with open(file_path, 'wb') as f:
|
|
|
60 |
file_name = 'lineart.safetensors'
|
61 |
file_path = os.path.join(model_dir, file_name)
|
62 |
if not os.path.exists(file_path):
|
63 |
+
url = "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/sdxl/sdxl-lineart_11.safetensors"
|
64 |
response = requests.get(url, allow_redirects=True)
|
65 |
if response.status_code == 200:
|
66 |
with open(file_path, 'wb') as f:
|