-
Couldn't load subscription status.
- Fork 6.5k
[docs] Move relevant code for text2image to docs #2537
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. |
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.
@yiyixuxu could you help @stevhliu here a bit with diffusers-specific things?
We should also show here:
- How to save & load intermediate saved checkpoitns
- How to correctly log intermediate results
- How to upload to the Hub
You can find all this info on the many readme's in the training examples: https://github.com/huggingface/diffusers/tree/main/examples
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.
Looks perfect to me! Thanks so much @stevhliu
@patrickvonplaten I think @stevhliu addressed all your feedback about hub and checkpointing - for intermediate logging I think it is only available in textual inversion, I will add too other training scripts too. We can update the doc in a follow-up PR?
|
@stevhliu love the PyTorch/Flax code blocks!!👍 |
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.
Ok for me! Thanks for working on it :-)
* move relevant code from text2image on GitHub to docs * 🖍 add inference for text2image with flax * 🖍 apply feedback
* move relevant code from text2image on GitHub to docs * 🖍 add inference for text2image with flax * 🖍 apply feedback
* move relevant code from text2image on GitHub to docs * 🖍 add inference for text2image with flax * 🖍 apply feedback
This PR moves the relevant training code/examples for text-to-image from its folder on GitHub to the docs so users can easily access all the essential info without bouncing back and forth between the docs and GitHub.
I'm also trying out the framework-specific code blocks for PyTorch/Flax training, let me know what you think!