How to install magic-research/magic-animate. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
magic-research/magic-animate Installation Guide
How to install magic-research/magic-animate. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for magic-research/magic-animate. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i magic-research/magic-animateor
Install via npx
npx @hexmos/ipm i magic-research/magic-animatePrerequisites
Python
languageVersion: >=3.8.0
CUDA
system_toolVersion: >=11.3.0
ffmpeg
system_toolpip
package_managerconda
package_managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Conda Environment and Pip Installation
conda env create -f environment.yaml
conda activate manimate
pip install -r requirements.txtInference Execution via Scripts
bash scripts/animate.sh
bash scripts/animate_dist.shPost Installation Steps
- Run the following command to start the server: `python3 -m magic-animate`
- To access the demo, open your browser and navigate to `http://localhost:8000/`
