This custom node for ComfyUI provides full-body animation capabilities, including facial rigging, various lighting styles, and green screen output.
This custom node for ComfyUI provides full-body animation capabilities, including facial rigging, various lighting styles, and green screen output.
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
To update the node to the latest version, run:
./update.sh
[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
#!/bin/bash
git pull
pip install -r requirements.txt