-
Notifications
You must be signed in to change notification settings - Fork 6k
Training tutorial #2473
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
Training tutorial #2473
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.
love this tutorial! Thanks you!
I saw you created a new section created "tutorial"? what is this section intended for?
I would have thought this would belong to the "training" section
- sections: | ||
- local: tutorials/basic_training | ||
title: Train a diffusion model | ||
title: Tutorials |
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.
I think it can go under the training section we already have.
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.
Wow!
The tutorial section is intended to introduce newcomers to the library and help them learn and get started/oriented to be able to use the rest of the library. You can think of this section as the gateway docs to the rest of the library or like a mini crash course on 🧨 Diffusers. It gives users, especially newcomers, a safe/welcoming space to get comfortable before digging deeper into the rest of the docs on how they can start solving tasks specific to them. In this case, after reading how to train for unconditional image generation, it sets the user up to better understand some of the more complicated training examples like Textual Inversion and DreamBooth (at least it helped me to see some familiar things in the notebook that I had previously seen before). Happy to hear what you think! 🤗 |
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.
Very cool, I love the idea of tutorials!
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.
Great very clean! Also nice that we log images during training
* first draft * ✨ minor edits * ✨ minor fixes * 🖍 apply feedbacks * 🖍 apply feedback and minor edits
* first draft * ✨ minor edits * ✨ minor fixes * 🖍 apply feedbacks * 🖍 apply feedback and minor edits
* first draft * ✨ minor edits * ✨ minor fixes * 🖍 apply feedbacks * 🖍 apply feedback and minor edits
This PR migrates the relevant content from the Training with Diffusers notebook into a new Tutorial section in the docs. It edits out some of the more background information so we don't bog the user down with these details, and focuses on just showing them the steps to train their own model!