Nodes Browser

ComfyDeploy: How ComfyUI-AniPortrait works in ComfyUI?

What is ComfyUI-AniPortrait?

ComfyUI [a/AniPortrait](https://github.com/Zejun-Yang/AniPortrait)

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-AniPortrait and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-AniPortrait

Thanks to the contribution from WainWong, the support for the new version of diffusers is now available.

  1. base workflow
<img src="wf.png" raw=true>

https://github.com/chaojie/ComfyUI-AniPortrait/blob/main/wf.json

Installation

Build environment

We recommend a python version >=3.10 and cuda version =11.7. Then build environment as follows:

pip install -r requirements.txt

Download weights

  1. Download our trained weights, which include five parts: denoising_unet.pth, reference_unet.pth, pose_guider.pth, motion_module.pth and audio2mesh.pt.

  2. Download pretrained weight of based models and other components:

  3. Enter the appropriate path in the node

AniPortrait