linoyts HF Staff commited on
Commit
35df965
·
verified ·
1 Parent(s): 7b8fdae

add aoti for speed up + mention in description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)")