zerhero commited on
Commit
bbdfe0a
1 Parent(s): 749e14b

add new checkpoints.py

Browse files
Files changed (1) hide show
  1. models/loras.py +2 -1
models/loras.py CHANGED
@@ -12,5 +12,6 @@ LORA_LIST = (
12
  "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors?download=true, "
13
  "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-CFG-lora.safetensors?download=true, "
14
  "https://civitai.com/api/download/models/30666, "
15
- "https://civitai.com/api/download/models/134498 " # chibi https://civitai.com/models/123374/chibi-comic-style-q
 
16
  )
 
12
  "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors?download=true, "
13
  "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-CFG-lora.safetensors?download=true, "
14
  "https://civitai.com/api/download/models/30666, "
15
+ "https://civitai.com/api/download/models/134498, " # chibi https://civitai.com/models/123374/chibi-comic-style-q
16
+ "https://civitai.com/api/download/models/415737, " # sexual multiple views LoRA
17
  )