-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Block' object has no attribute 'drop_path' #26
Comments
I've found that the bug is caused by timm version. FYI, I've used |
That's a problem that MiDaS models have (that carries over to ZoeDepth) |
This resolves the error `AttributeError: 'Block' object has no attribute 'drop_path` when using the depth controlnet. Found fix on: isl-org/ZoeDepth#26
I was able to get it to work by reverting to |
Backports isl-org/MiDaS#234 Fixes #319 Fixes #323
Following on from @charliememory's comment - you can set the appropriate names on MiDaS fetched from
Works for me with |
I keep getting the title error, Is there a solution for it ?
The text was updated successfully, but these errors were encountered: