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

prs-eth
/
marigold-depth-v1-0

Depth Estimation
Diffusers
Safetensors
English
MarigoldDepthPipeline
depth estimation
image analysis
computer vision
in-the-wild
zero-shot
Model card Files Files and versions
xet
Community
15

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

  • Libraries
  • Diffusers

    How to use prs-eth/marigold-depth-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/marigold-depth-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
marigold-depth-v1-0
10.3 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 12 commits
Bingxin's picture
Bingxin
Adding `safetensors` variant of this model
9babdda over 2 years ago
  • doc
    [DOC] update README assets over 2 years ago
  • scheduler
    [ADD] Marigold checkpoint v1 over 2 years ago
  • text_encoder
    Adding `safetensors` variant of this model over 2 years ago
  • tokenizer
    [ADD] Marigold checkpoint v1 over 2 years ago
  • unet
    Adding `safetensors` variant of this model over 2 years ago
  • vae
    [ADD] Marigold checkpoint v1 over 2 years ago
  • .gitattributes
    1.59 kB
    [DOC] update README assets over 2 years ago
  • LICENSE.txt
    20.8 kB
    [ADD] Marigold checkpoint v1 over 2 years ago
  • README.md
    2.55 kB
    Update README.md over 2 years ago
  • model_index.json
    421 Bytes
    Upload model_index.json over 2 years ago