ComfyUI_frontend
ComfyUI_frontend copied to clipboard
[Bug]: Node restoration issue for outdated workflows
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
outdated workflow (attached):
scheduler_func_optis an input that didn't exist when the workflow was created but was added later.seedwas changed toconvert to inputand was a workflow connected to an external node.
reproduce:
- open outdated workflow with latest Impact Pack.
seedchanged toscheduler_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.