-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[docs] Model API #3562
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
[docs] Model API #3562
Conversation
The documentation is not available anymore as the PR was closed or merged. |
c543f90
to
ddf5469
Compare
First draft of the model APIs is done (I'll do a second pass for typos and such before merging)! Some questions I had while working on this:
|
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.
Looking great!
Did a pass around the mdx files.
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.
Super nice! Great effort on cleaning all these docs!
53bcb3b
to
6d67672
Compare
* add modelmixin and unets * remove old model page * minor fixes * fix unet2dcondition * add vqmodel and autoencoderkl * add rest of models * fix autoencoderkl path * fix toctree * fix toctree again * apply feedback * apply feedback * fix copies * fix controlnet copy * fix copies
* add modelmixin and unets * remove old model page * minor fixes * fix unet2dcondition * add vqmodel and autoencoderkl * add rest of models * fix autoencoderkl path * fix toctree * fix toctree again * apply feedback * apply feedback * fix copies * fix controlnet copy * fix copies
Creates a separate section for the models so that each model can have its own page and makes improvements to existing docstrings.
To do: