Update app.py
Browse files
app.py
CHANGED
|
@@ -846,49 +846,6 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
|
|
| 846 |
step=1.0,
|
| 847 |
)
|
| 848 |
|
| 849 |
-
gr.Examples(
|
| 850 |
-
examples=[
|
| 851 |
-
[
|
| 852 |
-
None,
|
| 853 |
-
"pinkknit.jpg",
|
| 854 |
-
None,
|
| 855 |
-
"The camera falls downward through darkness as if dropped into a tunnel. "
|
| 856 |
-
"As it slows, five friends wearing pink knitted hats and sunglasses lean "
|
| 857 |
-
"over and look down toward the camera with curious expressions. The lens "
|
| 858 |
-
"has a strong fisheye effect, creating a circular frame around them. They "
|
| 859 |
-
"crowd together closely, forming a symmetrical cluster while staring "
|
| 860 |
-
"directly into the lens.",
|
| 861 |
-
3.0,
|
| 862 |
-
80.0,
|
| 863 |
-
False,
|
| 864 |
-
42,
|
| 865 |
-
True,
|
| 866 |
-
1024,
|
| 867 |
-
1024,
|
| 868 |
-
0.0, # pose_strength (example)
|
| 869 |
-
0.0, # general_strength (example)
|
| 870 |
-
0.0, # motion_strength (example)
|
| 871 |
-
0.0,
|
| 872 |
-
0.0,
|
| 873 |
-
0.0,
|
| 874 |
-
0.0,
|
| 875 |
-
0.0,
|
| 876 |
-
0.0,
|
| 877 |
-
0.0,
|
| 878 |
-
0.0,
|
| 879 |
-
0.0,
|
| 880 |
-
0.0,
|
| 881 |
-
0.0,
|
| 882 |
-
0.0,
|
| 883 |
-
],
|
| 884 |
-
],
|
| 885 |
-
inputs=[
|
| 886 |
-
first_image, last_image, input_audio, prompt, duration, gpu_duration,
|
| 887 |
-
enhance_prompt, seed, randomize_seed, height, width,
|
| 888 |
-
pose_strength, general_strength, motion_strength, dreamlay_strength, mself_strength, dramatic_strength, fluid_strength, liquid_strength, demopose_strength, voice_strength, realism_strength, transition_strength, physics_strength, reasoning_strength, twostep_strength,
|
| 889 |
-
],
|
| 890 |
-
)
|
| 891 |
-
|
| 892 |
first_image.change(
|
| 893 |
fn=on_image_upload,
|
| 894 |
inputs=[first_image, last_image, high_res],
|
|
|
|
| 846 |
step=1.0,
|
| 847 |
)
|
| 848 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 849 |
first_image.change(
|
| 850 |
fn=on_image_upload,
|
| 851 |
inputs=[first_image, last_image, high_res],
|