# ComfyUI-MagicAnimate **Repository Path**: wangqingwer/ComfyUI-MagicAnimate ## Basic Information - **Project Name**: ComfyUI-MagicAnimate - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-08 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComfyUI-MagicAnimate Easily use Magic Animate within ComfyUI! [![](https://dcbadge.vercel.app/api/server/MfVCahkc2y)](https://discord.gg/MfVCahkc2y) - [Installation](#1-installation) - [Node types](#node-types) - [Example workflows](#example-workflows) - [Animate any person's image with a DeepPose video input](#animate-any-person's-image-with-a-DeepPose-video-input) Need help? Join our Discord! ## 1. Installation ``` cd ComfyUI/custom_nodes/ git clone https://github.com/thecooltechguy/ComfyUI-MagicAnimate cd ComfyUI-MagicAnimate/ python -m pip install -r requirements.txt ``` ## Node types - **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 ## Example workflows ### Animate any person's image with a DeepPose video input [https://comfyworkflows.com/workflows/2e137168-91f7-414d-b3c6-23feaf704fdb](https://comfyworkflows.com/workflows/2e137168-91f7-414d-b3c6-23feaf704fdb) ![workflow graph](./workflow1_graph.png) ![sample output](./workflow1.gif)