dustysys/ddetailer

I can not find it in script.

QuietyAwe opened this issue · 5 comments

there are no detection detailer option in script,how can i deal with it?

i find it in my cmd:
Error loading script: ddetailer.py
Traceback (most recent call last):
File "D:\stable-diffusion-webui\modules\scripts.py", line 248, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "D:\stable-diffusion-webui\extensions\ddetailer\scripts\ddetailer.py", line 458, in
from mmdet.core import get_classes
File "D:\stable-diffusion-webui\python\lib\site-packages\mmdet_init
.py", line 3, in
import mmengine
ModuleNotFoundError: No module named 'mmengine'

I run python -m pip install mmengine in venv,but it tells me No pyvenv.cfg file,how to deal with it?

I run
pip install -U openmim
mim install mmcv

in venv,it works.
but when i open webUI,it still prints ModuleNotFoundError: No module named 'mmengine'
who can help me ?! TvT

ok, now it tells me that No module named 'mmdet.core'

ok, now it tells me that No module named 'mmdet.core'

look at new issues:)