-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[Enhance] Add rank in dreambooth #4112
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
[Enhance] Add rank in dreambooth #4112
Conversation
The documentation is not available anymore as the PR was closed or merged. |
@sayakpaul can you take a look here? |
@@ -1364,7 +1366,7 @@ def compute_text_embeddings(prompt): | |||
pipeline = pipeline.to(accelerator.device) | |||
|
|||
# load attention processors | |||
pipeline.load_lora_weights(args.output_dir) | |||
pipeline.load_lora_weights(args.output_dir, weight_name="pytorch_lora_weights.bin") |
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.
"pytorch_lora_weights.bin"
is the default:
So, safe to not add it explicitly.
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.
Nice thank you!
add rank in dreambooth
add rank in dreambooth
add rank in dreambooth
add rank in dreambooth
What does this PR do?
rank
didn't work after this PR.Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.