dchatel / comfyui_facetools

These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options.
MIT License
45 stars 7 forks source link

Detect face node - mask output. #6

Closed ethanfel closed 4 weeks ago

ethanfel commented 4 weeks ago

Hi, is it possible for the detect mask node to have a input with the full size masks before the crop and warp ?

dchatel commented 4 weeks ago

Like this ? image

You could also use one of the BiSeNetMask or JonathandinuMask nodes directly, like the following, but the result will be less accurate (because BiSeNet and Jonathandinu models are trained for cropped/aligned faces): image

ethanfel commented 4 weeks ago

Thank you first for the first setup, It's exactly what I needed.

I didn't think of using the solid mask node !