dustysys/ddetailer

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

syddharth opened this issue · 4 comments

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.

I think this is a duplicate of #20

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

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.