Dockerized Linaqruf/kohya-trainer so you can train dreambooth LoRAs and fine-tune Stable Diffusion models on your own hardware running Linux.
- Easy set-up - One command to both install and launch.
- Easy config - Manage your project on the host filesystem.
- Straightforward - Nothing fancy. Default settings. Simple Dockerfile.
- Non-root - Files are owned by your user. Nothing runs as root.
- Fast - Start-up and shutdown are snappy.
- A Linux OS
- A recent Nvidia GPU
- docker
- docker-compose
- nvidia-docker
Enjoy a streamlined experience with just
:
just build
just up
Otherwise, you can use the standard docker tools as expected:
docker compose up