- Install requirements
pip install requirements
- To easily load civit checkpoints, install the git version of diffusers
pip install git+https://github.com/huggingface/diffusers
- Pull the pre-built docker image
docker pull ghcr.io/makaveli10/hello-diffusion:latest
- Build your custom docker image
docker build . -t hello-diffusion
Already have an idea about the kind of image you want to paint? Have a look at the Overview which details the models we have pre-loaded.
Fine-tune a diffusion model to generates images that look like you. For more details and results, refer to the training overview