diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Issue with reproducing ip_adapter_sdxl_controlnet_demo.ipynb example from doc

Open katarzynasornat opened this issue 1 year ago • 2 comments

Hi all!

I met an issue when I tried to use diffusers/hugging face syntax to reproduce an example.

I am obtaining different/worse result and wondering why...

image

Here my gist

Any gist or advice very welcome!

Thank you for your work and effort.

katarzynasornat avatar Apr 27 '24 19:04 katarzynasornat

hi @katarzynasornat could you try by resizing depth image? SDXL output size is (1024, 1024) by default

depth_map = depth_map.resize((1024, 1024))

fabiorigano avatar Apr 27 '24 20:04 fabiorigano

hi @katarzynasornat could you try by resizing depth image? SDXL output size is (1024, 1024) by default

depth_map = depth_map.resize((1024, 1024))

Made that, good point. I tested before another example with proper size and forgot to change. Now it looks better

image

Thanks!

katarzynasornat avatar Apr 28 '24 06:04 katarzynasornat

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Sep 14 '24 15:09 github-actions[bot]