Skip to content

eljandoubi/StableDiffusion

Repository files navigation

Coding Stable Diffusion from scratch using pytorch.

Setup environment

  • Clone the repository and Go to StableDiffusion directory.
git clone https://github.com/eljandoubi/StableDiffusion.git && cd StableDiffusion
  • Build environment.
make build

Check the code sanity

make check

Run the pipeline

make run

Clean environment

make clean