John6666 commited on
Commit
18e60ee
1 Parent(s): 532efc3

Upload civitai_to_hf.py

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