dustysys / ddetailer

340 stars 74 forks source link

ImportError: DLL load failed while importing _ext: The specified procedure could not be found. #15

Closed syddharth closed 1 year ago

syddharth commented 1 year ago

I did get the script to run once in a previous install, but after a clean reinstallation of webui for SD2.0, unable to get the script loaded.

drandarov-io commented 1 year ago

+1

illtellyoulater commented 1 year ago

I think this is a duplicate of https://github.com/dustysys/ddetailer/issues/20

mudashi33 commented 1 year ago

I encountered the same problem, it was still useless after reinstalling mmcv and mmdet. Finally, it was solved after reinstalling mmcv 1.7.0 pip uninstall mmcv-full mim install mmcv-full==1.7.0

syddharth commented 1 year ago

I encountered the same problem, it was still useless after reinstalling mmcv and mmdet. Finally, it was solved after reinstalling mmcv 1.7.0 pip uninstall mmcv-full mim install mmcv-full==1.7.0

This works.