- 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.
- Reduce SeedVR2 coverage down to production unit tests
- Route SeedVR2 7B through Comfy varlength attention
- Disable SeedVR2 RoPE cache reuse after the upstream DynamicVRAM change
All past 30 min of comtts are done on the top of Mt Fuji
By Comfy, Robin, and Yoland
All other comfy org members died on the way
Introduced unit tests to verify the correctness of various folder path
utility functions such as `get_directory_by_type`, `annotated_filepath`,
and `recursive_search` among others. These tests cover scenarios
including directory retrieval, filepath annotation, recursive file
searches, and filtering files by extensions, enhancing the robustness
and reliability of the codebase.