Skip to content

No attribute 'drop_path' error when running against image #3

@FlyingRhenquest

Description

@FlyingRhenquest

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions