-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support more LoRA models (Flux and SD3.x) #520
base: master
Are you sure you want to change the base?
Conversation
Nice, good job @stduhpf , you have been coding like a machine :) |
Thanks, I'll probably get bored out of it eventually, but so far so good. |
I was testing SD3 support with https://huggingface.co/ByteDance/Hyper-SD/tree/main?show_file_info=Hyper-SD3-8steps-CFG-lora.safetensors. I can't wrap my head around what's going on with |
Welp, I've already found a SD3 Lora that still doesn't work with these changes. |
Ok I think Lora compatibility just got a lot better, but I still found some loras with very weird naming conventions that I don't quite understand so far. |
I think this broke previously working LoRAs |
Needs more testing.
Seems to work on CPU and Vulkan (unquantized) backends, on my machine at least.
Please do some testing an let me know what works and what doesn't.
Should fix #370 and fix #483