-
Notifications
You must be signed in to change notification settings - Fork 6.1k
LCM-LoRA docs #5782
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
LCM-LoRA docs #5782
Conversation
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.
Cool doc - just note that we already have some lcm-lora docs here:
https://github.com/huggingface/diffusers/blob/main/docs/source/en/using-diffusers/lcm.md
Shall we split all the docs on two sides (so remove what's already in LCM?)
and this doc page is currently not displayed because lcm_lora.md
is not aded to _toctree: https://github.com/huggingface/diffusers/blob/main/docs/source/en/_toctree.yml
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.
Very nice!
Could you transfer your code examples also directly to the model cards here: https://huggingface.co/latent-consistency |
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 cool! 🔥
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 and highly detailed!
I've have addressed all the comments. Merging now |
* begin doc * fix examples * add in toctree * fix toctree * improve copy * improve introductions * add lcm doc * fix filename * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> * address Sayak's comments * remove controlnet aux * open in colab * move to Specific pipeline examples * update controlent and adapter examples --------- Co-authored-by: Steven Liu <[email protected]>
What does this PR do?
This PR adds docs for performing inference with LCM-LoRAs for most common pipelines/tasks. It removed the previous doc page and added two new docs in
tutorials
section. Let me know if this is the right section to put such docs @stevhliu @sayakpaul @patrickvonplaten