-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Marigold Update: v1-1 models, Intrinsic Image Decomposition pipeline, documentation #10884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice and thorough docs! 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR! looks good to me!
src/diffusers/pipelines/marigold/pipeline_marigold_intrinsics.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! could you run make style
and make fix-copies
for the quality tests to pass
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
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-1
models, 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