John6666 commited on
Commit
80c43b0
1 Parent(s): fa5ac9b

Upload civitai_to_hf.py

Browse files
Files changed (1) hide show
  1. civitai_to_hf.py +1 -1
civitai_to_hf.py CHANGED
@@ -139,7 +139,7 @@ def download_civitai(dl_url, civitai_key, hf_token, urls,
139
  return gr.update(value=urls, choices=urls), gr.update(value=md)
140
 
141
 
142
- CIVITAI_TYPE = ["Checkpoint", "TextualInversion", "Hypernetwork", "AestheticGradient", "LORA", "LoCon", "DoRA", "Controlnet", "VAE", "Poses"]
143
  CIVITAI_BASEMODEL = ["Pony", "Illustrious", "SDXL 1.0", "SD 1.5", "Flux.1 D", "Flux.1 S", "SD 3.5"]
144
  CIVITAI_SORT = ["Highest Rated", "Most Downloaded", "Newest"]
145
  CIVITAI_PERIOD = ["AllTime", "Year", "Month", "Week", "Day"]
 
139
  return gr.update(value=urls, choices=urls), gr.update(value=md)
140
 
141
 
142
+ CIVITAI_TYPE = ["Checkpoint", "TextualInversion", "Hypernetwork", "AestheticGradient", "LORA", "LoCon", "DoRA", "Controlnet", "Motion", "VAE", "Poses", "Other"]
143
  CIVITAI_BASEMODEL = ["Pony", "Illustrious", "SDXL 1.0", "SD 1.5", "Flux.1 D", "Flux.1 S", "SD 3.5"]
144
  CIVITAI_SORT = ["Highest Rated", "Most Downloaded", "Newest"]
145
  CIVITAI_PERIOD = ["AllTime", "Year", "Month", "Week", "Day"]