Fabrice-TIERCELIN commited on
Commit
9a3be86
·
verified ·
1 Parent(s): 6f2c2e4

A cow goes closer.

Browse files
Files changed (1) hide show
  1. app.py +37 -9
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
- "a character doing a tiktok dance by moving their heads side to side with dramatic lighting and cinematic effects and singing",
 
 
 
 
 
 
 
 
 
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
- "a character doing a tiktok dance by moving their heads side to side with dramatic lighting and cinematic effects and singing",
2339
  "No LoRA",
2340
  "9:16",
2341
  "Motion Control",
2342
  "tiktok.mp4",
2343
  None,
2344
- ],
 
 
 
 
 
 
 
 
 
2345
  [
2346
  "highland.png",
2347
- "Realistic POV selfie-style video in a snowy, foggy field. Two shaggy Highland cows with long curved horns stand ahead. The camera is handheld and slightly shaky. The woman filming talks nervously and excitedly in a vlog tone: \"Oh my god guys… look how big those horns are… I’m kinda scared.\" The cow on the left walks toward the camera in a cute, bouncy, hopping way, curious and gentle. Snow crunches under its hooves, breath visible in the cold air. The horns look massive from the POV. As the cow gets very close, its wet nose with slight dripping fills part of the frame. She laughs nervously but reaches out and pets the cow. The cow makes deep, soft, interesting mooing and snorting sounds, calm and friendly. Ultra-realistic, natural lighting, immersive audio, documentary-style realism.",
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
- fn=generate_video_example_debug,
2374
- inputs=[input_image, prompt_ui, camera_ui, resolution_ui, radioanimated_mode, input_video, audio_input],
2375
- outputs = [output_video],
2376
- cache_examples=True,
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")