Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Human pqrsel error wen loading #2

Open
kakachiex2 opened this issue Mar 10, 2024 · 1 comment
Open

Human pqrsel error wen loading #2

kakachiex2 opened this issue Mar 10, 2024 · 1 comment

Comments

@kakachiex2
Copy link

This is the error message I get when loading human parser I installed inplace-abn and the error message is the same.

File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node_init_.py", line 1, in
from .HumanParserLIPCustomNode import HumanParserLIPCustomNode
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\HumanParserLIPCustomNode.py", line 5, in
from .utils import generate
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\utils.py", line 8, in
from .schp import networks
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\schp\networks_init_.py", line 3, in
from .AugmentCE2P import resnet101
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\schp\networks\AugmentCE2P.py", line 21, in
from ..modules import InPlaceABNSync
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\schp\modules_init_.py", line 1, in
from .bn import ABN, InPlaceABN, InPlaceABNSync
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\schp\modules\bn.py", line 10, in
from .functions import *
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node\schp\modules\functions.py", line 12, in
_backend = load(name="inplace_abn",
^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\torch\utils\cpp_extension.py", line 1306, in load
return _jit_compile(
^^^^^^^^^^^^^
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\torch\utils\cpp_extension.py", line 1736, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\torch\utils\cpp_extension.py", line 2132, in _import_module_from_library
module = importlib.util.module_from_spec(spec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing inplace_abn: The specified module could not be found.

Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\human-parser-comfyui-node module for custom nodes: DLL load failed while importing inplace_abn: The specified module could not be found.

@kakachiex2
Copy link
Author

inplace-abn correctly instaled and compiled but for some reason the extension don't load it.
Screenshot 2024-03-10 022445

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant