Uh oh!
There was an error while loading. Please reload this page.
LCM-LoRA docs - #5782
Conversation
patrickvonplaten
left a comment
There was a problem hiding this comment.
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. |
patrickvonplaten
commented
Nov 15, 2023
Could you transfer your code examples also directly to the model cards here: https://huggingface.co/latent-consistency |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sayakpaul
left a comment
There was a problem hiding this comment.
Very cool and highly detailed!
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
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 <59462357+stevhliu@users.noreply.github.com> * 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 <59462357+stevhliu@users.noreply.github.com>
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
tutorialssection. Let me know if this is the right section to put such docs @stevhliu@sayakpaul@patrickvonplaten