dustysys / ddetailer

339 stars 73 forks source link

I can not find it in script. #40

Closed QuietyAwe closed 1 year ago

QuietyAwe commented 1 year ago

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

QuietyAwe commented 1 year ago

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 getclasses File "D:\stable-diffusion-webui\python\lib\site-packages\mmdet__init__.py", line 3, in import mmengine ModuleNotFoundError: No module named 'mmengine'

QuietyAwe commented 1 year ago

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

QuietyAwe commented 1 year ago

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

QuietyAwe commented 1 year ago

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

alexcellsinetous commented 1 year ago

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

look at new issues:)