Comfy-Org/ComfyUI_frontend

Loading API Format prompt workflow should handle missing nodes and still load graph (align behavior with loading of normal workflows)

開放

#5,198 建立於 2025年8月25日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (610 個分叉)github user discovery
area:workflowshelp wanted

倉庫指標

星標
 (1,838 顆星)
PR 合併指標
 (平均合併 4天 21小時) (30 天內合併 881 個 PR)

描述

Prerequisites

  • I am running the latest version of ComfyUI
  • I have searched existing issues to make sure this isn't a duplicate
  • I have tested with all custom nodes disabled (see how)

What happened?

Expected: Workflow should load even if specific custom node(s) are not installed, while displaying the appropriate dialogue about the missing custom node(s).

Actual: The workflow does not load at all, although the correct dialogue for the missing custom node(s) is shown.

Steps to Reproduce

  1. Make sure not to have Comfy-Deploy (https://github.com/BennyKok/comfyui-deploy) and ComfyUI-Omini-Kontext (https://github.com/tercumantanumut/ComfyUI-Omini-Kontext) installed.
  2. Attempt to drag and drop both/either of the workflows.
  3. Notice the correct dialogue pop-up, but the workflow(s) not importing.

https://github.com/user-attachments/assets/3dde3364-11c0-439c-9f95-1fd3e1d2b451

kontext-single-workflow.json

kontext-multi-workflow.json

How is this affecting you?

Feature doesn't work as expected

ComfyUI Frontend Version

1.26.6

Browser

Chrome/Chromium

Console Errors

Logs

Additional Context

Workflows load correctly if the required custom node(s) are already installed before importing. However, if a workflow was previously loaded and the custom node(s) are uninstalled afterward, ComfyUI can still launch that workflow successfully on startup, since it reloads the last saved session.

┆Issue is synchronized with this Notion page by Unito

貢獻者指南