You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting error when loading openai api in env.
works great with gemini and anthropic but get message:
my api works on other comfyui llm node with same api
[ERROR] An error occurred while retrieving information for the 'easy fullLoader' node.
Traceback (most recent call last):
File "E:\comfyui2\ComfyUI\server.py", line 452, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\server.py", line 425, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 883, in INPUT_TYPES
"config_name": (["Default", ] + folder_paths.get_filename_list("configs"), {"default": "Default"}),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\folder_paths.py", line 240, in get_filename_list
out = cached_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\folder_paths.py", line 227, in cached_filename_list_
if os.path.getmtime(folder) != time_modified:
^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen genericpath>", line 55, in getmtime
OSError: [WinError 1921] The name of the file cannot be resolved by the system: 'E:\\comfyui2\\ComfyUI\\models\\configs'
[ERROR] An error occurred while retrieving information for the 'SDParameterGenerator' node.
Traceback (most recent call last):
File "E:\comfyui2\ComfyUI\server.py", line 452, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\server.py", line 425, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\custom_nodes\comfyui-prompt-reader-node\nodes.py", line 753, in INPUT_TYPES
["none"] + folder_paths.get_filename_list("configs"),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\folder_paths.py", line 240, in get_filename_list
out = cached_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\folder_paths.py", line 227, in cached_filename_list_
if os.path.getmtime(folder) != time_modified:
^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen genericpath>", line 55, in getmtime
OSError: [WinError 1921] The name of the file cannot be resolved by the system: 'E:\\comfyui2\\ComfyUI\\models\\configs'
[ERROR] An error occurred while retrieving information for the 'Checkpoint Loader' node.
Traceback (most recent call last):
File "E:\comfyui2\ComfyUI\server.py", line 452, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\server.py", line 425, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 13578, in INPUT_TYPES
return {"required": { "config_name": (comfy_paths.get_filename_list("configs"), ),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\folder_paths.py", line 240, in get_filename_list
out = cached_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\comfyui2\ComfyUI\folder_paths.py", line 227, in cached_filename_list_
if os.path.getmtime(folder) != time_modified:
^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen genericpath>", line 55, in getmtime
OSError: [WinError 1921] The name of the file cannot be resolved by the system: 'E:\\comfyui2\\ComfyUI\\models\\configs'
The text was updated successfully, but these errors were encountered:
getting error when loading openai api in env.
works great with gemini and anthropic but get message:
my api works on other comfyui llm node with same api
The text was updated successfully, but these errors were encountered: