ComfyUI Extension: ComfyUI_Stable_Makeup

Authored by smthemex

Created

Updated

93 stars

you can using stable makeup when use comfyUI

README

ComfyUI_Stable_Makeup

You can apply makeup to the characters when use ComfyUI

Stable_Makeup From: Stable_Makeup

Update

2025/04/5

  • use single clip ,改成单体clip,似乎质量并未下降;
  • add lora support,you can try 4 step lora or other,增加加速Lora或者常规Lora的支持; ;

1.Installation

In the ./ComfyUI /custom_node directory, run the following:

git clone https://github.com/smthemex/ComfyUI_Stable_Makeup.git

2.requirements

only insightface in requirements.txt

pip install -r requirements.txt

按理是不需要装特别的库,因为内置了,如果还是库丢失,请单独安装. 便携包和秋叶包请注意使用python -m pip install

If the module is missing, please open "no need requirements.txt" , pip install or python -m pip install missing module.

3 Need model

├── ComfyUI/models/stable_makeup/
|         ├── mobilenet0.25_Final.pth
|         ├── pytorch_model.bin
|         ├── pytorch_model_1.bin
|         ├── pytorch_model_2.bin
|         ├── spiga_300wpublic.pt
|         ├── resnet50.pth
├── ComfyUI/models/checkpoints
|         ├──  any sd1.5 weights,
├── ComfyUI/models/clip
|         ├──  clip_l.safetensors

Example

6 Citation

@article{zhang2024stable,
  title={Stable-Makeup: When Real-World Makeup Transfer Meets Diffusion Model},
  author={Zhang, Yuxuan and Wei, Lifu and Zhang, Qing and Song, Yiren and Liu, Jiaming and Li, Huaxia and Tang, Xu and Hu, Yao and Zhao, Haibo},
  journal={arXiv preprint arXiv:2403.07764},
  year={2024}
}

SPIGA From: SPIGA

@inproceedings{Prados-Torreblanca_2022_BMVC,
  author    = {Andrés  Prados-Torreblanca and José M Buenaposada and Luis Baumela},
  title     = {Shape Preserving Facial Landmarks with Graph Attention Networks},
  booktitle = {33rd British Machine Vision Conference 2022, {BMVC} 2022, London, UK, November 21-24, 2022},
  publisher = {{BMVA} Press},
  year      = {2022},
  url       = {https://bmvc2022.mpi-inf.mpg.de/0155.pdf}
}

FaceLib From: FaceLib