Comfy-Org / Comfy-Org/ComfyUI_devtools
RemoteWidgetNodeWithControlAfterRefresh node missing RETURN_TYPES
- Dominant language
- Python
- Stars
- 24
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When loading custom node defs, I get error:
```
[ERROR] An error occurred while retrieving information for the 'DevToolsRemoteWidgetNodeWithControlAfterRefresh' node.
Traceback (most recent call last):
File "/home/c_byrne/projects/comfy-testing-environment/ComfyUI-clone-3/server.py", line 629, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "/home/c_byrne/projects/comfy-testing-environment/ComfyUI-clone-3/server.py", line 595, in node_info
info['output'] = obj_class.RETURN_TYPES
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'RemoteWidgetNodeWithControlAfterRefresh' has no attribute 'RETURN_TYPES'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.