stable diffusion finetuned on weeb stuff
Go to file
chavinlo 6da7d93133 relink 2022-09-09 02:47:39 -05: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 fix validation 2022-09-06 23:33:12 -07:00
data stable diffusion 2022-08-10 16:30:49 +02:00
docs/en relink 2022-09-09 02:47:39 -05:00
ldm fix validation 2022-09-06 23:33:12 -07:00
models .gitignore: repo-specific 2022-08-24 19:38:18 +04:00
scripts fix tag replace typo in danbooru21_extract.py 2022-09-08 20:52:38 +02:00
.gitignore Added docs and script to extract from danbooru JSON 2022-09-05 19:16:48 -05:00
LICENSE stable diffusion 2022-08-10 16:30:49 +02:00
README.md relink 2022-09-09 02:47:39 -05: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 remove outputs from cudacallback 2022-09-07 03:51:04 -07:00
notebook_helpers.py add code 2021-12-21 03:23:41 +01:00
requirements.txt Update requirements.txt 2022-08-27 05:53:34 -04:00
setup.py add code 2021-12-21 03:23:41 +01:00
train.sh redo training launcher 2022-09-08 18:46:23 -07: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 Danbooru images.

Prompt: touhou 1girl komeiji_koishi portrait

Discord Server

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}
}