chaiNNer-org / chaiNNer

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
https://chaiNNer.app
GNU General Public License v3.0
4.65k stars 283 forks source link

Fixed typing and broadcasting issue for sequence types #2972

Closed RunDevelopment closed 4 months ago

RunDevelopment commented 4 months ago

Broadcasting now works properly. I also made it so that we broadcast a whole sequence type instead of the hacky solution with 'length'.

I also improved the output types of Index in Load Images and Load Video, and I enabled broadcasting for Load Video.

image