Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sharedWorkflowUtils.js seems to be an old version #1

Closed
Octav14n opened this issue Jul 30, 2024 · 2 comments
Closed

sharedWorkflowUtils.js seems to be an old version #1

Octav14n opened this issue Jul 30, 2024 · 2 comments

Comments

@Octav14n
Copy link

I get errors in "src/public/js/modules/sharedWorkflowUtils.js", in the function "renderAllInputs", it accesses members of "workflowJson" that the server does not send (for example: it iterates over workflowJson, instead of workflowJson.nodes)
after fixing this, it tries to find "_comfyuimini_meta" which isn't send by the server. Is there a newer Version available?

@Octav14n Octav14n changed the title sharedWorkflowUtils.js is out of sync sharedWorkflowUtils.js seems to be an old version Jul 30, 2024
@ImDarkTom
Copy link
Owner

This is because I intended users to import workflows using the "Save (API Format)" option which uses less space by cutting out unnecesary data such as node position, size, etc. I'll release an update that clarifies on this as I've seen multiple users mention not being able to properly import workflows.

@ImDarkTom
Copy link
Owner

This has been clarified in the latest release. Users will now get a popup when trying to import non-API formatted workflows along with a guide on how to enable the option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants