-
Couldn't load subscription status.
- Fork 6.5k
[docs] Move text-to-image LoRA training from blog to docs #2527
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
|
The documentation is not available anymore as the PR was closed or merged. |
|
@stevhliu thanks for this. Would you instead like to iterate on https://huggingface.co/docs/diffusers/training/lora ? I think that might be better. |
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, can we here again link to the automatically generated google colab?
|
Or does it work out of the box? |
|
@yiyixuxu please take a look here as wel |
Hmm, not sure I understand. 😅 These changes are being applied to the
Yes, I just added the auto-generated Colab link which should be live once merged! |
My bad, @stevhliu! Please disregard. |
|
@patrickvonplaten yes it links itself |
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.
Awesome! thank you @stevhliu
|
@stevhliu feel free to merge this one in whenever |
…e#2527) * include text2image lora training in docs * 🖍 apply feedback * 🖍 minor edits
…e#2527) * include text2image lora training in docs * 🖍 apply feedback * 🖍 minor edits
…e#2527) * include text2image lora training in docs * 🖍 apply feedback * 🖍 minor edits
This PR moves the relevant code example for text-to-image training with LoRA from the blog to the docs. To get it to fit in with the existing docs on LoRA, I had to rearrange the structure a bit, so now it shows training and inference for both text-to-image and DreamBooth. Let me know if I've forgotten anything!