Spaces:
Running on Zero
Running on Zero
add aoti for speed up + mention in description
Browse files
app.py
CHANGED
|
@@ -332,6 +332,7 @@ with gr.Blocks(title="LTX-2.3 Ingredients (Fast)") as demo:
|
|
| 332 |
"[LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) with the "
|
| 333 |
"[Ingredients IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Ingredients). "
|
| 334 |
)
|
|
|
|
| 335 |
with gr.Row():
|
| 336 |
with gr.Column():
|
| 337 |
with gr.Tabs():
|
|
|
|
| 332 |
"[LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) with the "
|
| 333 |
"[Ingredients IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Ingredients). "
|
| 334 |
)
|
| 335 |
+
gr.Markdown("⚡ **Accelerated with [AOTI](https://huggingface.co/linoyts/LTX-2.3-Native-Transformer-GroupA-sm120-cu130-r20)** — precompiled transformer for faster inference.")
|
| 336 |
with gr.Row():
|
| 337 |
with gr.Column():
|
| 338 |
with gr.Tabs():
|