Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

prs-eth
/
rollingdepth-v1-0

Depth Estimation
Diffusers
Safetensors
English
RollingDepthPipeline
monocular depth estimation
video depth estimation
in-the-wild
zero-shot
depth
Model card Files Files and versions
xet
Community
1

Instructions to use prs-eth/rollingdepth-v1-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prs-eth/rollingdepth-v1-0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("prs-eth/rollingdepth-v1-0", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
rollingdepth-v1-0
13.8 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 7 commits
toshas's picture
toshas
nielsr's picture
nielsr HF Staff
Add link to paper (#1)
45c3a33 verified 12 months ago
  • doc
    [CLEAN] remove unused svg over 1 year ago
  • scheduler
    init over 1 year ago
  • text_encoder
    init over 1 year ago
  • tokenizer
    init over 1 year ago
  • unet
    init over 1 year ago
  • vae
    init over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE-MODEL.txt
    11 kB
    init over 1 year ago
  • README.md
    1.89 kB
    Add link to paper (#1) 12 months ago
  • model_index.json
    425 Bytes
    init over 1 year ago