Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harubaru/waifu-diffusion
stable diffusion finetuned on weeb stuff
https://github.com/harubaru/waifu-diffusion
Last synced: 14 days ago
JSON representation
stable diffusion finetuned on weeb stuff
- Host: GitHub
- URL: https://github.com/harubaru/waifu-diffusion
- Owner: harubaru
- License: agpl-3.0
- Fork: true (CompVis/stable-diffusion)
- Created: 2022-08-18T21:51:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T20:02:49.000Z (over 1 year ago)
- Last Synced: 2024-08-01T17:19:26.473Z (3 months ago)
- Language: Python
- Homepage:
- Size: 131 MB
- Stars: 1,940
- Watchers: 28
- Forks: 177
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waifu Diffusion
[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.
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
## Setup
```shell
pip install -r requirements.txt
```## Project Structure
```
├── dataset: Dataset preparation and utilities
│ ├── aesthetic: Aesthetic ranking
│ └── download: Downloading utilities
└── trainer: The actual training code
```## License
Training Code: [AGPL-3.0](LICENSE)
Model Weights: [CreativeML Open RAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license)[![Discord Server](https://discordapp.com/api/guilds/930499730843250783/widget.png?style=banner2)](https://discord.gg/Sx6Spmsgx7)