For the complete documentation index, see llms.txt. This page is also available as Markdown.

Face hide

Crop operation which removes faces from the top of the image

Crops out the topmost part of an image if it contains a face.

To control the margin when cropping the face out, you can use the face_margin=Y operation where Y is a percentage of the face height. Its default value is 20. You can also use negative numbers if you would like to keep part of the face.

func=facehide

Examples

Last updated