Spaces:
Running on Zero
Running on Zero
add aoti for speed up + mention in description
Browse files
app.py
CHANGED
|
@@ -287,6 +287,7 @@ with gr.Blocks(title="LTX-2.3 Beard Removal") as demo:
|
|
| 287 |
"motion. Using [LTX 2.3 Dev](https://huggingface.co/Lightricks/LTX-2.3) with the "
|
| 288 |
"[Beard-Removal IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Instant-Shave)."
|
| 289 |
)
|
|
|
|
| 290 |
with gr.Row():
|
| 291 |
with gr.Column():
|
| 292 |
video_in = gr.Video(label="Video of a bearded subject")
|
|
|
|
| 287 |
"motion. Using [LTX 2.3 Dev](https://huggingface.co/Lightricks/LTX-2.3) with the "
|
| 288 |
"[Beard-Removal IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Instant-Shave)."
|
| 289 |
)
|
| 290 |
+
gr.Markdown("⚡ **Accelerated with [AOTI](https://huggingface.co/linoyts/LTX-2.3-Native-Transformer-GroupA-sm120-cu130-r20)** — precompiled transformer for faster inference.")
|
| 291 |
with gr.Row():
|
| 292 |
with gr.Column():
|
| 293 |
video_in = gr.Video(label="Video of a bearded subject")
|