-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[ldm3d] Ldm3d upscaler to community pipeline #5870
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
[ldm3d] Ldm3d upscaler to community pipeline #5870
Conversation
…ldm3d_rgbd_4channels
…ldm3d_rgbd_4channels tests/pipelines/stable_diffusion/test_stable_diffusion_ldm3d.py
…ldm3d_rgbd_4channels
|
The documentation is not available anymore as the PR was closed or merged. |
|
I am getting the error below when running make style/make quality. ruff check examples scripts src tests utils setup.py --fix make: *** [Makefile:56: style] Error 2 |
…ldm3d_upscaler_community
| else: | ||
| raise Exception(f"This type {output_type} is not supported") | ||
|
|
||
| def preprocess( |
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.
Hmm is this really needed?
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.
the preprocess? or the raise?
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.
Ah sorry I misread here, actually this look ok to me - @yiyixuxu wdyt?
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.
yeah fine with me too!
Co-authored-by: Patrick von Platen <[email protected]>
Co-authored-by: Patrick von Platen <[email protected]>
…afl/diffusers into ldm3d_upscaler_community
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.
The changes look good to me - @yiyixuxu wdyt?
| else: | ||
| raise Exception(f"This type {output_type} is not supported") | ||
|
|
||
| def preprocess( |
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.
Ah sorry I misread here, actually this look ok to me - @yiyixuxu wdyt?
can you try upgrading ruff? |
…ldm3d_upscaler_community
…afl/diffusers into ldm3d_upscaler_community
|
Thank you @patrickvonplaten and @yiyixuxu |
|
@estelleafl |
--------- Co-authored-by: Aflalo <[email protected]> Co-authored-by: Patrick von Platen <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
--------- Co-authored-by: Aflalo <[email protected]> Co-authored-by: Patrick von Platen <[email protected]> Co-authored-by: YiYi Xu <[email protected]>
Hi @patrickvonplaten,
Finally, I created a new PR for our contribution to the community pipelines. We can close the previous one (#5660)
Thank you for your help
Best