ComfyUI/tests-unit/comfy_extras_test
John Pollock 1e08e8b724 SeedVR2 native nodes: apply review feedback
- Replace SeedVR2Resize / SeedVR2ResizeAdvanced with a single pad-only node
  SeedVR2Preprocess ("Pre-Process SeedVR2 Input"); resizing is delegated to the
  native Resize Image/Mask node. Input resized_images -> output processed_images.
- SeedVR2PostProcessing consumes the native-resized image directly: inputs images
  + original_resized_images; de-pad the decode to the reference's unpadded
  dimensions; color-correct against the reference pixels; apply alpha with the same
  top-left de-pad crop as RGB. Output display_name "images".
- SeedVR2Conditioning latent input display "latent"; SeedVR2ProgressiveSampler
  latent input/output latent_image -> latent (execute fn + _run_standard_sample).
- Update the SeedVR2 unit tests for the renamed API; remove dead area_resize.
- Strip third-party-node references from comments, a docstring, and a user-facing
  error message.
2026-06-06 13:14:08 -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 SeedVR2 native nodes: apply review feedback 2026-06-06 13:14:08 -05:00
test_seedvr2_nodes.py SeedVR2 native nodes: apply review feedback 2026-06-06 13:14:08 -05:00
test_seedvr2_post_processing.py SeedVR2 native nodes: apply review feedback 2026-06-06 13:14:08 -05:00