Nodes: VHS_VideoCombine. Nodes related to video workflows
47e56f3e42c3ab4fb33f1407c2c40b5391226621
fix: 🐛 properly handle list inputs see https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/pull/197#issuecomment-2067233344 Use case insensitive counter checking Windows has unusual behaviour for case sensitivity in file paths. Files and folders retain the case used when initially created, but path resolution is case insensitive. Since the previous counter code did not account for this, setting a filename_prefix in Video Combine with case different from a previous execution would fail to include prior executions nad produce a counter and filename that resolve to an already existant file, throwing an error. To account for this, the counter code has been made case insensitive. See #190
ComfyUI-VideoHelperSuite