Depth Estimation
Diffusers
Safetensors
English
MarigoldDepthPipeline
depth estimation
image analysis
computer vision
in-the-wild
zero-shot
Instructions to use prs-eth/marigold-depth-v1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prs-eth/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("prs-eth/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
Commit History
unify cards bc476e7
update badges 42e6c57
update with the journal extension 3bc744f
update model indices 50c4f29
update model cards 0ac15c3
update unet config 3625eb2
Bingxin commited on
add unet safetensors fe2dfe0
Bingxin commited on
update model_index 0948ada
Bingxin commited on
add unet, scheduler 28f02f0
Bingxin commited on
copy from SDv2 1365920
Bingxin commited on