comfyui-tooling-nodes icon indicating copy to clipboard operation
comfyui-tooling-nodes copied to clipboard

由于重新加载工作流数据出错,加载被中止TypeError: Cannot read properties of undefined (reading 'name')

Open cganimitta opened this issue 3 months ago • 1 comments

I have created a lot of workflows using old versions of plug-ins. When opening them in the latest version of comfyUI and plug-in, this error will occur, causing the workflow to be unable to be saved and even losing progress. ComfyUI Error Report

Error Details

  • Node ID: N/A
  • Node Type: N/A
  • Exception Type: 由于重新加载工作流数据出错,加载被中止
  • Exception Message: TypeError: Cannot read properties of undefined (reading 'name')

Stack Trace

TypeError: Cannot read properties of undefined (reading 'name')
    at adaptWidgetsToConnection (http://127.0.0.1:8188/extensions/comfyui-tooling-nodes/external_tooling_nodes.js:153:41)
    at nodeType.onAfterGraphConfigured (http://127.0.0.1:8188/extensions/comfyui-tooling-nodes/external_tooling_nodes.js:177:9)
    at app2.graph.onConfigure (http://127.0.0.1:8188/assets/index-DPKvVj9k.js:274167:39)
    at LGraph.configure (http://127.0.0.1:8188/assets/index-DPKvVj9k.js:125624:23)
    at LGraph.configure (http://127.0.0.1:8188/assets/index-DPKvVj9k.js:274151:26)
    at LGraph.configure (http://127.0.0.1:8188/extensions/ComfyUI-Custom-Scripts/js/reroutePrimitive.js:14:29)
    at ComfyApp.loadGraphData (http://127.0.0.1:8188/assets/index-DPKvVj9k.js:274401:18)
    at async app.loadGraphData (http://127.0.0.1:8188/extensions/comfyui-manager/components-manager.js:774:9)
    at async Object.openWorkflow (http://127.0.0.1:8188/assets/index-DPKvVj9k.js:270305:5)
    at async Object.handleClick (http://127.0.0.1:8188/assets/index-DPKvVj9k.js:280366:11)

cganimitta avatar Aug 10 '25 15:08 cganimitta

Can you attach one of the failing workflows?

It might be related to something that changed in ComfyUI, maybe a parameter that no longer exists...

Acly avatar Sep 15 '25 17:09 Acly