Skip to content

Custom node ComfyUI_OmniGen_Nodes stopped working after updating ComfyUI 0.3.39 -> 0.3.40 #8462

@Dino-Zavrus

Description

@Dino-Zavrus

Custom Node Testing

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleThis issue is stale and will be autoclosed soon.User SupportA user needs help with something, probably not a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions