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

Fix LGraphNode.pos serialization #107

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Conversation

huchenlei
Copy link
Member

@huchenlei huchenlei commented Sep 2, 2024

Related issue: Comfy-Org/ComfyUI_frontend#710

The issue has been there for a long while, only surfaced by the previous refactor on node construction in #98. The code in question is creating a float array of length 10, while the real intention should be create a float array that initializes to [10, 10].

@huchenlei huchenlei merged commit e25c210 into master Sep 2, 2024
4 checks passed
@huchenlei huchenlei deleted the fix_node_serialization branch September 2, 2024 18:31
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

Successfully merging this pull request may close these issues.

1 participant