D:\ComfyUI\custom_nodes>git clone https://github.com/djbielejeski/a-person-mask-generator Restart ComfyUI. Automatic1111 Examples Face Face + Body Clothes + Hair ComfyUI Example Workflow embedded in image, drag into ComfyUI to use.
MASK_OPTION_4_CLOTHES = 'clothes' title = "A Person Mask Generator" class Script(scripts.Script): def __init__(self): self.img2img: gr.Image = None def title(self): return title def show(self, is_img2img): return scripts.AlwaysVisible def get_mediapipe_image(self, image: Image) ...