Spaces:
Running on Zero
Running on Zero
add aoti for speed up + mention in description
Browse files
app.py
CHANGED
|
@@ -301,6 +301,7 @@ with gr.Blocks(title="LTX-2.3 Colorize") as demo:
|
|
| 301 |
"motion identity. Using [LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) "
|
| 302 |
"with the [Colorization IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Colorization)."
|
| 303 |
)
|
|
|
|
| 304 |
with gr.Row():
|
| 305 |
with gr.Column():
|
| 306 |
video_in = gr.Video(label="Input video (any clip — recolored as B&W)")
|
|
|
|
| 301 |
"motion identity. Using [LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) "
|
| 302 |
"with the [Colorization IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Colorization)."
|
| 303 |
)
|
| 304 |
+
gr.Markdown("⚡ **Accelerated with [AOTI](https://huggingface.co/linoyts/LTX-2.3-Native-Transformer-GroupA-sm120-cu130-r20)** — precompiled transformer for faster inference.")
|
| 305 |
with gr.Row():
|
| 306 |
with gr.Column():
|
| 307 |
video_in = gr.Video(label="Input video (any clip — recolored as B&W)")
|