Update Swarmui_Kaggle/gestor_swarm.py
Browse files
Swarmui_Kaggle/gestor_swarm.py
CHANGED
|
@@ -33,7 +33,8 @@ PRESET_VAES = {
|
|
| 33 |
"sdxl_vae_fix": "https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl_vae.safetensors",
|
| 34 |
"sdxl_anime_vae": "https://huggingface.co/Anzhc/Anzhcs-VAEs/resolve/main/SDXL%20Anime%20VAE%20Dec-only%20B3.safetensors",
|
| 35 |
"sdxl_neptunia_vae": "https://huggingface.co/JustAnotherCibrarian/vae/resolve/main/1290283/1455983/neptuniaXLILNAIVAE_contrastColors.safetensors",
|
| 36 |
-
"sdxl_luna_vae": "https://huggingface.co/yuu062/tameshi/resolve/main/lunaXLVAE_luna.safetensors"
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
PRESET_UPSCALERS = {
|
|
@@ -177,6 +178,8 @@ def iniciar():
|
|
| 177 |
|
| 178 |
if url == "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model_promax.safetensors":
|
| 179 |
pretty_name = "Controlnet_Union_Pro_Max.safetensors"
|
|
|
|
|
|
|
| 180 |
elif method == 'aria2':
|
| 181 |
if "civitai.com" in url or "civitaiarchive.com" in url:
|
| 182 |
try:
|
|
|
|
| 33 |
"sdxl_vae_fix": "https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl_vae.safetensors",
|
| 34 |
"sdxl_anime_vae": "https://huggingface.co/Anzhc/Anzhcs-VAEs/resolve/main/SDXL%20Anime%20VAE%20Dec-only%20B3.safetensors",
|
| 35 |
"sdxl_neptunia_vae": "https://huggingface.co/JustAnotherCibrarian/vae/resolve/main/1290283/1455983/neptuniaXLILNAIVAE_contrastColors.safetensors",
|
| 36 |
+
"sdxl_luna_vae": "https://huggingface.co/yuu062/tameshi/resolve/main/lunaXLVAE_luna.safetensors",
|
| 37 |
+
"XL_VAE_G9": "https://civitai.com/api/download/models/1191929?type=Model&format=SafeTensor"
|
| 38 |
}
|
| 39 |
|
| 40 |
PRESET_UPSCALERS = {
|
|
|
|
| 178 |
|
| 179 |
if url == "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model_promax.safetensors":
|
| 180 |
pretty_name = "Controlnet_Union_Pro_Max.safetensors"
|
| 181 |
+
if url == "https://huggingface.co/Anzhc/Anzhcs-VAEs/resolve/main/SDXL%20Anime%20VAE%20Dec-only%20B3.safetensors":
|
| 182 |
+
pretty_name = "SDXL_Anime_Vae.safetensors"
|
| 183 |
elif method == 'aria2':
|
| 184 |
if "civitai.com" in url or "civitaiarchive.com" in url:
|
| 185 |
try:
|