Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 842 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 842 Bytes

diffusion

Getting Started

  • Install requirements
 pip install requirements
  • To easily load civit checkpoints, install the git version of diffusers
 pip install git+https://github.com/huggingface/diffusers

Docker

  • Pull the pre-built docker image
 docker pull ghcr.io/makaveli10/hello-diffusion:latest
  • Build your custom docker image
 docker build . -t hello-diffusion

Notebooks

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