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
I am getting an error FileNotFoundError: [Errno 2] No such file or directory: '[...]/lib/python3.11/site-packages/controlnet_aux/dwpose/yolox_config/yolox_l_8xb8-300e_coco.py'
Indeed in the lib/python3.11/site-packages/controlnet_aux/dwpose directory I do not see the yolox_config folder at all. And in the pypi package source it seems to be missing as well.
Is there an installation step missing, or is the package missing files?
The text was updated successfully, but these errors were encountered:
After running
pip install controlnet-aux==0.0.7
and following the instructions from DW Pose:I am getting an error
FileNotFoundError: [Errno 2] No such file or directory: '[...]/lib/python3.11/site-packages/controlnet_aux/dwpose/yolox_config/yolox_l_8xb8-300e_coco.py'
Indeed in the
lib/python3.11/site-packages/controlnet_aux/dwpose
directory I do not see the yolox_config folder at all. And in the pypi package source it seems to be missing as well.Is there an installation step missing, or is the package missing files?
The text was updated successfully, but these errors were encountered: