a/CSD_MT is a method about 'Content-Style Decoupling for Unsupervised Makeup Transfer without Generating Pseudo Ground Truth', you can use it in comfyUI.
CSD_MT is a method about 'Content-Style Decoupling for Unsupervised Makeup Transfer without Generating Pseudo Ground Truth', you can use it in comfyUI.
In the ./ComfyUI/custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_CSD_MT.git
pip install -r requirements.txt
pip install dlib-19.24.1-cp311-cp311-win_amd64.whl
-- ComfyUI/models/CSDMT
|-- 79999_iter.pth
|-- CSD_MT.pth
|--resnet18-5c106cde.pth #没有也会自动下载
-- ComfyUI/custom_node/ComfyUI_CSD_MT/quick_start/faceutils/dlibutils
|--lms.dat
@inproceedings{sun2024content,
title={Content-Style Decoupling for Unsupervised Makeup Transfer without Generating Pseudo Ground Truth},
author={Sun, Zhaoyang and Xiong, Shengwu and Chen, Yaxiong and Rong, Yi}
journal={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
year={2024}
}