YXStableDiffusion's picture
Upload folder using huggingface_hub
ecc4278 verified
raw
history blame contribute delete
636 Bytes
# 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",
]