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

Duplicated from  prs-eth/marigold-depth-v1-1

Shaoqi228
/
marigold-depth-v1-1

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

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

  • Libraries
  • Diffusers

    How to use Shaoqi228/marigold-depth-v1-1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Shaoqi228/marigold-depth-v1-1", 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-1
13.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Shaoqi228's picture
Shaoqi228
Bingxin's picture
Bingxin
Duplicate from prs-eth/marigold-depth-v1-1
5af95cd 2 months ago
  • scheduler
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • text_encoder
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • tokenizer
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • unet
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • vae
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • .gitattributes
    1.52 kB
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • README.md
    5.54 kB
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago
  • model_index.json
    534 Bytes
    Duplicate from prs-eth/marigold-depth-v1-1 2 months ago