A cow goes closer.
Browse files
app.py
CHANGED
|
@@ -2297,6 +2297,15 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2297 |
None,
|
| 2298 |
"supergirl.m4a"
|
| 2299 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2300 |
[
|
| 2301 |
"supergirl-2.png",
|
| 2302 |
"A woman speaks.",
|
|
@@ -2326,7 +2335,16 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2326 |
],
|
| 2327 |
[
|
| 2328 |
"clay.png",
|
| 2329 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2330 |
"No LoRA",
|
| 2331 |
"9:16",
|
| 2332 |
"Motion Control",
|
|
@@ -2335,16 +2353,25 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2335 |
],
|
| 2336 |
[
|
| 2337 |
"paint.png",
|
| 2338 |
-
"
|
| 2339 |
"No LoRA",
|
| 2340 |
"9:16",
|
| 2341 |
"Motion Control",
|
| 2342 |
"tiktok.mp4",
|
| 2343 |
None,
|
| 2344 |
-
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2345 |
[
|
| 2346 |
"highland.png",
|
| 2347 |
-
"
|
| 2348 |
"No LoRA",
|
| 2349 |
"16:9",
|
| 2350 |
"Image-to-Video",
|
|
@@ -2370,11 +2397,12 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2370 |
None,
|
| 2371 |
],
|
| 2372 |
],
|
| 2373 |
-
|
| 2374 |
-
|
| 2375 |
-
|
| 2376 |
-
|
| 2377 |
-
|
|
|
|
| 2378 |
prompt_debug=gr.Textbox(label="Prompt Debug")
|
| 2379 |
input_image_debug=gr.Image(type="filepath", label="Image Debug")
|
| 2380 |
input_audio_debug = gr.Audio(label="Audio Debug", type="filepath")
|
|
|
|
| 2297 |
None,
|
| 2298 |
"supergirl.m4a"
|
| 2299 |
],
|
| 2300 |
+
[
|
| 2301 |
+
"supergirl-2.png",
|
| 2302 |
+
"A woman wakes up.",
|
| 2303 |
+
"Static",
|
| 2304 |
+
"9:16",
|
| 2305 |
+
"Image-to-Video",
|
| 2306 |
+
None,
|
| 2307 |
+
"supergirl.m4a"
|
| 2308 |
+
],
|
| 2309 |
[
|
| 2310 |
"supergirl-2.png",
|
| 2311 |
"A woman speaks.",
|
|
|
|
| 2335 |
],
|
| 2336 |
[
|
| 2337 |
"clay.png",
|
| 2338 |
+
"The woman talks",
|
| 2339 |
+
"No LoRA",
|
| 2340 |
+
"9:16",
|
| 2341 |
+
"Motion Control",
|
| 2342 |
+
"tiktok.mp4",
|
| 2343 |
+
None,
|
| 2344 |
+
],
|
| 2345 |
+
[
|
| 2346 |
+
"clay.png",
|
| 2347 |
+
"स्त्री कथयति",
|
| 2348 |
"No LoRA",
|
| 2349 |
"9:16",
|
| 2350 |
"Motion Control",
|
|
|
|
| 2353 |
],
|
| 2354 |
[
|
| 2355 |
"paint.png",
|
| 2356 |
+
"The woman talks",
|
| 2357 |
"No LoRA",
|
| 2358 |
"9:16",
|
| 2359 |
"Motion Control",
|
| 2360 |
"tiktok.mp4",
|
| 2361 |
None,
|
| 2362 |
+
],
|
| 2363 |
+
[
|
| 2364 |
+
"paint.png",
|
| 2365 |
+
"The woman moves",
|
| 2366 |
+
"No LoRA",
|
| 2367 |
+
"9:16",
|
| 2368 |
+
"Motion Control",
|
| 2369 |
+
"tiktok.mp4",
|
| 2370 |
+
None,
|
| 2371 |
+
],
|
| 2372 |
[
|
| 2373 |
"highland.png",
|
| 2374 |
+
"A cow goes closer.",
|
| 2375 |
"No LoRA",
|
| 2376 |
"16:9",
|
| 2377 |
"Image-to-Video",
|
|
|
|
| 2397 |
None,
|
| 2398 |
],
|
| 2399 |
],
|
| 2400 |
+
fn=generate_video_example_debug,
|
| 2401 |
+
inputs=[input_image, prompt_ui, camera_ui, resolution_ui, radioanimated_mode, input_video, audio_input],
|
| 2402 |
+
outputs = [output_video],
|
| 2403 |
+
cache_examples=True,
|
| 2404 |
+
examples_per_page=1,
|
| 2405 |
+
)
|
| 2406 |
prompt_debug=gr.Textbox(label="Prompt Debug")
|
| 2407 |
input_image_debug=gr.Image(type="filepath", label="Image Debug")
|
| 2408 |
input_audio_debug = gr.Audio(label="Audio Debug", type="filepath")
|