ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

Why is this message in ComfyUI Manager?

Open alFrame opened this issue 2 months ago • 1 comments

I see this in the ComfyUI Manager custom nodes tab:

Image

When I try to switch version, it's empty:

Image

Not noticing any problems, just ran across this today, when going through the nodes.

I did reinstall manually using: git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git

It did not change the message, nor the "Switch Version" being empty.

Maybe a false negative?

Thanks!

alFrame avatar Sep 19 '25 09:09 alFrame

Have that message too. Also this:

[ERROR] An error occurred while retrieving information for the 'CR Output Flow Frames' node. Traceback (most recent call last): File "G:\ComfyUI\server.py", line 657, in get_object_info out[x] = node_info(x) File "G:\ComfyUI\server.py", line 621, in node_info info['input'] = obj_class.INPUT_TYPES() File "G:\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\nodes\nodes_animation_io.py", line 181, in INPUT_TYPES output_folders = [name for name in os.listdir(output_dir) if os.path.isdir(os.path.join(output_dir,name)) and len(os.listdir(os.path.join(output_dir,name))) != 0] File "G:\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\nodes\nodes_animation_io.py", line 181, in output_folders = [name for name in os.listdir(output_dir) if os.path.isdir(os.path.join(output_dir,name)) and len(os.listdir(os.path.join(output_dir,name))) != 0] PermissionError: [WinError 5] Access is denied: 'G:\ComfyUI\output\exp_data'

FilipeF12 avatar Oct 24 '25 13:10 FilipeF12