automatic icon indicating copy to clipboard operation
automatic copied to clipboard

[Feature]: add support for third party stable cascade finetunes

Open A500000 opened this issue 1 year ago • 2 comments
trafficstars

Feature description

This would add support for using my own stable cascade safetensors finetunes instead of the hf blobs currently being used

Version Platform Description

No response

A500000 avatar Jul 03 '24 06:07 A500000

you should be able to load any stable cascade finetunes as-is? copying @Disty0 for more info as he did a SC finetune himself.

vladmandic avatar Jul 03 '24 16:07 vladmandic

Load the Stable Cascade base (the decoder) from Huggingface as the main model first, then load a Unet (prior) as the Unet.

Put the Unet safetensors in Unet folder and put the text encoder (if you use one) in there too. Text encoder name should be the Unet Name + _text_encoder

Example Unet: sc_unet.safetensors Example TE: sc_unet_text_encoder.safetensors

Disty0 avatar Jul 03 '24 16:07 Disty0