John6666 commited on
Commit
3c68cb7
1 Parent(s): 52ebc2a

Upload 6 files

Browse files
Files changed (1) hide show
  1. dc.py +1 -1
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
- civitai_lora_last_results = {} # {"URL to download": {search results}, ...}
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