lllyasviel / ControlNet-v1-1-nightly

Nightly release of ControlNet 1.1
4.48k stars 364 forks source link

Width/height swapped in Zoe annotator #29

Closed pdoane closed 1 year ago

pdoane commented 1 year ago

I suspect there is a bug in the Zoe annotator where width and height are being swapped?

https://github.com/lllyasviel/ControlNet-v1-1-nightly/blob/main/annotator/zoe/zoedepth/models/base_models/midas.py#L180

lllyasviel commented 1 year ago

it is not a bug. it is just some wrong logs in zoe. I do not think it influence the results. We tested the impl and all outputs are same with official impl