mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-24 07:57:29 +08:00
- test_output_clamped now uses inputs that would produce -0.5 without clamping, so it actually exercises the torch.clamp(..., 0, 1) call. - test_padding_value_is_one verifies that the channel-alignment logic pads with 1.0 specifically (not 0.0 or some other value), which is the semantic guarantee of treating the extra channel as an opaque alpha. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| image_blend_test.py | ||
| image_stitch_test.py | ||
| nodes_math_test.py | ||
| nodes_number_convert_test.py | ||