- Notifications
You must be signed in to change notification settings - Fork472
feat: add support for underline style lora of flux#1103
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
ddpasa commentedDec 16, 2025
This improves#1092 . Text encoders are still not completely loaded, but it looks like the transformer is fine after this. |
leejet commentedDec 17, 2025
@ddpasa This update should make the LoRA for text_encoders work. However, I couldn’t find a corresponding LoRA to test it with. If you could upload a LoRA to HuggingFace or Civitai for me to download and test, I would really appreciate it. |
ddpasa commentedDec 17, 2025
Thanks@leejet , I uploaded an example Lora here:https://huggingface.co/ddhfacc/lora_debug/tree/main It has T5 and Clip layers as well. Pulling the additional commit did not reduce the number of unused lora layers for me. |
leejet commentedDec 17, 2025
@ddpasa Everything should be ok now. |
ddpasa commentedDec 17, 2025
ddpasa commentedDec 17, 2025
I generated multiple images, as far as I can tell, it works great now. Thanks for fixing this! |
No description provided.