Spaces:
Running on Zero
Running on Zero
Add three validation clips as reference-input examples
Browse files- .gitattributes +3 -0
- app.py +3 -0
- assets/ref_armor_dusk.mp4 +3 -0
- assets/ref_blacksmith.mp4 +3 -0
- assets/ref_car_snow.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
assets/ref_dining.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
assets/ref_scene01.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/ref_scene02.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
assets/ref_dining.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
assets/ref_scene01.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/ref_scene02.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
assets/ref_armor_dusk.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/ref_blacksmith.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/ref_car_snow.mp4 filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -306,6 +306,9 @@ with gr.Blocks(title="LTX CrossView-Prompt - Video Camera Control by Prompt", cs
|
|
| 306 |
["assets/ref_dining.mp4", "to the right", "lower", "closer", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
| 307 |
["assets/ref_dining.mp4", "to the left", "higher", "further", 5, 123, False, 1.5, 1.0, 8, "", 0.7],
|
| 308 |
["assets/ref_scene01.mp4", "slightly to the left", "higher", "closer", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
|
|
|
|
|
|
|
|
|
| 309 |
]
|
| 310 |
gr.Examples(
|
| 311 |
examples=examples,
|
|
|
|
| 306 |
["assets/ref_dining.mp4", "to the right", "lower", "closer", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
| 307 |
["assets/ref_dining.mp4", "to the left", "higher", "further", 5, 123, False, 1.5, 1.0, 8, "", 0.7],
|
| 308 |
["assets/ref_scene01.mp4", "slightly to the left", "higher", "closer", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
| 309 |
+
["assets/ref_car_snow.mp4", "slightly to the right", "same height", "closer", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
| 310 |
+
["assets/ref_armor_dusk.mp4", "to the left", "lower", "same distance", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
| 311 |
+
["assets/ref_blacksmith.mp4", "slightly to the left", "higher", "closer", 5, 42, False, 1.5, 1.0, 8, "", 0.7],
|
| 312 |
]
|
| 313 |
gr.Examples(
|
| 314 |
examples=examples,
|
assets/ref_armor_dusk.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27659c4050969c39c40569334a92bf0b13a63aa97baef4932c4464cb15793556
|
| 3 |
+
size 3298802
|
assets/ref_blacksmith.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2e2b68866cc943672557acd822183dc0df99d0c499f47923cc4042fe4aa60e5
|
| 3 |
+
size 7097943
|
assets/ref_car_snow.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ffc2d24fd9e306d6257fb8e8f6d61cd818a3ad691b82ef5fbf4a96ec9f72d6
|
| 3 |
+
size 9312824
|