ComfyUI Extension: ComfyUI-Animator
This custom node for ComfyUI provides full-body animation capabilities, including facial rigging, various lighting styles, and green screen output.
Custom Nodes (0)
README
ComfyUI-Animator
This custom node for ComfyUI provides full-body animation capabilities, including facial rigging, various lighting styles, and green screen output.
Features
- Full body detection and rigging
- Facial rigging for detailed animation
- Animation based on input driving video
- Multiple lighting styles
- Green screen output option
Installation
-
Clone this repository into your ComfyUI custom nodes folder:
git clone https://github.com/SEkINVR/ComfyUI-Animator.git
-
Install the required dependencies:
cd ComfyUI-Animator./install.sh
3.## Usage
- In ComfyUI, you'll find the "Full Body Animator" node in the "animation" category.
- Connect an image input, a driving video input, and select a lighting style.
- The node will output two videos: one with the animated and lit subject, and another with the subject on a green screen background.
Updating
To update the node to the latest version, run:
./update.sh
License
[Your chosen license] 4.requirements.txt:
torch>=1.7.0
numpy>=1.19.0
Pillow>=8.0.0
opencv-python>=4.5.0
mediapipe>=0.8.9
5.install.sh:
#!/bin/bash
pip install -r requirements.txt
- update.sh:
#!/bin/bash
git pull
pip install -r requirements.txt