| # this is for user addition of Huggingface Diffusers models, not single-file checkpoints | |
| # put single-file .safetensors checkpoints in models/diffusers/StableCascadeCustom/StageC or | |
| # models/diffusers/StableCascadeCustom/StageB as appropriate | |
| models_list_prior = [ | |
| "Disty0/sotediffusion-wuerstchen3", # anime finetune by Disty (https://huggingface.co/Disty0) | |
| "Disty0/sotediffusion-v2-prior", | |
| ] | |
| models_list_decoder = [ | |
| "Disty0/sotediffusion-wuerstchen3-decoder", # anime finetune by Disty (https://huggingface.co/Disty0) | |
| "Disty0/sotediffusion-v2", | |
| ] | |