"src/diffusers/models/controlnets/controlnet_union.py" did not exist on "1f0705adcfe9e57db1bb90c2938922249b186cfc"
Remove Python2 style object inheritance (#3597)
Summary: Python3 makes the use of `(object)` in class inheritance unnecessary. Let's modernize our code by eliminating this. Reviewed By: aaronenyeshi Differential Revision: D48957872
Showing
Please register or sign in to comment