Nodes Browser
ComfyDeploy: How ComfyUI Hallo works in ComfyUI?
What is ComfyUI Hallo?
Unofficial implementation of [a/hallo](https://github.com/fudan-generative-vision/hallo) for ComfyUI
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI Hallo
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Hallo (Unofficial Support)
Unofficial Hallo support for ComfyUI.
Important Updates
- 2024/07/30: Added support to ComfyUI's official AudioLoad Node
- 2024/06/26: Added ComfyUI nodes and workflow examples
Example Workflow
This workflow shows the example usage on making an image into a talking face video.
Installation
-
Install from ComfyUI Manager (search for
hallo
, make sureffmpeg
is installed) -
Download or git clone this repository into the ComfyUI/custom_nodes/ directory and run:
sudo apt install ffmpeg
pip install -r requirements.txt
## insatll xformers match your torch, for torch==2.1.0+cu121
pip install xformers==0.0.22.post7
Download Checkpoints
All models will be downloaded automatically to ComfyUI's model folder, just no wrries.