-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[Docs] Fix typos and update files at API's Pipelines page 2
#5748
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] Fix typos and update files at API's Pipelines page 2
#5748
Conversation
Docs] Fix typos and update files at API's Pipelines page 2
|
The documentation is not available anymore as the PR was closed or merged. |
stevhliu
left a comment
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.
Thanks for the updates! 🎉
For the Spaces that aren't working, can you open a Discussion on the repository and ping the author? For example, for Self Attention Guidance, you can open a discussion here.
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Done. |
|
LGTM! thanks |
stevhliu
left a comment
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.
Thanks again! 👍
…gface#5748) * Fix typos, update, add Copyright info, and trim trailing whitespace * Update docs/source/en/api/pipelines/text_to_video_zero.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * 1 second is not a long video, but 6 seconds is * Update text_to_video_zero.md * Update text_to_video_zero.md * Update text_to_video_zero.md * Update wuerstchen.md --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
What does this PR do?
https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_diffusion/overview:
StableDiffusionDepth2Img, StableDiffusionPipelineSafe, StableDiffusionLatentUpscale, and StableDiffusionLDM3D spaces are not working.
https://huggingface.co/docs/diffusers/api/pipelines/self_attention_guidance:
https://huggingface.co/docs/diffusers/api/pipelines/pix2pix_zero:
Demos are not working.
https://huggingface.co/docs/diffusers/main/en/api/pipelines/text_to_video_zero:
Replaced imageio.mimsave("video.mp4", result, fps=4) with export_to_video because mimsave throws an error about fps arg.Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@stevhliu @yiyixuxu @DN6