Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,15 +236,15 @@ def generate_video(gallery_images, mode, prompt, height, width,
|
|
| 236 |
return video_path, current_seed
|
| 237 |
|
| 238 |
control_modes = """
|
| 239 |
-
|
| 240 |
|
| 241 |
-
|
| 242 |
Generate a video incorporating elements from input reference images
|
| 243 |
|
| 244 |
-
|
| 245 |
Generate a video using first and last frame conditioning defined by input images
|
| 246 |
|
| 247 |
-
|
| 248 |
Generate a video with intermediate transitions between multiple input images
|
| 249 |
"""
|
| 250 |
|
|
|
|
| 236 |
return video_path, current_seed
|
| 237 |
|
| 238 |
control_modes = """
|
| 239 |
+
**3 control modes avilable:**
|
| 240 |
|
| 241 |
+
**Ref2V (Reference-to-Video)**
|
| 242 |
Generate a video incorporating elements from input reference images
|
| 243 |
|
| 244 |
+
**FLF2V (First-Last Frame-to-Video)**
|
| 245 |
Generate a video using first and last frame conditioning defined by input images
|
| 246 |
|
| 247 |
+
**Random2V (Random-to-Video)**
|
| 248 |
Generate a video with intermediate transitions between multiple input images
|
| 249 |
"""
|
| 250 |
|