-
Notifications
You must be signed in to change notification settings - Fork 25
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
Case: Unknown output node: lead the following error ----> v = G.nodes[node]['v'] KeyError: 'v' #77
Comments
Is the workflow you are transpiling in web UI format? If so, you can try to convert it to API format, i.e. load it in web UI and |
Hmm sorry how does it work with API format actually? I ran python main.py in ComfyUI folder, and then developed the workflow in my browser at http://127.0.0.1:8188/ , and then Clicked save to 'Save workflow as' Json. Then I transpiled as explained in Comfyscript tutorials: |
Oh cool! I did not know that... Thx a lot :-) It solved the problem, but led another (as it' irrelevant, I am opening a new issue). |
Maybe some nodes break API format again. Are you using any UE Nodes? |
yes you are right sorry, anything anywhere and Prompts Everywhere nodes lose their connections, that is the problem.. Thanks for guiding through! |
Hi,
I am trying to transpile a complex ComfyUI workflow. For some nodes in my workflow "node_pos_sum" function in init.py returns to 0 with a warning message. But that leads an error later on in the "visit" function in init.py
Is there a way to work around this KeyError caused by an empty node {} in ComfyScript?
Thank you in advance :-)
Cheers,
Cihan
The text was updated successfully, but these errors were encountered: