Spaces:
Sleeping
Sleeping
File size: 1,021 Bytes
cf300e3 58cb3cc cf300e3 58cb3cc cf300e3 58cb3cc 10ec081 58cb3cc cf300e3 58cb3cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
title: LTX-2.3 Video Inpainting
emoji: 🪄
colorFrom: red
colorTo: indigo
sdk: gradio
sdk_version: 6.13.0
python_version: "3.12"
app_file: app.py
pinned: false
hardware: zero-a10g
short_description: Inpaint videos with LTX 2.3 IC LoRA
models:
- diffusers/LTX-2.3-Distilled-Diffusers
- linoyts/ltx2.3-inpainting-lora
---
# 🪄 LTX-2.3 Video Inpainting
Mask a region of a video and regenerate it from a text prompt, keeping the rest of the frame
intact. Brush over the area to replace on the first frame; the mask is applied across all frames,
the masked region is fed to the model as the in-context reference, and the output is composited
back over the original (feathered) so only the masked area changes.
Runs the inpainting IC-LoRA from [`linoyts/ltx2.3-inpainting-lora`](https://huggingface.co/linoyts/ltx2.3-inpainting-lora)
on [`diffusers/LTX-2.3-Distilled-Diffusers`](https://huggingface.co/diffusers/LTX-2.3-Distilled-Diffusers)
via `LTX2InContextPipeline`. 8-step distilled schedule, LoRA scale 1.0.
|