Install ToonCrafter via Anaconda
mainTo set up the ToonCrafter environment, it is recommended to use Anaconda. Create a new environment with Python 3.8.5 and install the required dependencies from requirements.txt.
conda create -n tooncrafter python=3.8.5
conda activate tooncrafter
pip install -r requirements.txt