Marigold Update: v1-1 models, Intrinsic Image Decomposition pipeline, documentation#10884
Conversation
fix missing prediction_type in register_to_config in the normals pipeline
update comments about num_inference_steps and ensemble_size minor fixes in comments of marigold normals and depth pipelines
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
Looks like most failures come from the |
|
@toshas Thanks for the PR & congrats on the release! The failing tests are unrelated and have been failing across all PRs. I'll try to review the full changes soon! |
stevhliu
left a comment
There was a problem hiding this comment.
Very nice and thorough docs! 👏
yiyixuxu
left a comment
There was a problem hiding this comment.
thanks for the PR! looks good to me!
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
compute n_targets on the go add a consistency check for vae_scale_factor
move quantitative evaluation and predictive uncertainty sections of marigold into the end
|
I finished the improvements; please let me know if there is anything else. Thanks! |
|
thanks a lot! @toshas |
|
Hello @toshas When are you planning to release the new models |
|
The models have been released! @nitinmukesh |
What does this PR do?
This PR updates and refactors the Marigold pipelines to support the new
v1-1models, enabling fast inference (1-4 steps) with DDIM. It also introduces a new Intrinsic Image Decomposition (IID) pipeline.Fixes #10883
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@sayakpaul @yiyixuxu