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
it does no work
#1
by Zhu6 - opened
what ever i try, it does no work.
Increase lora strength to 1.5 or 1.6
Thats a great help for someone who is providing lora to community, atleast report back the test result after the OP suggested you.
Same issue, even if I use 1.5 or 1.6 str for LoRA nothing happens tried lots of examples
it will work for GGUF models??