ComfyUI_Comfyroll_CustomNodes
ComfyUI_Comfyroll_CustomNodes copied to clipboard
Why is this message in ComfyUI Manager?
I see this in the ComfyUI Manager custom nodes tab:
When I try to switch version, it's empty:
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!
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