You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
When trying the txt2vid example in the docs it gives this message in the logs and fails to work.
The text was updated successfully, but these errors were encountered: