-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix lora alpha and metadata handling #11739
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
base: main
Are you sure you want to change the base?
Fix lora alpha and metadata handling #11739
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
thanks! made some small changes
Co-authored-by: Linoy Tsaban <[email protected]>
Co-authored-by: Linoy Tsaban <[email protected]>
Thank you @linoytsaban , for reviewing and suggesting changes. I’ve implemented the requested updates. |
thanks @Tanuj-rai :) I just noticed diffusers/examples/dreambooth/train_dreambooth_lora_sdxl.py Lines 1245 to 1249 in 4f69b28
|
Thank you @linoytsaban for pointing it out. I have now added the |
What does this PR do?
This PR adds --lora_alpha and metadata handling in training scripts in 'train_dreambooth_lora_sdxl.py'.
Fixes #11730
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@linoytsaban @sayakpaul