-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update Video Loading/Export to use imageio
#9094
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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!
do we also need to add to the BACKENDS_MAPPING
here?
diffusers/src/diffusers/utils/import_utils.py
Line 578 in a57a7af
BACKENDS_MAPPING = OrderedDict( |
@yiyixuxu This would "break" a few repos that rely on |
@DN6 |
…diffusers into video-export-update
What does this PR do?
This PR changes the video loading/export backends to
imageio
imageio
with ffmpeg loading and export allows videos to play on a larger number of platforms. It also appears less prone to codec issues than OpenCV.Fixes # (issue)
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.