Skip to content

bmaltais/ComfyUI-PhotoMaker-shiimizu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI PhotoMaker

ComfyUI reference 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

Example workflow that you can load in ComfyUI.


Installation

Download the model from huggingface and place it in a photomaker folder in your models folder such as ComfyUI/models/photomaker.

  1. Install ComfyUI.
  2. 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.git ComfyUI-PhotoMaker-SMZ

Important news

2024-01-21

  • Due to various node updates and changes, you may have to recreate the node.
  • Removed ref_images_path input. Added a PrepImagesForClipVisionFromPath node.

2024-01-18

  • No need to manually extract the LoRa that's inside the model anymore.

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}
}

About

PhotoMaker for ComfyUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%