ComfyUI-PhotoMaker-Plus插件
**ComfyUI-PhotoMaker-Plus**是一个ComfyUI扩展插件,实现了PhotoMaker技术,用于基于参考照片创建个性化AI生成图像。该插件能够生成具有特定身份特征的逼真人物照片,同时保持高保真度和艺术控制。
安装方法
第一种
通过manager搜索 photo下载即可。
第二种
- 进入 ComfyUI 的
custom_nodes
目录,并打开cmd - 使用以下命令克隆仓库:
https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus.git
- 进入文件夹
cd ComfyUI-PhotoMaker-Plus
- 安装相应库文件
==虚拟环境==
pip install -r requirements.txt
==内置python环境==
python -m pip install -r requirements.txt