ImportError: DLL load failed while importing _ext: The specified procedure could not be found.
syddharth opened this issue · 4 comments
syddharth commented
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
illtellyoulater commented
I think this is a duplicate of #20
mudashi33 commented
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
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.