Spaces:
Running on Zero
Running on Zero
add aoti for speed up + mention in description
Browse files
app.py
CHANGED
|
@@ -291,6 +291,7 @@ with gr.Blocks(title="LTX-2.3 Water Simulation") as demo:
|
|
| 291 |
"Using [LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) with the "
|
| 292 |
"[Water Simulation IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Water-Simulation)."
|
| 293 |
)
|
|
|
|
| 294 |
with gr.Row():
|
| 295 |
with gr.Column():
|
| 296 |
video_in = gr.Video(label="Dry input video")
|
|
|
|
| 291 |
"Using [LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) with the "
|
| 292 |
"[Water Simulation IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Water-Simulation)."
|
| 293 |
)
|
| 294 |
+
gr.Markdown("⚡ **Accelerated with [AOTI](https://huggingface.co/linoyts/LTX-2.3-Native-Transformer-GroupA-sm120-cu130-r20)** — precompiled transformer for faster inference.")
|
| 295 |
with gr.Row():
|
| 296 |
with gr.Column():
|
| 297 |
video_in = gr.Video(label="Dry input video")
|