Open discus0434 opened 10 months ago
how to handle this problem?
Thanks for the report.
That part is being fixed by us. Right now we have the initial 2 frames of the output video.
write_video(output, video_result[2:], fps=fps)
Try changing the slice of video_result[2:]
like video_result[4:]
This way you can eliminate some of the initial frames.
Below might improve the result:
at https://github.com/cumulo-autumn/StreamDiffusion/blob/b74363e32c5f1f9035cf4fa8b0fd11ab8a3177de/examples/vid2vid/main.py#L99