Skip to content

error with txt2vid example in docs #5291

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

Open
detain opened this issue May 1, 2025 · 1 comment
Open

error with txt2vid example in docs #5291

detain opened this issue May 1, 2025 · 1 comment
Labels
bug Something isn't working confirmed diffusers

Comments

@detain
Copy link

detain commented May 1, 2025

When trying the txt2vid example in the docs it gives this message in the logs and fails to work.

DBG GRPC(txt2vid-127.0.0.1:35687): stderr It is recommended to use `export_to_video` with `imageio` and `imageio-ffmpeg` as a backend.
DBG GRPC(txt2vid-127.0.0.1:35687): stderr These libraries are not present in your environment. Attempting to use legacy OpenCV backend to export video.
DBG GRPC(txt2vid-127.0.0.1:35687): stderr Support for the OpenCV backend will be deprecated in a future Diffusers version
ERR Server error error="rpc error: code = Unknown desc = Exception calling application: too many values to unpack (expected 3)" latency=1m32.566961231s method=POST status=500 url=/v1/images/generations
@detain detain added bug Something isn't working unconfirmed labels May 1, 2025
@mudler
Copy link
Owner

mudler commented May 1, 2025

argh, yes. I'm aware that diffusers changed quite few things in the meantime regarding video generation. I'm looking into adding newer models and recently added specific endpoint for video generation #5247, next releases will show a bit more love into that direction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed diffusers
Projects
None yet
Development

No branches or pull requests

2 participants