Open
Description
If you have the Deep Shrink node added to your model, it prevents OpenPose 1.5 from working.
It seems to be an issue with OpenPose expected a certain image size based on the errors it keeps throwing.
Not sure if this is fixable or if it's the nature of the beast but it does make the value of Deep Shrink go down a bit.
warning control could not be applied torch.Size([2, 640, 64, 38]) torch.Size([2, 640, 128, 75])
It does seem to work ok with IP Adapter and controlnet Tile. Both of those also mess with the starting noise (I guess) so maybe openpose is doing something different from them.