Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis
Paper • 2505.09358 • Published • 27
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("prs-eth/PaGeR-depth", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]This is a model card for the PaGeR-depth model for monocular depth estimation from a single panoramic ERP image.
The model is fine-tuned from the marigold-e2e-ft model on synthetic [PanoInfinigen](insert link) dataset, as
described in our paper:
You can also check out other depth and normals models in our collection, or test models in our demo.
Add citation