Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
ed2c803
1
Parent(s):
c1d505b
app.py
Browse files- utils/dl_utils.py +1 -1
utils/dl_utils.py
CHANGED
@@ -57,7 +57,7 @@ def dl_tagger_model(model_dir):
|
|
57 |
|
58 |
|
59 |
def dl_lora_model(model_dir):
|
60 |
-
file_name = '
|
61 |
file_path = os.path.join(model_dir, file_name)
|
62 |
if not os.path.exists(file_path):
|
63 |
url = "https://huggingface.co/tori29umai/lineart/resolve/main/sdxl_BWLine.safetensors"
|
|
|
57 |
|
58 |
|
59 |
def dl_lora_model(model_dir):
|
60 |
+
file_name = 'sdxl_BWLine.safetensors'
|
61 |
file_path = os.path.join(model_dir, file_name)
|
62 |
if not os.path.exists(file_path):
|
63 |
url = "https://huggingface.co/tori29umai/lineart/resolve/main/sdxl_BWLine.safetensors"
|