You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 months ago | |
---|---|---|
assets | 9 months ago | |
configs | 7 months ago | |
data | 12 months ago | |
examples | 9 months ago | |
ldm | 8 months ago | |
models | 1 year ago | |
scripts | 8 months ago | |
.gitignore | 9 months ago | |
LICENSE | 1 year ago | |
README.md | 7 months ago | |
main.py | 7 months ago | |
notebook_helpers.py | 1 year ago | |
paris_dataloader.py | 7 months ago | |
requirements.txt | 9 months ago | |
setup.py | 1 year ago | |
tpde_finetune.ipynb | 7 months ago |
README.md
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.)