candle icon indicating copy to clipboard operation
candle copied to clipboard

Diffusers model adapters

Open sansmoraxz opened this issue 2 months ago • 1 comments

Currently not able to load diffusers models as is due to difference in layout, viz. for SDXL if I try to load SDXL FaeTastic it will error out following the code in candle-examples

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.

sansmoraxz avatar Sep 06 '25 21:09 sansmoraxz