Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,12 @@ An image-to-video model by CreateAI.
|
|
18 |
|
19 |
Ruyi-Mini-7B is an open-source image-to-video generation model. Starting with an input image, Ruyi produces subsequent video frames at resolutions ranging from 360p to 720p, supporting various aspect ratios and a maximum duration of 5 seconds. Enhanced with motion and camera control, Ruyi offers greater flexibility and creativity in video generation. We are releasing the model under the permissive Apache 2.0 license.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Installation
|
22 |
|
23 |
Install code from github:
|
|
|
18 |
|
19 |
Ruyi-Mini-7B is an open-source image-to-video generation model. Starting with an input image, Ruyi produces subsequent video frames at resolutions ranging from 360p to 720p, supporting various aspect ratios and a maximum duration of 5 seconds. Enhanced with motion and camera control, Ruyi offers greater flexibility and creativity in video generation. We are releasing the model under the permissive Apache 2.0 license.
|
20 |
|
21 |
+
## Update
|
22 |
+
|
23 |
+
Dec 24, 2024: The diffusion model is updated to fix the black lines when creating 3:4 or 4:5 videos.
|
24 |
+
|
25 |
+
Dec 16, 2024: Ruyi-mini-7B is released.
|
26 |
+
|
27 |
## Installation
|
28 |
|
29 |
Install code from github:
|