-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Custom Node Testing
- I have tried disabling custom nodes and the issue persists (see how to disable custom nodes if you need help)
Your question
The only change i have made was updating ComfyUI from 0.3.39 to 0.3.40 (and the frontend)
Right after the update the custom node ComfyUI_OmniGen_Nodes stopped recognizing setOmniGenLoader node
(just before update it was working fine. after update ComfyUI suggest to delete setOmniGenLoader node outlining it with a bold red line)
The error i get is:
[ERROR] An error occurred while retrieving information for the 'setOmniGenLoader' node.
Traceback (most recent call last):
File "F:\SD\ComfyUI2505\server.py", line 594, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "F:\SD\ComfyUI2505\server.py", line 558, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "F:\SD\ComfyUI2505\custom_nodes\omnigen-set\py\omnigen.py", line 278, in INPUT_TYPES
return {"required": { "name": (folder_paths.get_filename_list("OmniGen"), ),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\SD\ComfyUI2505\folder_paths.py", line 345, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\SD\ComfyUI2505\folder_paths.py", line 306, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'OmniGen'
i removed the node and reinstalled it, but the issue persists.
is there any chance this can be fixed? i doubt the custom node would be updated in foreseeable future?
please help!
Logs
Other
No response