Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/comfyui-hallo
https://github.com/aifsh/comfyui-hallo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aifsh/comfyui-hallo
- Owner: AIFSH
- License: mit
- Created: 2024-06-17T02:29:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T06:43:23.000Z (6 months ago)
- Last Synced: 2024-12-11T01:04:18.283Z (12 days ago)
- Language: Python
- Size: 551 KB
- Stars: 286
- Watchers: 5
- Forks: 14
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyUI-Hallo
a comfyui custom node for [hallo](https://github.com/fudan-generative-vision/hallo)
## 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](https://github.com/marticliment/WingetUI) automaticallythen!
```
## 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](https://hf-mirror.com/fudan-generative-ai/hallo/tree/main),and put them all in `ComfyUI-Hallo/pretrained_models`## Tutorial
- [Demo](https://b23.tv/SZFuzlK)## WeChat Group
## Thanks
[hallo](https://github.com/fudan-generative-vision/hallo)