File size: 1,418 Bytes
0e93693 617e0bd 08a01a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
---
tags:
- text-to-image
---
Stable diffusion model for Sanrio and Sanrio characters. Includes Hello Kitty, My Melody, Kuromi, Cinnamoroll, Badtz-Maru, Pompompurin, and Keroppi. Tags are "Sanrio" and the character's name respectively. To use, just download the ckpt file. Download it [here.](https://huggingface.co/Kafke/sanrio/resolve/main/sanrio.ckpt)
Examples:
```
hello kitty
Steps: 20, Sampler: Euler a, CFG scale: 9, Seed: 207838508, Size: 512x512, ENSD: 31337
```
<img src="https://huggingface.co/Kafke/sanrio/resolve/main/hellokitty.png" width="512px"/>
```
my melody in a field of flowers, picking flowers, sanrio
Steps: 20, Sampler: Euler a, CFG scale: 10, Seed: 1003504798, Size: 512x512, ENSD: 31337
```
<img src="https://huggingface.co/Kafke/sanrio/resolve/main/mymelody.png" width="512px"/>
```
plushie of cinnamoroll
Steps: 20, Sampler: Euler a, CFG scale: 12, Seed: 4279840297, Size: 512x512, ENSD: 31337
```
<img src="https://huggingface.co/Kafke/sanrio/resolve/main/cinnamoroll.png" width="512px"/>
```
badtz-maru
Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3378087276, Size: 512x512, ENSD: 31337
```
<img src="https://huggingface.co/Kafke/sanrio/resolve/main/badtz.png" width="512px"/>
```
totoro sanrio
Steps: 20, Sampler: Euler a, CFG scale: 8, Seed: 3046772456, Size: 512x512, ENSD: 31337
```
<img src="https://huggingface.co/Kafke/sanrio/resolve/main/totoro.png" width="512px"/> |