edenartlab / eden_comfy_pipelines

A collection of custom nodes and workflows for ComfyUI
50 stars 10 forks source link

fix some logical nodes missing due to return name type #15

Closed mountlin closed 2 weeks ago

mountlin commented 3 weeks ago

ComfyUI updates require that the RETURN_NAMES of custom nodes, if provided, must be a tuple, otherwise the node will be silently ignored. After updating to the latest ComfyUI, Eden_Compare and Eden_IfExecute will be missing for this reason, so here is a correction to the type to meet the requirements.