-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[WIP] Add sdxl lora support #4097
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
Conversation
|
|
|
I tested this with nodes, and it was failing to correctly recognize the LoRA's base model type (it detected SD1 rather than SDXL) for LoRAs in After forcing it to SDXL, I tested with |
|
I’ll go ahead and update the model probe so that the correct base model is recognized during installation. |
|
Tried again this morning with a fresh graph. Still no difference between having the LoRA loaded vs not loaded. The enclosed screenshot shows a graph that uses the "Voxel" LoRA. In the gallery the upper image is with the LoRA applied, and the lower one is without. I don't see an effect even when weight is cranked high. The log shows that the lora is being loaded. |
I tried with a few different LoRAs and never saw a difference, but I'll try again... Success with "voxel style": In some cases it helps to have the trigger term in the Style part of the prompt, and in other cases it doesn't matter. |
lstein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the help figuring out how to run the SDXL LoRAs.
0e41c4b to
0d3c27f
Compare






What type of PR is this? (check all applicable)
Have you discussed this change with the InvokeAI team?
Have you updated all relevant documentation?
Description
Add lora loading for sdxl.
NOT TESTED - I run only 2 loras, please check more(including lycoris if they already exists).
QA Instructions, Screenshots, Recordings
https://civitai.com/models/118536/voxel-xl

Added/updated tests?