stable diffusion finetuned on weeb stuff
Go to file
harubaru 61ed683d1c ensure wandb run doesnt get overwritten 2022-10-15 11:40:53 -07:00
aesthetics add local dataset code 2022-08-30 14:06:47 -07:00
assets stable diffusion 2022-08-10 16:30:49 +02:00
configs add fp16 training 2022-10-15 10:57:00 -07:00
danbooru_data fix downloader 2022-09-22 19:49:08 -07:00
data stable diffusion 2022-08-10 16:30:49 +02:00
docs/en make the execution work 2022-09-17 08:55:56 +02:00
ldm add fp16 training 2022-10-15 10:57:00 -07:00
models .gitignore: repo-specific 2022-08-24 19:38:18 +04:00
scripts Implement CLIP extensions (training + inference) 2022-10-14 19:31:53 +01:00
.dockerignore make the execution work 2022-09-17 08:55:56 +02:00
.gitignore dataloader overhaul 2022-09-20 22:00:32 -07:00
Dockerfile make the execution work 2022-09-17 08:55:56 +02:00
LICENSE stable diffusion 2022-08-10 16:30:49 +02:00
README.md Update README 2022-09-18 22:36:49 -07:00
Stable_Diffusion_v1_Model_Card.md stable diffusion 2022-08-10 16:30:49 +02:00
Start Gradio.cmd Runtime Launcher (Automatic) 2022-08-20 19:58:10 +02:00
environment.yaml Update environment.yaml 2022-08-27 05:53:37 -04:00
main.py ensure wandb run doesnt get overwritten 2022-10-15 11:40:53 -07:00
notebook_helpers.py add code 2021-12-21 03:23:41 +01:00
requirements.txt add fp16 training 2022-10-15 10:57:00 -07:00
setup.py add code 2021-12-21 03:23:41 +01:00
train.sh make the execution work 2022-09-17 08:55:56 +02:00
umamba.exe Runtime Launcher (Automatic) 2022-08-20 19:58:10 +02:00

README.md

Waifu Diffusion

Waifu Diffusion is the name for this project of finetuning Stable Diffusion on images and captions downloaded through Danbooru

(Note: This project has no affiliation with Danbooru.)

Prompt: touhou 1girl komeiji_koishi portrait

Documentation

Index

Weights

Training Guide

All thanks goes to CompVis and Stability AI for releasing this codebase!

Model Link: https://huggingface.co/hakurei/waifu-diffusion

Any questions? Come hop on by to our Discord server!

Discord Server

Stable Diffusion

Stable Diffusion was made possible thanks to a collaboration with Stability AI and Runway and builds upon our previous work:

Comments

BibTeX

@misc{rombach2021highresolution,
      title={High-Resolution Image Synthesis with Latent Diffusion Models}, 
      author={Robin Rombach and Andreas Blattmann and Dominik Lorenz and Patrick Esser and Björn Ommer},
      year={2021},
      eprint={2112.10752},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}