Issue with reproducing ip_adapter_sdxl_controlnet_demo.ipynb example from doc
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...
Here my gist
Any gist or advice very welcome!
Thank you for your work and effort.
hi @katarzynasornat could you try by resizing depth image? SDXL output size is (1024, 1024) by default
depth_map = depth_map.resize((1024, 1024))
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
Thanks!
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.