You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It did not work for one of the latest versions of stable-diffusion-webui as of 08.04.2024
But I used an older version of stable-diffusion-webui and now it works:
Version: v1.3.0-134-g0bf09c30 Commit hash: 0bf09c30c608ebe63fb154bd197e4baad978de63
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:
The text was updated successfully, but these errors were encountered: