Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
e71b11b
1
Parent(s):
369f82f
app.py
Browse files- utils/utils.py +2 -2
utils/utils.py
CHANGED
@@ -62,8 +62,8 @@ def load_tagger_model(model_dir):
|
|
62 |
|
63 |
def load_lora_model(model_dir):
|
64 |
folder = model_dir
|
65 |
-
file_name = '
|
66 |
-
url = "https://huggingface.co/
|
67 |
|
68 |
file_path = os.path.join(folder, file_name)
|
69 |
if not os.path.exists(file_path):
|
|
|
62 |
|
63 |
def load_lora_model(model_dir):
|
64 |
folder = model_dir
|
65 |
+
file_name = 'style-lineart_02.safetensors'
|
66 |
+
url = "https://huggingface.co/2vXpSwA7/iroiro-lora/resolve/main/test3/style-lineart_02.safetensors"
|
67 |
|
68 |
file_path = os.path.join(folder, file_name)
|
69 |
if not os.path.exists(file_path):
|