CharacterFaceSwap
详情
下载文件
模型描述
仓库:https://github.com/ArtBot2023/CharacterFaceSwap
使用角色 LoRA 和嵌入进行人脸替换。
安装
推荐使用 ComfyUI Manager。
安装后加载工作流。
如需手动安装:
cd ComfyUI/custom_nodes/
git clone https://github.com/ArtBot2023/CharacterFaceSwap.git
cd CharacterFaceSwap
# 如果你使用移植版 ComfyUI
../../../python_embeded/python -m pip install -r requirements
# 否则
pip install -r requirements
在你的 ComfyUI 中,加载 custom_nodes/CharacterFaceSwap/workflows 目录下的工作流。

