Skip to content

Fork of EchoMimic to cinlude Beat Synchronisation for gestures and dancing

Notifications You must be signed in to change notification settings

BAIS1C/ComfyUI_AvatarDanceNode_Cleaned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ComfyUI Avatar Dance Node

This project combines audio-driven lip-syncing with beat-synchronized animations into a single cohesive node for ComfyUI.

Features

  1. Lip-Sync Animations: Uses Echo Mimic for phoneme-to-viseme mapping and animation.
  2. Beat-Synchronized Gestures: Generates body and hand movements aligned with music beats.
  3. Outputs Frames: Produces individual animation frames for combination into a video.

Installation

  1. Clone this repository.

  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Place your input files in the inputs/ folder:

    • An image (e.g., image.jpg).
    • An audio file (e.g., audio.mp3).
  4. Run the script:

    python src/main.py
    

Outputs

Animation frames are saved in the outputs/ directory.

License

MIT License

About

Fork of EchoMimic to cinlude Beat Synchronisation for gestures and dancing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages