[docs] Add overviews to each section#2657
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
yiyixuxu
left a comment
There was a problem hiding this comment.
This is really great!! thank you!👏👏👏👏👏👏👏
|
|
||
| Welcome to 🧨 Diffusers! If you're new to diffusion models and generative AI, and want to learn more, then you've come to the right place. These beginner-friendly tutorials are designed to provide a gentle introduction to diffusion models and help you understand the library fundamentals - the core components and how 🧨 Diffusers is meant to be used. | ||
|
|
||
| You'll learn how to use a pipeline for inference to rapidly generate samples, and then deconstruct that pipeline to really understand how to use the library as a modular toolbox for building your own diffusion systems. Then in the next lesson, you'll learn how to train your own diffusion model to generate what you want. |
There was a problem hiding this comment.
are you referring to the "Understanding pipelines, models and schedulers" doc? are we going to move it to this section?
There was a problem hiding this comment.
Same question.
Also, should we briefly mention our dedicated training section that shows how to perform more advanced forms for training with diffusion models?
There was a problem hiding this comment.
are you referring to the "Understanding pipelines, models and schedulers" doc? are we going to move it to this section?
Yeah, I think it'll be really nice to move that to the tutorials since it is such a super important doc for understanding how to use the library, and we want to give it maximum visibility.
Also, should we briefly mention our dedicated training section that shows how to perform more advanced forms for training with diffusion models?
I think its ok if we don't mention that in the overview - since this is just the tutorial section - and we want the learner to focus on one thing first. But at the end of the training doc, we do have a Next steps section linking to the other forms of training available!
sayakpaul
left a comment
There was a problem hiding this comment.
Amazing structuring and readability.
|
Feel free to merge whenever @stevhliu :-) |
* add overviews to each section * fix typo in toctree * apply feedbacks
* add overviews to each section * fix typo in toctree * apply feedbacks
This PR adds an
Overviewpage to each section (Tutorial, Loading, Pipeline, Optimization, Training) to centralize what users can expect to learn and discover in each section. As the docs grow, we can update this page which will be useful directory for helping users navigate :)