Prerequisites¶
Before installing template, please ensure that PyTorch has been successfully installed following the official guide.
Installation¶
Below are quick steps for installation:
pip install git+https://github.com/okotaku/template.git
Get Started¶
How to get started.
Docker¶
Below are quick steps for installation and run dreambooth training by docker:
git clone https://github.com/okotaku/template
cd template
docker compose up -d
docker compose exec template ...