olegchomp / TDComfyUI

TouchDesigner interface for ComfyUI
135 stars 9 forks source link

two image outputs? #20

Closed burritotrex closed 2 weeks ago

burritotrex commented 1 month ago

The "Send Image to Websocket" can't send an Alpha, so I am struggling to get a seperate mask to TD without applying it directly to the image. Any tipps on how to achieve it?

olegchomp commented 1 month ago

In ComfyUI you can convert mask to image, layout this images into one (side by side) and send over websocket. In TouchDesigner crop this image in two.

burritotrex commented 1 month ago

ah, yep - that works! Thanks!!!!