human-parser-comfyui-node icon indicating copy to clipboard operation
human-parser-comfyui-node copied to clipboard

Fails to load, error messages

Open aurel-g opened this issue 11 months ago • 3 comments

Under Linux in a venv with Python 3.11 and ComfyUI's requirements + requirements.txt installed properly

Launching ComfyUI from: /mnt/comfyui/app

Total VRAM 16073 MB, total RAM 32000 MB
pytorch version: 2.5.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
Using pytorch cross attention
[Prompt Server] web root: /mnt/comfyui/app/web
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/utils/cpp_extension.py:1964: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation. 
If this is not desired, please set os.environ['TORCH_CUDA_ARCH_LIST'].
  warnings.warn(
Traceback (most recent call last):
  File "/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 2104, in _run_ninja_build
    subprocess.run(
  File "/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/mnt/comfyui/app/nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/__init__.py", line 1, in <module>
    from .HumanParserLIPCustomNode import HumanParserLIPCustomNode
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/HumanParserLIPCustomNode.py", line 5, in <module>
    from .utils import generate
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/utils.py", line 8, in <module>
    from .schp import networks
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/networks/__init__.py", line 3, in <module>
    from .AugmentCE2P import resnet101
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/networks/AugmentCE2P.py", line 21, in <module>
    from ..modules import InPlaceABNSync
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/__init__.py", line 1, in <module>
    from .bn import ABN, InPlaceABN, InPlaceABNSync
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/bn.py", line 10, in <module>
    from .functions import *
  File "/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/functions.py", line 12, in <module>
    _backend = load(name="inplace_abn",
               ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1314, in load
    return _jit_compile(
           ^^^^^^^^^^^^^
  File "/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1721, in _jit_compile
    _write_ninja_file_and_build_library(
  File "/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1833, in _write_ninja_file_and_build_library
    _run_ninja_build(
  File "/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 2120, in _run_ninja_build
    raise RuntimeError(message) from e
RuntimeError: Error building extension 'inplace_abn': [1/5] /usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda_half.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda_half.cu -o inplace_abn_cuda_half.cuda.o 
FAILED: inplace_abn_cuda_half.cuda.o 
/usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda_half.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda_half.cu -o inplace_abn_cuda_half.cuda.o 
In file included from /usr/local/cuda/include/cuda_runtime.h:82,
                 from <command-line>:
/usr/local/cuda/include/crt/host_config.h:143:2: error: #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
  143 | #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
      |  ^~~~~
[2/5] /usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda.cu -o inplace_abn_cuda.cuda.o 
FAILED: inplace_abn_cuda.cuda.o 
/usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda.cu -o inplace_abn_cuda.cuda.o 
In file included from /usr/local/cuda/include/cuda_runtime.h:82,
                 from <command-line>:
/usr/local/cuda/include/crt/host_config.h:143:2: error: #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
  143 | #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
      |  ^~~~~
[3/5] c++ -MMD -MF inplace_abn_cpu.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++17 -O3 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp -o inplace_abn_cpu.o 
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/BlasBackend.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/Context.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/ATen.h:7,
                 from /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:1:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In function 'void leaky_relu_backward_cpu(at::Tensor, at::Tensor, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:86:3: note: in expansion of macro 'CHECK_CPU_INPUT'
   86 |   CHECK_CPU_INPUT(z);
      |   ^~~~~~~~~~~~~~~
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/ivalue.h:4,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/List_inl.h:4,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/List.h:488,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/IListRef_inl.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/IListRef.h:631,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/DeviceGuard.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/ATen.h:9:
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:87:3: note: in expansion of macro 'CHECK_CPU_INPUT'
   87 |   CHECK_CPU_INPUT(dz);
      |   ^~~~~~~~~~~~~~~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/ATen.h:11:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:89:36: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   89 |   AT_DISPATCH_FLOATING_TYPES(z.type(), "leaky_relu_backward_cpu", ([&] {
      |                              ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:91:32: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   91 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:92:34: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   92 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:91:32: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   91 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:92:34: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   92 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In function 'void elu_backward_cpu(at::Tensor, at::Tensor)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:104:3: note: in expansion of macro 'CHECK_CPU_INPUT'
  104 |   CHECK_CPU_INPUT(z);
      |   ^~~~~~~~~~~~~~~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:105:3: note: in expansion of macro 'CHECK_CPU_INPUT'
  105 |   CHECK_CPU_INPUT(dz);
      |   ^~~~~~~~~~~~~~~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:107:36: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
  107 |   AT_DISPATCH_FLOATING_TYPES(z.type(), "elu_backward_cpu", ([&] {
      |                              ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:109:32: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  109 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:110:34: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  110 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:109:32: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  109 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:110:34: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  110 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
[4/5] c++ -MMD -MF inplace_abn.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++17 -O3 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp -o inplace_abn.o 
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'std::vector<at::Tensor> mean_var(at::Tensor)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:11:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 |     if (x.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/Tensor.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/Tensor.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/variable.h:6,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/autograd.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/extension.h:5,
                 from /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:1:
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'at::Tensor forward(at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, bool, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:31:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   31 |     if (x.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'std::vector<at::Tensor> edz_eydz(at::Tensor, at::Tensor, at::Tensor, at::Tensor, bool, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:51:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   51 |     if (z.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'at::Tensor backward(at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, bool, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:71:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   71 |     if (z.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'void leaky_relu_backward(at::Tensor, at::Tensor, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:95:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   95 |     if (z.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
ninja: build stopped: subcommand failed.


Cannot import /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node module for custom nodes: Error building extension 'inplace_abn': [1/5] /usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda_half.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda_half.cu -o inplace_abn_cuda_half.cuda.o 
FAILED: inplace_abn_cuda_half.cuda.o 
/usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda_half.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda_half.cu -o inplace_abn_cuda_half.cuda.o 
In file included from /usr/local/cuda/include/cuda_runtime.h:82,
                 from <command-line>:
/usr/local/cuda/include/crt/host_config.h:143:2: error: #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
  143 | #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
      |  ^~~~~
[2/5] /usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda.cu -o inplace_abn_cuda.cuda.o 
FAILED: inplace_abn_cuda.cuda.o 
/usr/local/cuda/bin/nvcc --generate-dependencies-with-compile --dependency-output inplace_abn_cuda.cuda.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_89,code=compute_89 -gencode=arch=compute_89,code=sm_89 --compiler-options '-fPIC' --expt-extended-lambda -std=c++17 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cuda.cu -o inplace_abn_cuda.cuda.o 
In file included from /usr/local/cuda/include/cuda_runtime.h:82,
                 from <command-line>:
/usr/local/cuda/include/crt/host_config.h:143:2: error: #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
  143 | #error -- unsupported GNU version! gcc versions later than 13 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
      |  ^~~~~
[3/5] c++ -MMD -MF inplace_abn_cpu.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++17 -O3 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp -o inplace_abn_cpu.o 
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/BlasBackend.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/Context.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/ATen.h:7,
                 from /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:1:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In function 'void leaky_relu_backward_cpu(at::Tensor, at::Tensor, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:86:3: note: in expansion of macro 'CHECK_CPU_INPUT'
   86 |   CHECK_CPU_INPUT(z);
      |   ^~~~~~~~~~~~~~~
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/ivalue.h:4,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/List_inl.h:4,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/List.h:488,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/IListRef_inl.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/IListRef.h:631,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/DeviceGuard.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/ATen.h:9:
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:87:3: note: in expansion of macro 'CHECK_CPU_INPUT'
   87 |   CHECK_CPU_INPUT(dz);
      |   ^~~~~~~~~~~~~~~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/ATen.h:11:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:89:36: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   89 |   AT_DISPATCH_FLOATING_TYPES(z.type(), "leaky_relu_backward_cpu", ([&] {
      |                              ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:91:32: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   91 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:92:34: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   92 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:91:32: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   91 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:92:34: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
   92 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In function 'void elu_backward_cpu(at::Tensor, at::Tensor)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:104:3: note: in expansion of macro 'CHECK_CPU_INPUT'
  104 |   CHECK_CPU_INPUT(z);
      |   ^~~~~~~~~~~~~~~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:11:40: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 | #define CHECK_CPU(x) AT_CHECK(!(x).type().is_cuda(), #x " must be a CPU tensor")
      |                                ~~~~~~~~^~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/utils/checks.h:15:28: note: in expansion of macro 'CHECK_CPU'
   15 | #define CHECK_CPU_INPUT(x) CHECK_CPU(x); CHECK_CONTIGUOUS(x)
      |                            ^~~~~~~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:105:3: note: in expansion of macro 'CHECK_CPU_INPUT'
  105 |   CHECK_CPU_INPUT(dz);
      |   ^~~~~~~~~~~~~~~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:107:36: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
  107 |   AT_DISPATCH_FLOATING_TYPES(z.type(), "elu_backward_cpu", ([&] {
      |                              ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:109:32: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  109 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:110:34: warning: 'T* at::Tensor::data() const [with T = double]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  110 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp: In lambda function:
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:109:32: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  109 |     auto *_z = z.data<scalar_t>();
      |                ~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn_cpu.cpp:110:34: warning: 'T* at::Tensor::data() const [with T = float]' is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations]
  110 |     auto *_dz = dz.data<scalar_t>();
      |                 ~~~~~~~~~~~~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:247:7: note: declared here
  247 |   T * data() const {
      |       ^~~~
[4/5] c++ -MMD -MF inplace_abn.o.d -DTORCH_EXTENSION_NAME=inplace_abn -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/TH -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/include/python3.11 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++17 -O3 -c /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp -o inplace_abn.o 
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'std::vector<at::Tensor> mean_var(at::Tensor)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:11:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   11 |     if (x.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
In file included from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/Tensor.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/Tensor.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/function_hook.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/cpp_hook.h:2,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/variable.h:6,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/autograd/autograd.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include/torch/autograd.h:3,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/csrc/api/include/torch/all.h:7,
                 from /mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/torch/extension.h:5,
                 from /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:1:
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'at::Tensor forward(at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, bool, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:31:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   31 |     if (x.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'std::vector<at::Tensor> edz_eydz(at::Tensor, at::Tensor, at::Tensor, at::Tensor, bool, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:51:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   51 |     if (z.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'at::Tensor backward(at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor, bool, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:71:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   71 |     if (z.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp: In function 'void leaky_relu_backward(at::Tensor, at::Tensor, float)':
/mnt/comfyui/app/custom_nodes/human-parser-comfyui-node/schp/modules/src/inplace_abn.cpp:95:15: warning: 'at::DeprecatedTypeProperties& at::Tensor::type() const' is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations]
   95 |     if (z.type().scalarType() == at::ScalarType::Half)
      |         ~~~~~~^~
/mnt/comfyui/env/python3.11/7a202ebf3555f9b5f3407ce1c2741710/lib/python3.11/site-packages/torch/include/ATen/core/TensorBody.h:225:30: note: declared here
  225 |   DeprecatedTypeProperties & type() const {
      |                              ^~~~
ninja: build stopped: subcommand failed.


Import times for custom nodes:
   0.0 seconds: /mnt/comfyui/app/custom_nodes/websocket_image_save.py
  11.0 seconds (IMPORT FAILED): /mnt/comfyui/app/custom_nodes/human-parser-comfyui-node

Starting server

To see the GUI go to: http://0.0.0.0:8080

aurel-g avatar Dec 28 '24 14:12 aurel-g

Have installed the nodes manually as well as via the manager but they will not load. Did you have any joy with this?

Goosebumps1206 avatar Jan 06 '25 07:01 Goosebumps1206

same problem

xuxinda avatar Apr 03 '25 09:04 xuxinda

Have installed the nodes manually as well as via the manager but they will not load. Did you have any joy with this?

No, I tried with Python 3.12 but had the same problem. On the other hand, this fork seems to work https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python : I haven't tested the node functionalities but in any case I can load it in ComfyUI.

aurel-g avatar May 22 '25 16:05 aurel-g