Spaces:
Running
on
Zero
Running
on
Zero
Update constants.py
Browse files- constants.py +5 -4
constants.py
CHANGED
@@ -7,10 +7,10 @@ from stablepy import (
|
|
7 |
)
|
8 |
|
9 |
# - **Download Models**
|
10 |
-
DOWNLOAD_MODEL = "https://
|
11 |
|
12 |
# - **Download VAEs**
|
13 |
-
DOWNLOAD_VAE = "https://huggingface.co/
|
14 |
|
15 |
# - **Download LoRAs**
|
16 |
DOWNLOAD_LORA = "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"
|
@@ -38,6 +38,7 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
38 |
'John6666/illustriousxl-mmmix-v50-sdxl',
|
39 |
'John6666/illustrious-pencil-xl-v200-sdxl',
|
40 |
'John6666/obsession-illustriousxl-v21-sdxl',
|
|
|
41 |
'eienmojiki/Anything-XL',
|
42 |
'eienmojiki/Starry-XL-v5.2',
|
43 |
'John6666/meinaxl-v2-sdxl',
|
@@ -120,8 +121,8 @@ DIFFUSERS_FORMAT_LORAS = [
|
|
120 |
|
121 |
DOWNLOAD_EMBEDS = [
|
122 |
'https://huggingface.co/datasets/Nerfgun3/bad_prompt/blob/main/bad_prompt_version2.pt',
|
123 |
-
'https://huggingface.co/embed/negative/resolve/main/EasyNegativeV2.safetensors',
|
124 |
-
'https://huggingface.co/embed/negative/resolve/main/bad-hands-5.pt',
|
125 |
]
|
126 |
|
127 |
CIVITAI_API_KEY = os.environ.get("CIVITAI_API_KEY")
|
|
|
7 |
)
|
8 |
|
9 |
# - **Download Models**
|
10 |
+
DOWNLOAD_MODEL = "https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v40.safetensors"
|
11 |
|
12 |
# - **Download VAEs**
|
13 |
+
DOWNLOAD_VAE = "https://huggingface.co/fp16-guy/anything_kl-f8-anime2_vae-ft-mse-840000-ema-pruned_blessed_clearvae_fp16_cleaned/resolve/main/vae-ft-mse-840000-ema-pruned_fp16.safetensors?download=true"
|
14 |
|
15 |
# - **Download LoRAs**
|
16 |
DOWNLOAD_LORA = "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"
|
|
|
38 |
'John6666/illustriousxl-mmmix-v50-sdxl',
|
39 |
'John6666/illustrious-pencil-xl-v200-sdxl',
|
40 |
'John6666/obsession-illustriousxl-v21-sdxl',
|
41 |
+
'John6666/obsession-illustriousxl-v30-sdxl',
|
42 |
'eienmojiki/Anything-XL',
|
43 |
'eienmojiki/Starry-XL-v5.2',
|
44 |
'John6666/meinaxl-v2-sdxl',
|
|
|
121 |
|
122 |
DOWNLOAD_EMBEDS = [
|
123 |
'https://huggingface.co/datasets/Nerfgun3/bad_prompt/blob/main/bad_prompt_version2.pt',
|
124 |
+
# 'https://huggingface.co/embed/negative/resolve/main/EasyNegativeV2.safetensors',
|
125 |
+
# 'https://huggingface.co/embed/negative/resolve/main/bad-hands-5.pt',
|
126 |
]
|
127 |
|
128 |
CIVITAI_API_KEY = os.environ.get("CIVITAI_API_KEY")
|