Suzie1 / ComfyUI_Comfyroll_CustomNodes

Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes.
https://civitai.com/models/183551/comfyui-comfyroll-custom-nodes
591 stars 77 forks source link

Error Importing Node in Latest ComfyUI Version #184

Open nikbogman opened 1 month ago

nikbogman commented 1 month ago

I've encountered an error while trying to import a node in the most recent version of ComfyUI.

` Comfyroll Studio: Failed to load Essential nodes Comfyroll Studio: Failed to load Graphics nodes Traceback (most recent call last): File "/root/nodes.py", line 1930, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/root/custom_nodes/ComfyUI_Comfyroll_CustomNodes/init.py", line 21, in from .node_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/root/custom_nodes/ComfyUI_Comfyroll_CustomNodes/node_mappings.py", line 50, in "CR Image Output": CR_ImageOutput, ^^^^^^^^^^^^^^ NameError: name 'CR_ImageOutput' is not defined

Cannot import /root/custom_nodes/ComfyUI_Comfyroll_CustomNodes module for custom nodes: name 'CR_ImageOutput' is not defined

Import times for custom nodes: 0.0 seconds: /root/custom_nodes/websocket_image_save.py 0.0 seconds: /root/custom_nodes/comfyui_controlnet_aux 0.1 seconds (IMPORT FAILED): /root/custom_nodes/ComfyUI_Comfyroll_CustomNodes 1.7 seconds: /root/custom_nodes/efficiency-nodes-comfyui 2.2 seconds: /root/custom_nodes/comfyui-reactor-node `

I would appreciate any help in resolving this issue. Thank you!