Dockerization of the Hugging Face ToonCrafter Space
- Repository: https://github.com/ToonCrafter/ToonCrafter
- Space: https://huggingface.co/spaces/Doubiiu/tooncrafter
With this docker image you can make a video from start frame to end frame.
From this frames
To this video
Docker and nvidia container toolkit must be installed. A GPU with at least 20 GB of VRAM is required.
You can download the image and run it
docker pull maximofn/tooncrafter:latest
./run_app.shOr you can build the image and run it
./build_docker_image.sh
./run_app.sh
