The following steps need to be followed to install AnimeGamer:
- Hardware preparation: PC with GPU (recommended graphics memory ≥ 24GB) is required to support Python environment
- base environment: Install the Git version control tool and the Anaconda management tool
- clone warehouse: By
git clone https://github.com/TencentARC/AnimeGamer.git
Getting the source code - Creating a Virtual Environment: Setting up a Python 3.10 environment with conda and activating it
- Installation of dependencies: Run
pip install -r requirements.txt
Install necessary libraries such as PyTorch - Download model: Obtaining three core model files, including Mistral-7B, from Hugging Face
After the installation is complete, you can access it via thepython inference_MLLM.py
command to test for success.
This answer comes from the articleAnimeGamer: An Open Source Tool for Generating Anime Videos and Character Interactions with Language CommandsThe