Update README.md
Browse files
README.md
CHANGED
@@ -111,12 +111,12 @@ library_name: diffusers
|
|
111 |
|
112 |
The output video resolution is fixed at 720 × 1280. Input images with different resolutions will be automatically cropped and resized to fit.
|
113 |
|
114 |
-
| Argument | Description |
|
115 |
-
|----------------------|---------------------------------------------------------------------------------------------------|
|
116 |
-
| `--user_prompt` | [Required] Text input for image-to-video generation. |
|
117 |
-
| `--first_frame` | [Required] First-frame image input for image-to-video generation. |
|
118 |
-
| `--last_frame` | [Optional] If provided, the model will generate intermediate video content based on the specified first and last frame images. |
|
119 |
-
| `--enable_cpu_offload` | [Optional] Offload the model into CPU for less GPU memory cost (about 9.3G, compared to 27.5G if CPU offload is not enabled), but the inference time will increase significantly. |
|
120 |
|
121 |
5. **(Optional) Interpolate the video to 30 FPS**
|
122 |
|
|
|
111 |
|
112 |
The output video resolution is fixed at 720 × 1280. Input images with different resolutions will be automatically cropped and resized to fit.
|
113 |
|
114 |
+
| Argument | Description |
|
115 |
+
|----------------------|---------------------------------------------------------------------------------------------------|
|
116 |
+
| `--user_prompt` | [Required] Text input for image-to-video generation. |
|
117 |
+
| `--first_frame` | [Required] First-frame image input for image-to-video generation. |
|
118 |
+
| `--last_frame` | [Optional] If provided, the model will generate intermediate video content based on the specified first and last frame images. |
|
119 |
+
| `--enable_cpu_offload` | [Optional] Offload the model into CPU for less GPU memory cost (about 9.3G, compared to 27.5G if CPU offload is not enabled), but the inference time will increase significantly. |
|
120 |
|
121 |
5. **(Optional) Interpolate the video to 30 FPS**
|
122 |
|