[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
…ldm3d_docs_fix
|
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.
Hmm is this really needed?
There was a problem hiding this comment.
the preprocess? or the raise?
There was a problem hiding this comment.
Ah sorry I misread here, actually this look ok to me - @yiyixuxu wdyt?
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
…afl/diffusers into ldm3d_upscaler_community
patrickvonplaten
left a comment
There was a problem hiding this comment.
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.
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 <estellea@isl-gpu27.rr.intel.com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
--------- Co-authored-by: Aflalo <estellea@isl-gpu27.rr.intel.com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
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