File size: 636 Bytes
ecc4278
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#   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",
]