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

error occurred while retrieving information for the 'DepthAnythingPreprocessor' node #431

Closed
whmc76 opened this issue Aug 16, 2024 · 1 comment

Comments

@whmc76
Copy link

whmc76 commented Aug 16, 2024

[ERROR] An error occurred while retrieving information for the 'DepthAnythingPreprocessor' node.
Traceback (most recent call last):
File "E:\ComfyUI_MainTask\ComfyUI\server.py", line 447, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\ComfyUI_MainTask\ComfyUI\server.py", line 424, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI_MainTask\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything.py", line 8, in INPUT_TYPES
ckpt_name=INPUT.COMBO(
^^^^^^^^^^^^
TypeError: INPUT.COMBO() got an unexpected keyword argument 'resolution'

@ElSuccerro
Copy link

Same here:

[ERROR] An error occurred while retrieving information for the 'DepthAnythingPreprocessor' node.
Traceback (most recent call last):
File "A:\ComfyUI_2.4Up\ComfyUI\server.py", line 452, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "A:\ComfyUI_2.4Up\ComfyUI\server.py", line 425, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "A:\ComfyUI_2.4Up\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything.py", line 8, in INPUT_TYPES
ckpt_name=INPUT.COMBO(
^^^^^^^^^^^^
TypeError: INPUT.COMBO() got an unexpected keyword argument 'resolution'

[ERROR] An error occurred while retrieving information for the 'ImageIntensityDetector' node.
Traceback (most recent call last):
File "A:\ComfyUI_2.4Up\ComfyUI\server.py", line 452, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "A:\ComfyUI_2.4Up\ComfyUI\server.py", line 426, in node_info
info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'

Fannovel16 added a commit that referenced this issue Aug 16, 2024
Fannovel16 added a commit that referenced this issue Aug 16, 2024
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

3 participants