Created
August 9, 2025 04:16
-
-
Save ikks/17d5ba39d5c54105b28b075d39c76784 to your computer and use it in GitHub Desktop.
This is the models requirements present in https://raw.githubusercontent.com/Haidra-Org/AI-Horde-image-model-reference/refs/heads/main/stable_diffusion.json are transformed to have defaults when bad data comes from frontend clients
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Hassaku XL": { | |
"clip_skip": 2 | |
}, | |
"ICBINP XL": { | |
"clip_skip": 2 | |
}, | |
"Pony Diffusion XL": { | |
"clip_skip": 2 | |
}, | |
"SwamPonyXL": { | |
"clip_skip": 2 | |
}, | |
"AMPonyXL": { | |
"clip_skip": 2 | |
}, | |
"Blank Canvas XL": { | |
"clip_skip": 2 | |
}, | |
"DreamShaper XL": { | |
"cfg_scale": 2, | |
"samplers": [ | |
"k_dpmpp_sde" | |
], | |
"schedulers": [ | |
"karras" | |
], | |
"range_steps": [ | |
3, | |
6 | |
] | |
}, | |
"Stable Cascade 1.0": { | |
"range_steps": [ | |
20, | |
30 | |
] | |
}, | |
"Flux.1-Schnell fp8 (Compact)": { | |
"clip_skip": 1, | |
"samplers": [ | |
"k_euler" | |
], | |
"schedulers": [ | |
"karras" | |
], | |
"range_steps": [ | |
3, | |
8 | |
], | |
"range_cfg_scale": [ | |
1, | |
4 | |
] | |
}, | |
"Pony Realism": { | |
"clip_skip": 2, | |
"samplers": [ | |
"k_heun", | |
"k_euler_a", | |
"k_dpmpp_2m", | |
"k_dpm_2", | |
"k_dpmpp_2s_a", | |
"k_dpmpp_sde" | |
] | |
}, | |
"WAI-ANI-NSFW-PONYXL": { | |
"clip_skip": 2 | |
}, | |
"Ultraspice": { | |
"range_cfg_scale": [ | |
0, | |
2.5 | |
] | |
}, | |
"BlenderMix Pony": { | |
"clip_skip": 2 | |
}, | |
"DucHaiten GameArt (Unreal) Pony": { | |
"clip_skip": 2 | |
}, | |
"TUNIX Pony": { | |
"clip_skip": 2 | |
}, | |
"WAI-CUTE Pony": { | |
"clip_skip": 2 | |
}, | |
"Prefect Pony": { | |
"clip_skip": 2 | |
}, | |
"MHXL - Aventis Horizon": { | |
"clip_skip": 2 | |
}, | |
"Nova Furry Pony": { | |
"clip_skip": 2 | |
}, | |
"Nova Anime XL": { | |
"clip_skip": 2 | |
}, | |
"White Pony Diffusion 4": { | |
"clip_skip": 2 | |
}, | |
"noobEvo": { | |
"clip_skip": 2 | |
}, | |
"noob_v_pencil XL": { | |
"clip_skip": 2, | |
"samplers": [ | |
"k_euler", | |
"k_euler_a" | |
] | |
}, | |
"KaynegIllustriousXL": { | |
"clip_skip": 2 | |
}, | |
"CyberRealistic Pony": { | |
"clip_skip": 2 | |
}, | |
"HolyMix ILXL": { | |
"clip_skip": 2 | |
}, | |
"NTR MIX IL-Noob XL": { | |
"clip_skip": 2 | |
}, | |
"2DN": { | |
"clip_skip": 2 | |
}, | |
"ZavyChromaXL": { | |
"clip_skip": 2 | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment