Skip to content
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

LoRA model loading fixes #3663

Merged
merged 5 commits into from
Jul 6, 2023
Merged

Conversation

lstein
Copy link
Collaborator

@lstein lstein commented Jul 5, 2023

This PR enables model manager importation of diffusers-style .bin LoRAs. However, since there is no backend support for this type of LoRA yet, attempts to use them will result in an unimplemented error.

It closes #3636 and #3637

Lincoln Stein added 2 commits July 5, 2023 16:18
Prevent double-reporting of autoimported models
- closes #3636

Allow autoimport of diffusers-style LoRA models
- closes #3637
Copy link
Member

@ebr ebr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@blessedcoolant blessedcoolant merged commit 2595c1d into main Jul 6, 2023
@blessedcoolant blessedcoolant deleted the lstein/more-model-loading-fixes branch July 6, 2023 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: lora loading reports 2x as many loras as are found
4 participants