Too many values to unpack

#44
by d1rtyc4t - opened

image.png
in code
height, width, channels = video_frames[0].shape
im getting too many values to unpack error i couldnt figure it how to solve.

I solved it by pip install diffusers==0.25.0

I solved it by pip install diffusers==0.25.0

I tried and it failed, then I tried with version 0.24.0 and it worked

I did pip install diffusers==0.24.0 but still it showed the same error

Sign up or log in to comment