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.49k stars 280 forks source link

Remove `null` as the sentinel value #2932

Closed RunDevelopment closed 3 months ago

RunDevelopment commented 3 months ago

Nothing major. I just noticed that the null in individualProgress represented the same state as 0. So there was no reason to use null when 0 also works.