linoyts HF Staff commited on
Commit
c3afb17
·
verified ·
1 Parent(s): 0eefdce

add aoti for speed up + mention in description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -290,6 +290,7 @@ with gr.Blocks(title="LTX-2.3 Deblur") as demo:
290
  "[LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) with the "
291
  "[Deblur IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Deblur)."
292
  )
 
293
  with gr.Row():
294
  with gr.Column():
295
  video_in = gr.Video(label="Out-of-focus video")
 
290
  "[LTX 2.3 Distilled](https://huggingface.co/Lightricks/LTX-2.3) with the "
291
  "[Deblur IC-LoRA](https://huggingface.co/Lightricks/LTX-2.3-22b-IC-LoRA-Deblur)."
292
  )
293
+ gr.Markdown("⚡ **Accelerated with [AOTI](https://huggingface.co/linoyts/LTX-2.3-Native-Transformer-GroupA-sm120-cu130-r20)** — precompiled transformer for faster inference.")
294
  with gr.Row():
295
  with gr.Column():
296
  video_in = gr.Video(label="Out-of-focus video")