Description
Model/Pipeline/Scheduler description
Marigold depth pipeline is one of our most highly used community pipeline (it already has 40k downloads on the hub) - we are going to integrate it into core upon popular demand
Does anyone in the community like to take a stab at this? It is already a community pipeline, so we do not need to convert weights. however, we may need to refactor it so that the implementation follows the diffusers' design philosophy and that the codes are highly readable and easy to tweak. You can read about philosophy here https://huggingface.co/docs/diffusers/en/conceptual/philosophy
Of course, it will be an iterative process! You can start the PR by moving the pipeline code into a folder under src,
and tagging diffusers maintainers for an initial review
Provide useful links for the implementation
community pipeline: https://github.com/huggingface/diffusers/blob/main/examples/community/marigold_depth_estimation.py)
original issue: #6533