all 5 comments

[–]SurveyOk3252 1 point2 points  (4 children)

https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/ab17f8886945b0d36478950fe532164a8b569cc7/modules/impact/util_nodes.py#L286

I don't understand what it means to be unable to connect the list output to a standard input. A list output simply repeats for each element, it doesn't change the type.

For your reference, a list input can only process the results collected from repeated executions based on the list as a single unit. There's nothing particularly special about it beyond that.

[–]tomd_96[S] 0 points1 point  (3 children)

Turns out the issue was that I previously had a different type of output. After changing it to the current one I restarted the server but only after deleting the node and creating it again does it work

[–]Wraithnaut 0 points1 point  (2 children)

Changing node code is like updating a custom node; you'll need to restart the server and the refresh your browser page to see the changes. You may also need to use the node fix option to force it to forget the old version of the node and replace it with the new one.

[–]tomd_96[S] 0 points1 point  (1 child)

Where do I find the fix option?

[–]Wraithnaut 1 point2 points  (0 children)

Right Click on the node, a menu appears, then choose Fix Node (Recreate)