Nodes Browser
ComfyDeploy: How ComfyUI-Hallo works in ComfyUI?
What is ComfyUI-Hallo?
a comfyui custom node for [a/hallo](https://github.com/fudan-generative-vision/hallo)
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
a comfyui custom node for hallo
<div> <figure> <img alt='webpage' src="web.png?raw=true" width="600px"/> <figure> </div>How to use
make sure ffmpeg
is worked in your commandline
for Linux
apt update
apt install ffmpeg
for Windows,you can install ffmpeg
by WingetUI automatically
then!
## insatll xformers match your torch,for torch==2.1.0+cu121
pip install xformers==0.0.22.post7
pip install accelerate
# in ComfyUI/custom_nodes
git clone https://github.com/AIFSH/ComfyUI-Hallo.git
cd ComfyUI-Hallo
pip install -r requirements.txt
weights will be downloaded from huggingface,or can mamually download from fudan-generative-ai/hallo,and put them all in ComfyUI-Hallo/pretrained_models