Picsart-AI-Research / StreamingT2V

StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text
https://streamingt2v.github.io/
1.41k stars 147 forks source link

There is a bug about the image SVD inference file #6

Open zhanghongyong123456 opened 7 months ago

zhanghongyong123456 commented 7 months ago

image image

zhanghongyong123456 commented 7 months ago

The P_input dictionary in the video2video function is missing positive_prompt and levels

微信图片_20240407154614

af-74413592 commented 7 months ago

you can simplely delete the args.negative_prompt

zhanghongyong123456 commented 7 months ago
  1. about long video generate test: when i set num_frames=24, It worked fine, but when I set it to 240, it changed 24 number frames

flames_are_burning_in_the_desert_near_a_pyramid_and_a_river__octane_render__civilization__highly_det

240 number frames

0

oldnaari commented 6 months ago

Thank you for your feedback and the deep code analysis 🧐 . The negative prompt is now passed correctly with https://github.com/Picsart-AI-Research/StreamingT2V/pull/16 https://github.com/Picsart-AI-Research/StreamingT2V/pull/15

oldnaari commented 6 months ago

About missing positive_prompt. The text item in the dictionary does its work currently so there should not be any problem. Also could you please elaborate more on what are you referring to by levels

The P_input dictionary in the video2video function is missing positive_prompt and levels

zhanghongyong123456 commented 6 months ago

About missing positive_prompt. The text item in the dictionary does its work currently so there should not be any problem. Also could you please elaborate more on what are you referring to by levels

The P_input dictionary in the video2video function is missing positive_prompt and levels I see you've fixed the Bug image I

zhanghongyong123456 commented 6 months ago
  1. about long video generate test: when i set num_frames=24, It worked fine, but when I set it to 240, it changed 24 number frames

flames_are_burning_in_the_desert_near_a_pyramid_and_a_river__octane_render__civilization__highly_det flames_are_burning_in_the_desert_near_a_pyramid_and_a_river__octane_render__civilization__highly_det

240 number frames

0 0

Thanks for your timely repair, could you please give some tutorials on the consistency of long video generation