Uh oh!
There was an error while loading. Please reload this page.
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
HuggingFaceDocBuilderDev
commented
Feb 24, 2025
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. |
toshas
commented
Feb 24, 2025
Looks like most failures come from the |
a-r-r-o-w
commented
Feb 24, 2025
@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! 👏
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
yiyixuxu
left a comment
There was a problem hiding this comment.
thanks for the PR! looks good to me!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
toshas
commented
Feb 25, 2025
I finished the improvements; please let me know if there is anything else. Thanks! |
yiyixuxu
commented
Feb 26, 2025
thanks a lot! @toshas |
nitinmukesh
commented
Feb 26, 2025
Hello @toshas When are you planning to release the new models |
toshas
commented
May 15, 2025
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