Stable diffusion fine-tune repo for Paris shopfront experiment (This Place Does Exist)
Go to file
Ruben van de Ven a26269d7d1 Add notebook with comments for Lambda deployment 2022-10-27 16:28:01 +02:00
assets Finetuning (#11) 2022-09-16 14:01:18 +01:00
configs Additions to fine-tune TPDE dataset 2022-10-27 16:03:36 +02:00
data coco meta 2022-06-09 10:57:03 +02:00
examples update prior notebook 2022-09-05 04:30:24 -04:00
ldm Update modules.py 2022-09-26 10:39:44 +01:00
models add configs for training unconditional/class-conditional ldms 2021-12-22 15:57:23 +01:00
scripts Update slimify.py 2022-09-23 09:21:53 +01:00
.gitignore Finetuning (#11) 2022-09-16 14:01:18 +01:00
LICENSE add LICENSE 2022-01-14 18:24:18 +01:00
README.md Add notebook with comments for Lambda deployment 2022-10-27 16:28:01 +02:00
main.py Additions to fine-tune TPDE dataset 2022-10-27 16:03:36 +02:00
notebook_helpers.py add code 2021-12-21 03:23:41 +01:00
paris_dataloader.py Additions to fine-tune TPDE dataset 2022-10-27 16:03:36 +02:00
requirements.txt Finetuning (#11) 2022-09-16 14:01:18 +01:00
setup.py add code 2021-12-21 03:23:41 +01:00
tpde_finetune.ipynb Add notebook with comments for Lambda deployment 2022-10-27 16:28:01 +02:00

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.)