bobber commited on
Commit
dc5772f
·
verified ·
1 Parent(s): 2c2b80e

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +2 -0
constants.py CHANGED
@@ -19,10 +19,12 @@ DOWNLOAD_VAE = "https://huggingface.co/fp16-guy/anything_kl-f8-anime2_vae-ft-mse
19
  DOWNLOAD_LORA = "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors, https://huggingface.co/Leopain/color/resolve/main/Coloring_book_-_LineArt.safetensors, https://civitai.com/api/download/models/135867, https://huggingface.co/Linaqruf/anime-detailer-xl-lora/resolve/main/anime-detailer-xl.safetensors?download=true, https://huggingface.co/Linaqruf/style-enhancer-xl-lora/resolve/main/style-enhancer-xl.safetensors?download=true, https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors?download=true, https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-CFG-lora.safetensors?download=true"
20
 
21
  LOAD_DIFFUSERS_FORMAT_MODEL = [
 
22
  'bobber/bigLoveXL1-ntrMIXIllustriousXLxii-merged',
23
  'bobber/biglove-xl1-sdxl',
24
  'John6666/biglove-ponyv20-sdxl',
25
  'John6666/ntr-mix-illustrious-xl-noob-xl-xii-sdxl',
 
26
  'stabilityai/stable-diffusion-xl-base-1.0',
27
  'Laxhar/noobai-XL-1.1',
28
  'Laxhar/noobai-XL-Vpred-1.0',
 
19
  DOWNLOAD_LORA = "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors, https://huggingface.co/Leopain/color/resolve/main/Coloring_book_-_LineArt.safetensors, https://civitai.com/api/download/models/135867, https://huggingface.co/Linaqruf/anime-detailer-xl-lora/resolve/main/anime-detailer-xl.safetensors?download=true, https://huggingface.co/Linaqruf/style-enhancer-xl-lora/resolve/main/style-enhancer-xl.safetensors?download=true, https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors?download=true, https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-CFG-lora.safetensors?download=true"
20
 
21
  LOAD_DIFFUSERS_FORMAT_MODEL = [
22
+ 'bobber/bigasp_v20-ntrMIXIllustriousXLxii-merged',
23
  'bobber/bigLoveXL1-ntrMIXIllustriousXLxii-merged',
24
  'bobber/biglove-xl1-sdxl',
25
  'John6666/biglove-ponyv20-sdxl',
26
  'John6666/ntr-mix-illustrious-xl-noob-xl-xii-sdxl',
27
+ 'John6666/jib-mix-flux-v6realpix-bf16-flux',
28
  'stabilityai/stable-diffusion-xl-base-1.0',
29
  'Laxhar/noobai-XL-1.1',
30
  'Laxhar/noobai-XL-Vpred-1.0',