Image-to-Video
Diffusers
Safetensors
English
lora
ltx
ltx-2
ltx-2-3
ltx-video
video-to-video
comfyui
occlusion-removal
video-restoration
scene-reconstruction
Instructions to use WepeNerd/Obscura_Remova with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WepeNerd/Obscura_Remova with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-2.3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("WepeNerd/Obscura_Remova") prompt = "Remove the window curtains from the foreground." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,34 +22,34 @@ tags:
|
|
| 22 |
- video-restoration
|
| 23 |
- scene-reconstruction
|
| 24 |
widget:
|
| 25 |
-
- text: "Remove the
|
| 26 |
output:
|
| 27 |
url: examples/1.mp4
|
| 28 |
-
- text: "Remove
|
| 29 |
output:
|
| 30 |
url: examples/2.mp4
|
| 31 |
-
- text: "Remove the
|
| 32 |
output:
|
| 33 |
url: examples/3.mp4
|
| 34 |
-
- text: "
|
| 35 |
output:
|
| 36 |
url: examples/4.mp4
|
| 37 |
-
- text: "Remove
|
| 38 |
output:
|
| 39 |
url: examples/5.mp4
|
| 40 |
-
- text: "
|
| 41 |
output:
|
| 42 |
url: examples/6.mp4
|
| 43 |
-
- text: "
|
| 44 |
output:
|
| 45 |
url: examples/7.mp4
|
| 46 |
-
- text: "
|
| 47 |
output:
|
| 48 |
url: examples/8.mp4
|
| 49 |
-
- text: "
|
| 50 |
output:
|
| 51 |
url: examples/9.mp4
|
| 52 |
-
- text: "
|
| 53 |
output:
|
| 54 |
url: examples/10.mp4
|
| 55 |
---
|
|
|
|
| 22 |
- video-restoration
|
| 23 |
- scene-reconstruction
|
| 24 |
widget:
|
| 25 |
+
- text: "Remove the window curtains from the foreground."
|
| 26 |
output:
|
| 27 |
url: examples/1.mp4
|
| 28 |
+
- text: "Remove the wooden planks from the foreground."
|
| 29 |
output:
|
| 30 |
url: examples/2.mp4
|
| 31 |
+
- text: "Remove the windows from the foreground."
|
| 32 |
output:
|
| 33 |
url: examples/3.mp4
|
| 34 |
+
- text: "Remove the windows from the foreground."
|
| 35 |
output:
|
| 36 |
url: examples/4.mp4
|
| 37 |
+
- text: "Remove the objects from the foreground."
|
| 38 |
output:
|
| 39 |
url: examples/5.mp4
|
| 40 |
+
- text: "Remove the green plants from the foreground."
|
| 41 |
output:
|
| 42 |
url: examples/6.mp4
|
| 43 |
+
- text: "Remove the computer circuits from the foreground."
|
| 44 |
output:
|
| 45 |
url: examples/7.mp4
|
| 46 |
+
- text: "Remove the plants from the foreground."
|
| 47 |
output:
|
| 48 |
url: examples/8.mp4
|
| 49 |
+
- text: "Remove the bubbles from the foreground."
|
| 50 |
output:
|
| 51 |
url: examples/9.mp4
|
| 52 |
+
- text: "Remove the fork and knife from the foreground."
|
| 53 |
output:
|
| 54 |
url: examples/10.mp4
|
| 55 |
---
|