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 / tokenizer
Ctrl+K
Ctrl+K
  • 4 contributors
History: 1 commit
Bingxin
init
ac93efd over 1 year ago
  • merges.txt
    525 kB
    init over 1 year ago
  • special_tokens_map.json
    460 Bytes
    init over 1 year ago
  • tokenizer_config.json
    824 Bytes
    init over 1 year ago
  • vocab.json
    1.06 MB
    init over 1 year ago