linoyts HF Staff commited on
Commit
58cb3cc
·
verified ·
1 Parent(s): e8bc4c7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,13 +1,27 @@
1
  ---
2
- title: Ltx 2.3 Inpaint
3
- emoji: 🚀
4
- colorFrom: purple
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 6.18.0
8
- python_version: '3.12'
9
  app_file: app.py
10
  pinned: false
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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.