ComfyOnline
MarigoldDepthEstimation_v2

ComfyUI Node: MarigoldDepthEstimation_v2

Authored by kijai

Created 11 months ago

Updated 19 days ago

452 stars

Category

Marigold

Inputs

marigold_model MARIGOLDMODEL

image IMAGE

seed INT

denoise_steps INT

ensemble_size INT

processing_resolution INT

scheduler

  • DDIMScheduler
  • LCMScheduler

use_taesd_vae BOOLEAN

Outputs

IMAGE

Extension: Marigold depth estimation in ComfyUI

This is a wrapper node for Marigold depth estimation: https://github.com/prs-eth/Marigold. Currently using the same diffusers pipeline as in the original implementation, so in addition to the custom node, you need the model in diffusers format. NOTE: See details in repo to install.

Authored by kijai