volotat / SD-CN-Animation

This script allows to automate video stylization task using StableDiffusion and ControlNet.
MIT License
806 stars 61 forks source link

operands could not be broadcast together with shapes (1040,720,3) (1044,720,3) #162

Open jakeblakeley opened 1 year ago

jakeblakeley commented 1 year ago

Some videos I can get away with shrinking the frame size down, but others will give this error "An exception occurred while trying to process the frame: operands could not be broadcast together with shapes (1040,720,3) (1044,720,3)" no matter what its set to. Even if I set it to half size it gives the same error. I've tried various encoders with no luck. Is there a plugin that processes these shapes that needs updating?

jakeblakeley commented 1 year ago

Figured it out I think. Values need to be divisible by 8. There should probably be some help text to clarify this