hpcaitech / Open-Sora

Open-Sora: Democratizing Efficient Video Production for All
https://hpcaitech.github.io/Open-Sora/
Apache License 2.0
20.34k stars 1.92k forks source link

How to use image-to-video with v1.2? #455

Closed FiineLee closed 2 weeks ago

FiineLee commented 2 weeks ago

There is not scripts/inference-long.py as v1.1?, If I want to inference a list of images with prompt to generate videos, whether support?

zhengzangw commented 2 weeks ago

For gradio, please see the readme.

For command line, we have merged infernece-long.py into inference.py. The command line arguments is compatible with v1.1.

zhengzangw commented 2 weeks ago

There is not scripts/inference-long.py as v1.1?, If I want to inference a list of images with prompt to generate videos, whether support?

Also supported. Same commands as v1.1 here.