Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates advanced makeup transfer between images for AI artists, ensuring realistic results and maintaining image integrity.
The PM_SuperMakeUpTransfer node is designed to facilitate advanced makeup transfer between images, allowing you to apply the makeup style from one image onto another seamlessly. This node leverages sophisticated image processing techniques to ensure that the makeup transfer is realistic and maintains the integrity of the original image. It is particularly useful for AI artists looking to enhance portraits by transferring makeup styles without manual editing. The node can handle specific regions of the image, making it versatile for various applications, such as virtual try-ons or artistic transformations.
The main_image
parameter is the primary image to which the makeup will be transferred. This image serves as the base for the makeup application. It is crucial for this image to be of high quality to ensure the best results. The parameter type is IMAGE
.
The makeup_image
parameter is the reference image containing the desired makeup style. This image provides the makeup features that will be transferred to the main_image
. The parameter type is IMAGE
.
The avatar_box
parameter is optional and defines a specific region within the images where the makeup transfer should be applied. It is a tuple representing the coordinates of the box (x1, y1, x2, y2). This allows for targeted makeup application, which can be useful for focusing on facial features. The parameter type is BOX
.
The output is a single IMAGE
that represents the main_image
with the makeup style from the makeup_image
applied. This output maintains the original quality and dimensions of the main_image
, with the added makeup effects seamlessly integrated.
main_image
and makeup_image
are of high resolution to achieve the best results.avatar_box
parameter to focus the makeup transfer on specific facial features, such as eyes or lips, for more precise applications.makeup_image
to see how various looks can be transferred to the main_image
.main_image
and makeup_image
are in a supported image format, such as JPEG or PNG.avatar_box
parameter exceed the dimensions of the input images.avatar_box
are within the bounds of the main_image
and makeup_image
.main_image
and makeup_image
have similar dimensions or aspect ratios. If the problem persists, try using different images or adjusting the avatar_box
parameter.© Copyright 2024 RunComfy. All Rights Reserved.