Easily use Magic Animate within ComfyUI!
Need help? Join our Discord!
Please install "ComfyUI-MagicAnimate" via the ComfyUI-Manager.
cd ComfyUI/custom_nodes/
git clone https://github.com/thecooltechguy/ComfyUI-MagicAnimate
cd ComfyUI-MagicAnimate/
python -m pip install -r requirements.txt
- MagicAnimateModelLoader
- Loads the MagicAnimate model
- MagicAnimate
- Uses the MagicAnimate model to animate an input image using an input DeepPose video, and outputs the generated video
https://comfyworkflows.com/workflows/2e137168-91f7-414d-b3c6-23feaf704fdb
- Fix white color in output (credits: @mingqizhang)
- Optimize amount of models downloaded (now requires 15GB and only downloads the models needed)
- Refactor to use any Model, VAE, and ControlNet input from ComfyUI (this should also further reduce number of models downloaded)