olegchomp / TouchDiffusion

TouchDesigner implementation for real-time Stable Diffusion interactive generation with StreamDiffusion.
137 stars 7 forks source link

How can I receive multiple generated images in TouchDesigner when the batch size is set to more than 1? #1

Closed KeitoTakaishi closed 3 months ago

KeitoTakaishi commented 4 months ago

HI, thanks for nice work! How can I receive multiple generated images in TouchDesigner when the batch size is set to more than 1?

olegchomp commented 4 months ago

Hi, you can start from this point. But first it's better to look in original StreamDiffusion repo, like this issue. https://github.com/olegchomp/TouchDiffusion/blob/317e08fa34bf2beb0ab99953e7f8b00d2a406f9a/TouchDiffusionExt.py#L63-L70