Spaces:
Running
on
Zero
Running
on
Zero
some external loras give error
#16
by
kayte0342
- opened
this is an amazing tool! i've noticed that certain external loras give errors, specifically some from civitai. this seems to have been solved here: https://github.com/huggingface/diffusers/blob/main/src/diffusers/loaders/lora_conversion_utils.py
is it possible to implement a patch that error handles and converts to a recognized type?
Thanks for the detailed report!
The LoRA reading part itself is supposed to be a standard implementation, so I think it's probably just that the build time is old and it hasn't reflected the newer github version. I made some dummy changes and rebuilt it.