Killing the yellow halo in AI image compositing
RGB alpha blending averages channels, so background color stays baked into the edges of every cut-out. Moving the operation into Lab and deprojecting the chroma vector removes the spill, and a three-tier mask fallback keeps the pipeline running when a model chokes.