Open SAT431 opened 3 days ago
You can still generate higher-resolution videos using the 384p image-to-video model. For example, if you input a 1024x576 resolution image, the output video will maintain that same resolution.
To enable this, you can modify the following code here:
image.resize((width, height))
You can still generate higher-resolution videos using the 384p image-to-video model. For example, if you input a 1024x576 resolution image, the output video will maintain that same resolution.
To enable this, you can modify the following code here:
image.resize((width, height))
Great observation, that would be relying entirely on RoPE's extrapolation capabilities. We also found it on images, but haven't tested it for video generation.
It is a text-to-image model. Please check image_generation_demo.ipynb for its usage.