ComfyUI_Hallo

ComfyUI_Hallo
★ 21

hallo集成视频音频处理ComfyUI插件ffmpeg依赖
ComfyUI_Hallo:非官方实现,将 a/hallo 集成到 ComfyUI,便于在 ComfyUI 中进行基于 hallo 的视频/音频生成与处理,需依赖 ffmpeg。
💡 在ComfyUI中用hallo生成或处理视频/音频
🍴 4 Forks💻 Python🔄 2024-07-30
📦 网盘链接待填入
📦 requirements.txt
diffusers
omegaconf
librosa
audio-separator
onnxruntime-gpu
opencv-python
onnx2torch
onnx
moviepy
accelerate
av
bitsandbytes
decord
einops
insightface
mediapipe[vision]==0.10.14
mlflow
tqdm
isort
pylint
pre-commit
accelerate
xformers
torch
torchaudio
numpy
opencv-python
📄 README

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 sure ffmpeg 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.