Closed janic716 closed 11 months ago
delete already
# First diffusion, facial reconstruction ep_logger.info("Start First diffusion.") ImageChops.multiply(input_image, input_mask) if not face_shape_match:
the result of "ImageChops.multiply(input_image, input_mask)" is not used
Just a typo. It doesn't make a difference to the result.
https://github.com/aigc-apps/sd-webui-EasyPhoto/blob/d47a2de062a05dcadeee83f140e18fbefb6d79ff/scripts/easyphoto_infer.py#L1224C61-L1224C61
the result of "ImageChops.multiply(input_image, input_mask)" is not used