ComfyUI/tests-unit/comfy_api_test
Glary-Bot 1abab1d81e [Partner Nodes] feat(bria): add Transparent option to Remove Video Background
Bria's /remove_background endpoint accepts background_color='Transparent'
when paired with an alpha-capable container/codec; pass output_container_and_codec=
'webm_vp9' in that case (otherwise mp4_h264, unchanged). The returned WebM
flows through ComfyUI's VIDEO type as a file reference, so Save Video with the
default auto/auto settings stream-copies it byte-for-byte with the alpha plane
intact (covered by new test_save_to_auto_preserves_vp9_alpha_via_stream_copy).

BriaTransparentVideoBackground is kept as-is because it remains the supported
path for the IMAGE+MASK workflow: Get Video Components currently cannot expose
alpha for VP9 streams (PyAV's default vp9 decoder drops the side alpha layer),
so the per-frame compositing workflow still needs the dedicated node that
decodes via libvpx-vp9 itself.
2026-06-09 17:10:27 +00:00
..
input_impl_test.py Support saving Comfy VIDEO type to buffer (#7939) 2025-05-04 23:26:57 -04:00
multicombo_serialization_test.py fix(api-io): serialize MultiCombo multi_select as object config (#13484) 2026-05-05 13:58:32 -07:00
video_types_test.py [Partner Nodes] feat(bria): add Transparent option to Remove Video Background 2026-06-09 17:10:27 +00:00