Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +36 -2
constants.py
CHANGED
|
@@ -16,12 +16,15 @@ IS_ZERO_GPU = bool(os.getenv("SPACES_ZERO_GPU"))
|
|
| 16 |
DOWNLOAD_MODEL = "https://huggingface.co/zuv0/test/resolve/main/milkyWonderland_v40.safetensors"
|
| 17 |
|
| 18 |
# - **Download VAEs**
|
| 19 |
-
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"
|
| 20 |
|
| 21 |
# - **Download LoRAs**
|
| 22 |
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"
|
| 23 |
|
| 24 |
LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
|
|
|
|
|
|
|
|
| 25 |
'stabilityai/stable-diffusion-xl-base-1.0',
|
| 26 |
'Laxhar/noobai-XL-1.1',
|
| 27 |
'Laxhar/noobai-XL-Vpred-1.0',
|
|
@@ -51,8 +54,10 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
| 51 |
'John6666/ntr-mix-illustrious-xl-noob-xl-xi-sdxl',
|
| 52 |
'John6666/ntr-mix-illustrious-xl-noob-xl-xii-sdxl',
|
| 53 |
'John6666/ntr-mix-illustrious-xl-noob-xl-xiii-sdxl',
|
|
|
|
| 54 |
'John6666/mistoon-anime-v10illustrious-sdxl',
|
| 55 |
'John6666/hassaku-xl-illustrious-v22-sdxl',
|
|
|
|
| 56 |
'John6666/haruki-mix-illustrious-v10-sdxl',
|
| 57 |
'John6666/noobreal-v10-sdxl',
|
| 58 |
'John6666/complicated-noobai-merge-vprediction-sdxl',
|
|
@@ -64,6 +69,7 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
| 64 |
'Laxhar/noobai-XL-Vpred-0.6',
|
| 65 |
'John6666/cat-tower-noobai-xl-checkpoint-v14vpred-sdxl',
|
| 66 |
'John6666/cat-tower-noobai-xl-checkpoint-v15vpred-sdxl',
|
|
|
|
| 67 |
'John6666/noobai-xl-nai-xl-vpred05version-sdxl',
|
| 68 |
'John6666/noobai-fusion2-vpred-itercomp-v1-sdxl',
|
| 69 |
'John6666/noobai-xl-nai-xl-vpredtestversion-sdxl',
|
|
@@ -78,19 +84,31 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
| 78 |
'John6666/one-obsession-14-24d-sdxl',
|
| 79 |
'John6666/one-obsession-15-noobai-sdxl',
|
| 80 |
'John6666/one-obsession-v16-noobai-sdxl',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
'John6666/prefect-illustrious-xl-v3-sdxl',
|
|
|
|
|
|
|
| 82 |
'John6666/wai-nsfw-illustrious-v70-sdxl',
|
| 83 |
'John6666/wai-nsfw-illustrious-sdxl-v140-sdxl',
|
|
|
|
| 84 |
'John6666/illustrious-pony-mix-v3-sdxl',
|
| 85 |
'John6666/nova-anime-xl-il-v90-sdxl',
|
| 86 |
'John6666/nova-anime-xl-il-v110-sdxl',
|
|
|
|
| 87 |
'John6666/nova-orange-xl-re-v10-sdxl',
|
| 88 |
'John6666/nova-orange-xl-v110-sdxl',
|
| 89 |
'John6666/nova-orange-xl-re-v20-sdxl',
|
| 90 |
'John6666/nova-unreal-xl-v60-sdxl',
|
| 91 |
'John6666/nova-unreal-xl-v70-sdxl',
|
| 92 |
'John6666/nova-unreal-xl-v80-sdxl',
|
|
|
|
| 93 |
'John6666/nova-cartoon-xl-v40-sdxl',
|
|
|
|
|
|
|
| 94 |
'John6666/silvermoon-mix03-illustrious-v10-sdxl',
|
| 95 |
'eienmojiki/Anything-XL',
|
| 96 |
'eienmojiki/Starry-XL-v5.2',
|
|
@@ -151,6 +169,22 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
| 151 |
'yodayo-ai/kivotos-xl-2.0',
|
| 152 |
'yodayo-ai/holodayo-xl-2.1',
|
| 153 |
'yodayo-ai/clandestine-xl-1.0',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
'https://huggingface.co/chemwolf/Karmix-XL-v0/resolve/main/Karmix-XL-v0.safetensors?download=true',
|
| 155 |
'https://civitai.com/api/download/models/128713?type=Model&format=SafeTensor&size=pruned&fp=fp16',
|
| 156 |
'https://civitai.com/models/30240?modelVersionId=125771',
|
|
@@ -603,4 +637,4 @@ RESOURCES = (
|
|
| 603 |
- Try the image generator in Colab’s free tier, which provides free GPU [link](https://github.com/R3gm/SD_diffusers_interactive).
|
| 604 |
- `DiffuseCraft` in Colab:[link](https://github.com/R3gm/DiffuseCraft?tab=readme-ov-file#diffusecraft).
|
| 605 |
"""
|
| 606 |
-
)
|
|
|
|
| 16 |
DOWNLOAD_MODEL = "https://huggingface.co/zuv0/test/resolve/main/milkyWonderland_v40.safetensors"
|
| 17 |
|
| 18 |
# - **Download VAEs**
|
| 19 |
+
DOWNLOAD_VAE = "https://huggingface.co/Anzhc/Anzhcs-VAEs/resolve/main/SDXL%20Anime%20VAE%20Dec-only%20B3.safetensors, 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"
|
| 20 |
|
| 21 |
# - **Download LoRAs**
|
| 22 |
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"
|
| 23 |
|
| 24 |
LOAD_DIFFUSERS_FORMAT_MODEL = [
|
| 25 |
+
'TestOrganizationPleaseIgnore/potato_quality_anime_plzwork_sdxl',
|
| 26 |
+
'TestOrganizationPleaseIgnore/rinAnim8drawIllustriousXL_v20_sdxl',
|
| 27 |
+
'TestOrganizationPleaseIgnore/perfectrsbmixIllustrious_definitiveiota_sdxl',
|
| 28 |
'stabilityai/stable-diffusion-xl-base-1.0',
|
| 29 |
'Laxhar/noobai-XL-1.1',
|
| 30 |
'Laxhar/noobai-XL-Vpred-1.0',
|
|
|
|
| 54 |
'John6666/ntr-mix-illustrious-xl-noob-xl-xi-sdxl',
|
| 55 |
'John6666/ntr-mix-illustrious-xl-noob-xl-xii-sdxl',
|
| 56 |
'John6666/ntr-mix-illustrious-xl-noob-xl-xiii-sdxl',
|
| 57 |
+
'martineux/nova-unreal10',
|
| 58 |
'John6666/mistoon-anime-v10illustrious-sdxl',
|
| 59 |
'John6666/hassaku-xl-illustrious-v22-sdxl',
|
| 60 |
+
'John6666/hassaku-xl-illustrious-v31-sdxl',
|
| 61 |
'John6666/haruki-mix-illustrious-v10-sdxl',
|
| 62 |
'John6666/noobreal-v10-sdxl',
|
| 63 |
'John6666/complicated-noobai-merge-vprediction-sdxl',
|
|
|
|
| 69 |
'Laxhar/noobai-XL-Vpred-0.6',
|
| 70 |
'John6666/cat-tower-noobai-xl-checkpoint-v14vpred-sdxl',
|
| 71 |
'John6666/cat-tower-noobai-xl-checkpoint-v15vpred-sdxl',
|
| 72 |
+
'John6666/cat-tower-noobai-xl-checkpoint-v20-vpred-sdxl',
|
| 73 |
'John6666/noobai-xl-nai-xl-vpred05version-sdxl',
|
| 74 |
'John6666/noobai-fusion2-vpred-itercomp-v1-sdxl',
|
| 75 |
'John6666/noobai-xl-nai-xl-vpredtestversion-sdxl',
|
|
|
|
| 84 |
'John6666/one-obsession-14-24d-sdxl',
|
| 85 |
'John6666/one-obsession-15-noobai-sdxl',
|
| 86 |
'John6666/one-obsession-v16-noobai-sdxl',
|
| 87 |
+
'John6666/one-obsession-17-red-sdxl',
|
| 88 |
+
'martineux/oneobs18',
|
| 89 |
+
'martineux/oneobsession19',
|
| 90 |
+
'John6666/cat-tower-noobai-xl-checkpoint-v14-epsilon-pred-sdxl',
|
| 91 |
+
'martineux/cattower-chenkin-xl',
|
| 92 |
'John6666/prefect-illustrious-xl-v3-sdxl',
|
| 93 |
+
'martineux/perfect4',
|
| 94 |
+
'martineux/prefectIllustriousXL_v5',
|
| 95 |
'John6666/wai-nsfw-illustrious-v70-sdxl',
|
| 96 |
'John6666/wai-nsfw-illustrious-sdxl-v140-sdxl',
|
| 97 |
+
'martineux/waiIllustriousSDXL_v160',
|
| 98 |
'John6666/illustrious-pony-mix-v3-sdxl',
|
| 99 |
'John6666/nova-anime-xl-il-v90-sdxl',
|
| 100 |
'John6666/nova-anime-xl-il-v110-sdxl',
|
| 101 |
+
'frankjoshua/novaAnimeXL_ilV140',
|
| 102 |
'John6666/nova-orange-xl-re-v10-sdxl',
|
| 103 |
'John6666/nova-orange-xl-v110-sdxl',
|
| 104 |
'John6666/nova-orange-xl-re-v20-sdxl',
|
| 105 |
'John6666/nova-unreal-xl-v60-sdxl',
|
| 106 |
'John6666/nova-unreal-xl-v70-sdxl',
|
| 107 |
'John6666/nova-unreal-xl-v80-sdxl',
|
| 108 |
+
'martineux/nova-unreal10',
|
| 109 |
'John6666/nova-cartoon-xl-v40-sdxl',
|
| 110 |
+
'martineux/novacartoon6',
|
| 111 |
+
'martineux/novareal8',
|
| 112 |
'John6666/silvermoon-mix03-illustrious-v10-sdxl',
|
| 113 |
'eienmojiki/Anything-XL',
|
| 114 |
'eienmojiki/Starry-XL-v5.2',
|
|
|
|
| 169 |
'yodayo-ai/kivotos-xl-2.0',
|
| 170 |
'yodayo-ai/holodayo-xl-2.1',
|
| 171 |
'yodayo-ai/clandestine-xl-1.0',
|
| 172 |
+
'Raelina/Raehoshi-illust-XL-8',
|
| 173 |
+
'johnkillington/chenkinxmilfynoobai_v20-MLX',
|
| 174 |
+
'martineux/unholydesire5-xl',
|
| 175 |
+
'abacaxthebrave/Unholy_Desire_Mix_ILXL',
|
| 176 |
+
'martineux/diving5',
|
| 177 |
+
'martineux/diving7',
|
| 178 |
+
'martineux/mergestein-animuplus-xl',
|
| 179 |
+
'martineux/mergestein-uncannyr2-xl',
|
| 180 |
+
'martineux/steincustom_V12',
|
| 181 |
+
'martineux/miaomiao-realskin1p25-xl',
|
| 182 |
+
'martineux/miaov18',
|
| 183 |
+
'John6666/garage-mix-noob-vpred-eps-v10-vpred-sdxl',
|
| 184 |
+
'TestOrganizationPleaseIgnore/perfectrsbmixIllustrious_definitivelambda_sdxl',
|
| 185 |
+
'TestOrganizationPleaseIgnore/rinFlanimeIllustrious_v27_sdxl',
|
| 186 |
+
'TestOrganizationPleaseIgnore/rinAnimepopcute_v30_sdxl',
|
| 187 |
+
'TestOrganizationPleaseIgnore/potato_quality_anime_zzz_sdxl',
|
| 188 |
'https://huggingface.co/chemwolf/Karmix-XL-v0/resolve/main/Karmix-XL-v0.safetensors?download=true',
|
| 189 |
'https://civitai.com/api/download/models/128713?type=Model&format=SafeTensor&size=pruned&fp=fp16',
|
| 190 |
'https://civitai.com/models/30240?modelVersionId=125771',
|
|
|
|
| 637 |
- Try the image generator in Colab’s free tier, which provides free GPU [link](https://github.com/R3gm/SD_diffusers_interactive).
|
| 638 |
- `DiffuseCraft` in Colab:[link](https://github.com/R3gm/DiffuseCraft?tab=readme-ov-file#diffusecraft).
|
| 639 |
"""
|
| 640 |
+
)
|