Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
437 stars 53 forks source link

Do not report warning (Missing nodes/models) when switching between opened workflows #740

Closed christian-byrne closed 1 week ago

christian-byrne commented 1 week ago

Fixes #573 by adding options param to loadGraphData with type:

interface LoadGraphDataOptions {
  showMissingNodesDialog: boolean
  showMissingModelsDialog: boolean
}

Missing nodes/models not reported on (1) switches between open workflows or (2) undo/redo.

huchenlei commented 1 week ago

@christian-byrne I have invited you as collaborator of the project. Please confirm the invite. Thanks!

christian-byrne commented 1 week ago

The extra kwargs probably don't need a separate interface. I can help fix that.

Good to know, and thanks.