>>2936971I know of three ways to do it on Comfy, and they all suck in some way:
box is Load Attention Couple from
https://github.com/laksjdjf/attention-couple-ComfyUIThis one was supposedly moved to
https://github.com/laksjdjf/cgem156-ComfyUI but it won't even load for me. The old one works fine but is very sensitive about mask resolutions, each dimension has to be divisible by 32.
Regions Attention Mask from
https://github.com/Acly/comfyui-tooling-nodes?tab=readme-ov-file#regionsThis one fails to re-scale the mask if it's a different size than the latent, so if you want to upscale you have to do the whole spaghetti a second time.
AttentionCouplePPM from
https://github.com/pamparamm/ComfyUI-ppm#attentioncoupleppmthis doesn't seem to work as it should and often leaks prompts all over the image.