ComfyUI/tests-unit/comfy_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
..
folder_path_test.py Allow changing folder_paths.base_path via command line argument. (#6600) 2025-01-29 08:06:28 -05:00
model_detection_test.py Finalize SeedVR2 review additions 2026-05-27 04:17:23 -05:00
seedvr_vae_forward_test.py Finalize SeedVR2 review additions 2026-05-27 04:17:23 -05:00
test_seedvr2_dtype.py Finalize SeedVR2 review additions 2026-05-27 04:17:23 -05:00
test_seedvr2_internals.py Replace SeedVR2 custom varlen attention backends and fix 7B RoPE 2026-06-02 21:12:34 -05:00
test_seedvr2_model.py Replace SeedVR2 custom varlen attention backends and fix 7B RoPE 2026-06-02 21:12:34 -05:00
test_seedvr2_vae_decode.py Finalize SeedVR2 review additions 2026-05-27 04:17:23 -05:00
test_seedvr2_vae_tiled.py Replace SeedVR2 custom varlen attention backends and fix 7B RoPE 2026-06-02 21:12:34 -05:00
test_seedvr_progressive_sampler.py SeedVR2 native nodes: apply review feedback 2026-06-06 13:14:08 -05:00