Spaces:
Running
on
Zero
Running
on
Zero
Upload 6 files
Browse files
dc.py
CHANGED
@@ -958,7 +958,7 @@ except Exception:
|
|
958 |
private_lora_model_list = get_private_lora_model_lists()
|
959 |
loras_dict = {"None": ["", "", "", "", ""], "": ["", "", "", "", ""]} | private_lora_dict.copy()
|
960 |
loras_url_to_path_dict = {} # {"URL to download": "local filepath", ...}
|
961 |
-
|
962 |
all_lora_list = []
|
963 |
|
964 |
|
|
|
958 |
private_lora_model_list = get_private_lora_model_lists()
|
959 |
loras_dict = {"None": ["", "", "", "", ""], "": ["", "", "", "", ""]} | private_lora_dict.copy()
|
960 |
loras_url_to_path_dict = {} # {"URL to download": "local filepath", ...}
|
961 |
+
civitai_last_results = {} # {"URL to download": {search results}, ...}
|
962 |
all_lora_list = []
|
963 |
|
964 |
|