huggingface / candle

Minimalist ML framework for Rust
Apache License 2.0
14.33k stars 806 forks source link

[Feature request] Support single-file stable diffusion safetensors models #1482

Open strake opened 6 months ago

strake commented 6 months ago

It would be convenient to be able to load a full model — CLIP, CLIP2, UNet, VAE — from a single file, like how models are distributed on civitai for example.

super-fun-surf commented 3 weeks ago

is it possible to load checkpoints with candle? like the safetensors used in comfyUI?