JosefJilek
commited on
Commit
•
ff60381
1
Parent(s):
29f5178
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
pipeline_tag: text-to-image
|
4 |
+
tags:
|
5 |
+
- art
|
6 |
+
- anime
|
7 |
---
|
8 |
+
|
9 |
+
# Loli Diffusion
|
10 |
+
The goal of this project is to improve generation of loli characters since most of other models are not good at it.
|
11 |
+
|
12 |
+
## Usage
|
13 |
+
You can decide what VAE you want to use, both provides different results so it's on you. Then there is EasyNegative embedding which I recommend to use. \
|
14 |
+
\
|
15 |
+
Positive prompt example: 1girl, solo, loli, aged down, flat chest, masterpiece \
|
16 |
+
\
|
17 |
+
Negative prompt example: EasyNegative, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, multiple panels, aged up, old
|
18 |
+
|
19 |
+
|
20 |
+
## Useful links
|
21 |
+
Reddit: https://www.reddit.com/r/loliDiffusion \
|
22 |
+
Discord: https://discord.gg/mZ3eGeNX7S
|
23 |
+
|
24 |
+
## Recipe
|
25 |
+
v0.1 AOM3A3\*0.6 + CopperMix\*0.4 = loliDiffusion \
|
26 |
+
v0.2 may be a finetune
|
27 |
+
|
28 |
+
## Resources
|
29 |
+
https://huggingface.co/datasets/gsdf/EasyNegative \
|
30 |
+
https://huggingface.co/WarriorMama777/OrangeMixs \
|
31 |
+
https://civitai.com/models/13362/coppermix \
|
32 |
+
https://huggingface.co/hakurei/waifu-diffusion-v1-4
|