shiimizu / ComfyUI-PhotoMaker-Plus

PhotoMaker for ComfyUI
GNU General Public License v3.0
239 stars 21 forks source link
comfyui stable-diffusion

ComfyUI PhotoMaker Plus

ComfyUI implementation for PhotoMaker.

PhotoMaker implementation that follows the ComfyUI way of doing things. The code is memory efficient, fast, and shouldn't break with Comfy updates.

example workflow

Installation

  1. Install ComfyUI.
  2. Install onnxruntime and insightface.
  3. Install through ComfyUI Manager or clone this repo into custom_nodes by running the following commands in a terminal:
    cd ComfyUI/custom_nodes
    git clone https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus.git
  4. Download the model(s) from Hugging Face (V1, V2) and place it in a photomaker folder in your models folder such as ComfyUI/models/photomaker.
  5. Check out the example workflows.

Features of this Plus version

Important news

2024-09-01

2024-07-26

2024-01-24

2024-01-21

2024-01-18

Citation

@article{li2023photomaker,
  title={PhotoMaker: Customizing Realistic Human Photos via Stacked ID Embedding},
  author={Li, Zhen and Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Cheng, Ming-Ming and Shan, Ying},
  booktitle={arXiv preprint arxiv:2312.04461},
  year={2023}
}