Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

WepeNerd
/
Obscura_Remova

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
Model card Files Files and versions
xet
Community
5

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 Settings
  • Draw Things
Obscura_Remova / examples
116 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
WepeNerd's picture
WepeNerd
Upload 10 files
2c1fb06 verified about 1 month ago
  • 1.mp4
    7.87 MB
    xet
    Upload 10 files about 1 month ago
  • 10.mp4
    8.23 MB
    xet
    Upload 10 files about 1 month ago
  • 2.mp4
    12.5 MB
    xet
    Upload 10 files about 1 month ago
  • 3.mp4
    21.7 MB
    xet
    Upload 10 files about 1 month ago
  • 4.mp4
    5.41 MB
    xet
    Upload 10 files about 1 month ago
  • 5.mp4
    16.1 MB
    xet
    Upload 10 files about 1 month ago
  • 6.mp4
    10.5 MB
    xet
    Upload 10 files about 1 month ago
  • 7.mp4
    14.6 MB
    xet
    Upload 10 files about 1 month ago
  • 8.mp4
    7.62 MB
    xet
    Upload 10 files about 1 month ago
  • 9.mp4
    11.5 MB
    xet
    Upload 10 files about 1 month ago