ComfyOnline
MarigoldDepthEstimation

ComfyUI Node: MarigoldDepthEstimation

Authored by kijai

Created 11 months ago

Updated 19 days ago

452 stars

Category

Marigold

Inputs

image IMAGE

seed INT

denoise_steps INT

n_repeat INT

regularizer_strength FLOAT

reduction_method

  • median
  • mean

max_iter INT

tol FLOAT

invert BOOLEAN

keep_model_loaded BOOLEAN

n_repeat_batch_size INT

use_fp16 BOOLEAN

scheduler

  • DDIMScheduler
  • DDPMScheduler
  • PNDMScheduler
  • DEISMultistepScheduler
  • LCMScheduler

normalize BOOLEAN

model

  • Marigold
  • marigold-lcm-v1-0

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