Commit Graph

10 Commits

Author SHA1 Message Date
Alexis Rolland
e5ea9bbba2
Update comfy_extras/nodes_seedvr.py 2026-06-08 17:43:17 +08:00
Alexis Rolland
09e6cd4689
Update comfy_extras/nodes_seedvr.py 2026-06-08 17:43:07 +08:00
Alexis Rolland
7dcea515ef
Update comfy_extras/nodes_seedvr.py 2026-06-08 17:42:55 +08:00
Alexis Rolland
343352c889
Update comfy_extras/nodes_seedvr.py 2026-06-08 17:42:45 +08:00
Alexis Rolland
4d6b5b758a
Update comfy_extras/nodes_seedvr.py 2026-06-08 17:42:32 +08:00
Alexis Rolland
8610ec6b60
Update comfy_extras/nodes_seedvr.py 2026-06-08 17:42:17 +08:00
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
John Pollock
529b9232f0 Replace SeedVR2 custom varlen attention backends and fix 7B RoPE 2026-06-02 21:12:34 -05:00
John Pollock
22078c799b Refine SeedVR2 alpha channel handling and node UX 2026-06-02 21:12:34 -05:00
John Pollock
6e5186ddac Add SeedVR2 workflow nodes 2026-05-26 00:27:57 -05:00