360CVGroup / FancyVideo

This is the official reproduction of FancyVideo.
455 stars 66 forks source link

这个问题怎么解决? #7

Open linghu-cell opened 3 weeks ago

linghu-cell commented 3 weeks ago

FileNotFoundError: [Errno 2] No such file or directory: 'resources/demos/test_prompts/test_i2v_prompt.txt'

MaAo commented 3 weeks ago

Thanks for following our project. I'll fix this problem tonight.

linghu-cell commented 3 weeks ago

感谢您关注我们的项目。我今晚会解决这个问题。

Thank you.

zcdliuwei commented 3 weeks ago

请问作者,如果不使用prompt,纯粹输入图来生成视频(当然生成视频的时候,demo.py里面加入了常用的正负质量词),和使用test_i2v_prompt.txt中的prompt+图,来生成视频,在效果上会有什么差距吗

MaAo commented 3 weeks ago

请问作者,如果不使用prompt,纯粹输入图来生成视频(当然生成视频的时候,demo.py里面加入了常用的正负质量词),和使用test_i2v_prompt.txt中的prompt+图,来生成视频,在效果上会有什么差距吗

During training, there is a 10% chance that the input text is empty. Therefore, in theory, when the output text is empty during the I2V process, it is still possible to generate a moving video. However, the result is likely to be less effective compared to when text guidance is provided.

zcdliuwei commented 3 weeks ago

请问作者,如果不使用prompt,纯粹输入图来生成视频(当然生成视频的时候,demo.py里面加入了常用的正负质量词),和使用test_i2v_prompt.txt中的prompt+图,来生成视频,在效果上会有什么差距吗

During training, there is a 10% chance that the input text is empty. Therefore, in theory, when the output text is empty during the I2V process, it is still possible to generate a moving video. However, the result is likely to be less effective compared to when text guidance is provided.

thanks!