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