2022-09-04 23:33:31 -06:00
# Waifu Diffusion
2022-11-10 12:59:53 -07:00
[Waifu Diffusion ](https://huggingface.co/hakurei/waifu-diffusion ) is the name for this project of finetuning [Stable Diffusion ](https://huggingface.co/runwayml/stable-diffusion-v1-5 ) on anime-styled images.
2022-09-04 23:31:40 -06:00
2022-11-10 12:59:53 -07:00
< img src = https://user-images.githubusercontent.com/26317155/194690196-8da73f2a-039d-4349-8b08-e24e8fd20959.png width = 40% height = 40% >
2022-08-18 15:54:01 -06:00
2022-11-10 12:59:53 -07:00
< sub > 1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt< / sub >
2022-09-04 23:33:31 -06:00
2022-11-10 12:59:53 -07:00
## Setup
2021-12-20 19:23:41 -07:00
2022-11-10 12:59:53 -07:00
```shell
pip install -r requirements.txt
```
2021-12-20 19:23:41 -07:00
2022-11-10 12:59:53 -07:00
## Project Structure
2021-12-22 03:16:26 -07:00
```
2022-11-10 12:59:53 -07:00
├── dataset: Dataset preparation and utilities
│ ├── aesthetic: Aesthetic ranking
│ └── download: Downloading utilities
└── trainer: The actual training code
2021-12-22 03:16:26 -07:00
```
2022-11-10 12:59:53 -07:00
## License
Training Code: [AGPL-3.0 ](LICENSE )
Model Weights: [CreativeML Open RAIL-M ](https://huggingface.co/spaces/CompVis/stable-diffusion-license )
2021-12-20 17:59:06 -07:00
2022-11-10 12:59:53 -07:00
[![Discord Server ](https://discordapp.com/api/guilds/930499730843250783/widget.png?style=banner2 )](https://discord.gg/Sx6Spmsgx7)