Update readme to include citation and correct code snippet

#2
by sayakpaul HF staff - opened

text-to-video-ms-1.7b and text-to-video-ms-1.7b-legacy what is the difference?

---> 11 video_path = export_to_video(video_frames)

/usr/local/lib/python3.10/dist-packages/diffusers/utils/export_utils.py in export_to_video(video_frames, output_video_path, fps)
133
134 fourcc = cv2.VideoWriter_fourcc(*"mp4v")
--> 135 h, w, c = video_frames[0].shape
136 video_writer = cv2.VideoWriter(output_video_path, fourcc, fps=fps, frameSize=(w, h))
137 for i in range(len(video_frames)):

ValueError: too many values to unpack (expected 3)

how to solve this error

hey, where is the spaces/ADOPLE/Video-Generator-AI?
it was very cool, can you or your team bring it back?
thank you

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment