You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mmagic/mmagic/apis/inferencers/controlnet_animation_inferencer.py", line 11, in
from controlnet_aux import HEDdetector
ModuleNotFoundError: No module named 'controlnet_aux'
Additional information
No response
The text was updated successfully, but these errors were encountered:
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmagic
Environment
mmagic环境安装完成, mmagic.__version__返回 1.0
但是无法发现controlnet_aux, 在github使用 search in this repository也没发现
Reproduces the problem - code sample
主分支下,安装mmagic之后
python -c "from mmagic.apis import MMagicInferencer"
即可发现报错
Reproduces the problem - command or script
python -c "from mmagic.apis import MMagicInferencer"
Reproduces the problem - error message
mmagic/mmagic/apis/inferencers/controlnet_animation_inferencer.py", line 11, in
from controlnet_aux import HEDdetector
ModuleNotFoundError: No module named 'controlnet_aux'
Additional information
No response
The text was updated successfully, but these errors were encountered: