daasd commited on
Commit
0caf999
·
verified ·
1 Parent(s): fc16f19

Update main2.py

Browse files
Files changed (1) hide show
  1. main2.py +5 -5
main2.py CHANGED
@@ -57,11 +57,11 @@ except Exception as e:
57
 
58
 
59
  checkpoint_url = {
60
- "Dark_sushi_mix.safetensors": "https://huggingface.co/mdl-mirror/dark-sushi-mix/resolve/main/darkSushiMixMix_brighter.safetensors",
61
- "AnythingV5V3_v5PrtRE.safetensors": "https://huggingface.co/ckpt/anything-v5.0/resolve/main/AnythingV5V3_v5PrtRE.safetensors",
62
- "chilloutmix_NiPrunedFp16Fix.safetensors": "https://huggingface.co/naonovn/chilloutmix_NiPrunedFp32Fix/resolve/main/chilloutmix_NiPrunedFp32Fix.safetensors",
63
- "rpg_V4.safetensors": "https://huggingface.co/Anashel/rpg/resolve/main/RPG-V4-Model-Download/RPG-v4.safetensors",
64
- "ProtoGen_X5.8-pruned-fp16.safetensors": "https://huggingface.co/darkstorm2150/Protogen_x5.8_Official_Release/resolve/main/ProtoGen_X5.8-pruned-fp16.safetensors",
65
  "none": "",
66
  }
67
 
 
57
 
58
 
59
  checkpoint_url = {
60
+ "animagine-xl-3.0.safetensors": "https://huggingface.co/cagliostrolab/animagine-xl-3.0/resolve/main/animagine-xl-3.0.safetensors?download=true",
61
+ "RealVisXL_V3.0.safetensors": "https://huggingface.co/SG161222/RealVisXL_V3.0/resolve/main/RealVisXL_V3.0.safetensors?download=true",
62
+ "AnyLoRA_bakedVae_blessed_fp16.safetensors": "https://huggingface.co/Lykon/AnyLoRA/resolve/main/AnyLoRA_bakedVae_blessed_fp16.safetensors?download=true",
63
+ "majicmixRealistic_v6.safetensors": "https://huggingface.co/digiplay/majicMIX_realistic_v6/resolve/main/majicmixRealistic_v6.safetensors?download=true",
64
+ "Guofeng4.2XL.safetensors": "https://huggingface.co/xiaolxl/GuoFeng4_XL/resolve/main/Guofeng4.2XL.safetensors?download=true",
65
  "none": "",
66
  }
67