-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Description
The save / load JSON (API format) is currently broken in the latest release.
Steps to reproduce:
- Load the default workflow.
- Save as JSON (API) format
- Clear the workflow, then load the JSON that was just saved.
Actual result:
Nothing will happen, but an error will be logged:
TypeError
graphData.nodes is not iterable
TypeError: graphData.nodes is not iterable
at ComfyApp.loadGraphData (http://desktop-01:8080/scripts/app.js:1439:27)
at reader.onload (http://desktop-01:8080/scripts/app.js:1759:10)
Expected result:
Workflow is reloaded.
Edit: Not sure if this is the intended functionality, but would really be nice to be able to re-import exported JSON API files to make changes and re-save back out again.
Metadata
Metadata
Assignees
Labels
No labels