Spaces:
Running
on
Zero
Running
on
Zero
Update utils.py
Browse files
utils.py
CHANGED
@@ -81,10 +81,6 @@ def load_all_lora_adapters():
|
|
81 |
}
|
82 |
|
83 |
for adapter_name, weight_path in LORA_ADAPTERS.items():
|
84 |
-
if not os.path.exists(weight_path):
|
85 |
-
print(f"Warning: LoRA weight file not found: {weight_path}")
|
86 |
-
continue
|
87 |
-
|
88 |
try:
|
89 |
pipe.load_lora_weights(
|
90 |
"Cicici1109/IEAP",
|
|
|
81 |
}
|
82 |
|
83 |
for adapter_name, weight_path in LORA_ADAPTERS.items():
|
|
|
|
|
|
|
|
|
84 |
try:
|
85 |
pipe.load_lora_weights(
|
86 |
"Cicici1109/IEAP",
|