I'm receiving a "No attribute 'drop_path' error when running this extension against an image. Apparently this is an issue between Midas and timm -- reverting to timm 0.6.13 works around it. Brief steps for that are:
- cd to your stable-diffusion-webui directory
- Modify webui-user.bat and add "--skip-install" to your command line args (or timm will be reverted to latest)
- .\venv\Scripts\pip install timm==0.6.13
- Start stable diffusion with webui-user.bat