Merged
Conversation
Kosinkadink
previously requested changes
Jan 30, 2026
Contributor
|
Naming nitpick, but to me this looks more like a "Create List" node. I would expect a "convert" node be one that takes a batch and converts it into a list (which would also be useful, both ways) |
Contributor
Author
|
I agree with the naming concerns and have swapped it to "Create List" as suggested. Maybe "As List" to convey that multiple input lists will be concatenated into a single output list? |
f4eef8e to
535ef70
Compare
Member
|
Looks good, will need to wait for a frontend bump though as there is a bug with autogrow + matchtype in current that was previously known of and already fixed - only the first slot will match the type upon reload of the frontend when the workflow that contains such a case is there. |
im future me now and original concern has been resolved
luna-niemitalo
pushed a commit
to luna-niemitalo/ComfyUI
that referenced
this pull request
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a "Create List" node which takes any number of inputs of the same type and outputs those inputs as a single list.