--- 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 - Lightricks/LTX-2.3-22b-IC-LoRA-In-Outpainting --- # 🪄 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.