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 Day to Night") as demo:
|
|
| 287 |
"only the lighting changes. Using [LTX 2.3 Dev](https://huggingface.co/Lightricks/LTX-2.3) with "
|
| 288 |
"the [Day-to-Night IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Day-To-Night)."
|
| 289 |
)
|
|
|
|
| 290 |
with gr.Row():
|
| 291 |
with gr.Column():
|
| 292 |
video_in = gr.Video(label="Daytime video")
|
|
|
|
| 287 |
"only the lighting changes. Using [LTX 2.3 Dev](https://huggingface.co/Lightricks/LTX-2.3) with "
|
| 288 |
"the [Day-to-Night IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Day-To-Night)."
|
| 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="Daytime video")
|