ComfyUI_frontend icon indicating copy to clipboard operation
ComfyUI_frontend copied to clipboard

[Bug]: Node restoration issue for outdated workflows

Open ltdrdata opened this issue 1 year ago • 0 comments

Frontend Version

v1.3.11

Expected Behavior

When loading an old workflow where a new input has been added, inputs that were converted should be maintained as they are.

Actual Behavior

When loading an old workflow where a new input has been added, widgets that were converted to inputs are not properly restored.

Steps to Reproduce

workflow (4)

workflow (1).json

outdated workflow (attached):

  1. scheduler_func_opt is an input that didn't exist when the workflow was created but was added later.
  2. seed was changed to convert to input and was a workflow connected to an external node.

reproduce:

  1. open outdated workflow with latest Impact Pack.
  2. seed changed to scheduler_func_opt, and seed disappeared.

Debug Logs

-

Browser Logs

What browsers do you use to access the UI ?

No response

Other

In the case of widgets, even if they change to inputs, their original order in the widget remains unchanged. Therefore, previously, this level of change was backward compatible.

ltdrdata avatar Oct 14 '24 04:10 ltdrdata