Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -1150,8 +1150,7 @@ purple_citrus = gr.themes.Citrus(
|
|
| 1150 |
with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
|
| 1151 |
gr.Markdown("""
|
| 1152 |
# LTX 2.3 Sync 🕺
|
| 1153 |
-
|
| 1154 |
-
using [Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control) with pose estimation & custom audio inputs for precise lipsync and body movement replication ✨
|
| 1155 |
""")
|
| 1156 |
|
| 1157 |
# Hidden state — preprocessing is always Pose
|
|
@@ -1171,13 +1170,13 @@ using [Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control](https://huggingface.co/Ligh
|
|
| 1171 |
)
|
| 1172 |
|
| 1173 |
with gr.Row():
|
| 1174 |
-
|
|
|
|
| 1175 |
label="Prompt",
|
| 1176 |
info="tip: describe the motion, body posture, facial expressions of the ref video",
|
| 1177 |
lines=2,
|
| 1178 |
placeholder="the person talks to the camera, making hand gestures",
|
| 1179 |
)
|
| 1180 |
-
with gr.Column(min_width=160):
|
| 1181 |
duration = gr.Slider(
|
| 1182 |
label="Duration (s)", minimum=1.0, maximum=15.0, value=3.0, step=0.5,
|
| 1183 |
)
|
|
|
|
| 1150 |
with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
|
| 1151 |
gr.Markdown("""
|
| 1152 |
# LTX 2.3 Sync 🕺
|
| 1153 |
+
**Character Animation with LTX 2.3**, using [Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Union-Control) with pose estimation & custom audio inputs for precise lipsync and body movement replication ✨
|
|
|
|
| 1154 |
""")
|
| 1155 |
|
| 1156 |
# Hidden state — preprocessing is always Pose
|
|
|
|
| 1170 |
)
|
| 1171 |
|
| 1172 |
with gr.Row():
|
| 1173 |
+
with gr.Column(min_width=160):
|
| 1174 |
+
prompt = gr.Textbox(
|
| 1175 |
label="Prompt",
|
| 1176 |
info="tip: describe the motion, body posture, facial expressions of the ref video",
|
| 1177 |
lines=2,
|
| 1178 |
placeholder="the person talks to the camera, making hand gestures",
|
| 1179 |
)
|
|
|
|
| 1180 |
duration = gr.Slider(
|
| 1181 |
label="Duration (s)", minimum=1.0, maximum=15.0, value=3.0, step=0.5,
|
| 1182 |
)
|