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

what does integers mean in the workflow json? #50

Open
kilimchoi opened this issue Jul 30, 2024 · 1 comment
Open

what does integers mean in the workflow json? #50

kilimchoi opened this issue Jul 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kilimchoi
Copy link

kilimchoi commented Jul 30, 2024

I'm currently transitioning from a1111 to the comfy UI API, and I'm looking for documentation that explains the meaning of each parameter in the workflow JSON. I'm confused about the source of numbers like "3" and "135." in

@kilimchoi kilimchoi added the bug Something isn't working label Jul 30, 2024
@TimPietrusky
Copy link
Member

@kilimchoi the numbers represent the ID of the node in ComfyUI. ComfyUI is then using these IDs to connect the nodes together. In JSON, each key must be a String, so even when those are valid integers, they are converted to strings.

Is there anything else you need?

@TimPietrusky TimPietrusky self-assigned this Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants