Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ToonCrafter

install

git clone --depth=1 https://github.com/sdbds/ToonCrafter-for-windows
# pyenv install 3.8.10
# pyenv shell 3.8.10
# python -m venv venv
# venv\Scripts\activate.bat
uv venv --python 3.8.20
.venv\Scripts\activate.bat
uv pip install -r requirements-windows.txt
  1. Get model.ckpt from Doubiiu/ToonCrafter1.
  2. Put it into checkpoints\tooncrafter_512_interp_v1\model.ckpt.

usage

set XFORMERS_FORCE_DISABLE_TRITON="1"
python gradio_app.py

tooncrafter


  1. [bug]: Error caught was: No module named 'triton'