cozymantis / human-parser-comfyui-node

A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad.
https://cozymantis.gumroad.com
GNU General Public License v3.0
59 stars 4 forks source link

Human pqrsel error wen loading #2

Open kakachiex2 opened 4 months ago

kakachiex2 commented 4 months ago

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 commented 4 months ago

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