linoyts HF Staff commited on
Commit
b88a586
·
verified ·
1 Parent(s): 7daf966

add aoti for speed up + mention in description

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