huggingface / huggingface/candle
Diffusers model adapters
- Dominant language
- Rust
- Stars
- 21k
- Forks
- 1.8k
- Avg merge
- 16h 42m
- Merged PRs (30d)
- 25
Description
Currently not able to load diffusers models as is due to difference in layout, viz. for SDXL if I try to load [SDXL FaeTastic](https://civitai.com/models/129681?modelVersionId=291443) it will error out following the code in [candle-examples
](https://github.com/huggingface/candle/tree/main/candle-examples/examples/stable-diffusion)
On investigating I see that the safetensors kv layout is entirely difference from what's there in the default loader, which follows seperate model file layouting rather than a monolith.
I request having alternative loader methods to load these kinds of models in `candle-transformers` package.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.