Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1151,8 +1151,8 @@ purple_citrus = gr.themes.Citrus(
|
|
| 1151 |
|
| 1152 |
with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
|
| 1153 |
gr.Markdown("""
|
| 1154 |
-
# LTX 2.3 Sync 🕺
|
| 1155 |
-
**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 ✨
|
| 1156 |
""")
|
| 1157 |
|
| 1158 |
# Hidden state — preprocessing is always Pose
|
|
|
|
| 1151 |
|
| 1152 |
with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
|
| 1153 |
gr.Markdown("""
|
| 1154 |
+
# LTX 2.3 Sync: Fast Character Animation🕺
|
| 1155 |
+
**Fast Character Animation with LTX 2.3 Distilled**, 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 ✨
|
| 1156 |
""")
|
| 1157 |
|
| 1158 |
# Hidden state — preprocessing is always Pose
|