ComfyUI-AdvancedLivePortrait插件

前言

ComfyUI-AdvancedLivePortrait插件 是专为 ComfyUI 提供的一个增强插件,旨在将静态图像转化为动态的实时肖像,提供了丰富的功能来手动控制人脸的表情、姿势、眼睛和嘴巴等细节。通过使用该插件,用户可以实现更加生动、自然的虚拟人物动态效果。


安装方法

第一种

通过manager搜索 live下载即可。

image-20250531155514039

第二种

  1. 进入 ComfyUI 的 custom_nodes 目录,并打开cmd
  2. 使用以下命令克隆仓库:
git clone https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait.git

image-20250531155618777

  1. 进入文件夹
cd ComfyUI-AdvancedLivePortrait
  1. 安装相应库文件

==虚拟环境==

pip install -r requirements.txt

==内置python环境==

python -m pip install -r requirements.txt