Stable diffusion fine-tune repo for Paris shopfront experiment (This Place Does Exist)
assets | ||
configs | ||
data | ||
examples | ||
ldm | ||
models | ||
scripts | ||
.gitignore | ||
LICENSE | ||
main.py | ||
notebook_helpers.py | ||
paris_dataloader.py | ||
README.md | ||
requirements.txt | ||
setup.py | ||
tpde_finetune.ipynb |
Experiments with Stable Diffusion
Fine-tune stable diffusion with images from Paris. Part of the This Place Does Exist experiment.
This repository extends and adds to the fine-tune repo by Justin Pinkney which in turn extends the original training repo for Stable Diffusion.
Currently it adds:
Fine tuning
Makes it easy to fine tune Stable Diffusion on your own dataset. For example generating new Pokemon from text:
Girl with a pearl earring, Cute Obama creature, Donald Trump, Boris Johnson, Totoro, Hello Kitty
For a step by step guide see the notebook in this repo (adapted from Lambda Labs examples repo.)