ComfyUI/tests-unit/comfy_extras_test
John Pollock e5f018d7a4 Gate SeedVR2 frames_per_chunk behind a manual/auto DynamicCombo
Make chunking_mode a DynamicCombo on the Chunk SeedVR2 Latent node so frames_per_chunk is shown only when chunking_mode is manual. In auto mode the chunk size is predicted from free VRAM, so frames_per_chunk is irrelevant and is now hidden; temporal_overlap stays visible in both modes. Options are alphabetized (auto, manual).
2026-07-07 04:11:55 -05:00
..
__init__.py [feat] Add ImageStitch node for concatenating images (#8369) 2025-06-01 04:28:52 -04:00
image_stitch_test.py [V3] converted nodes_images.py to V3 schema (#11206) 2025-12-26 19:39:02 -08:00
nodes_math_test.py Fix uncaught OverflowError in Math Expression node for large int results (#14214) 2026-06-01 18:15:04 -07:00
nodes_number_convert_test.py fix(number-convert): preserve int precision for large numbers (#13147) 2026-03-25 18:06:34 -04:00
test_seedvr2_conditioning.py Refactors and cleanups. 2026-07-02 22:59:38 -04:00
test_seedvr2_nodes.py Remove SeedVR2ProgressiveSampler. 2026-07-01 22:19:37 -04:00
test_seedvr2_post_processing.py Cleanups using AGENTS.md 2026-07-01 22:17:51 -04:00
test_seedvr2_temporal_chunk.py Gate SeedVR2 frames_per_chunk behind a manual/auto DynamicCombo 2026-07-07 04:11:55 -05:00