da2el commited on
Commit
8aa87b9
1 Parent(s): 0eff8d0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - Text-to-Image
5
+ - stable-diffusion
6
  ---
7
+
8
+ # IoliKawaiiMix
9
+
10
+ ## 推奨設定
11
+
12
+ - Clip skip: 2
13
+ - Sampling method: DPM++ 2M Karras
14
+ - Sampling steps: 30
15
+ - Upscaler: SwinIR_4x
16
+ - Hires steps: 15
17
+ - Denoising strength: 0.4
18
+
19
+ ## Negative prompt
20
+
21
+ 顔の影響が少ない negative_hand-neg を推奨しています。
22
+
23
+ ```
24
+ negative_hand-neg,(worst quality, low quality:1.4),(jpeg artifacts:1.4),(nose, tooth:1.4)
25
+ ```
26
+
27
+ 上記のNPだとアイシャドウやリップが入って少し色っぽい表情になります。
28
+ 子供っぽいノーメイクさが欲しい時は `lip, rouge, lipstick, eyeshadow` を追加します。
29
+
30
+ ```
31
+ negative_hand-neg,(worst quality, low quality:1.4),(jpeg artifacts:1.4),(nose, tooth, lip, rouge, lipstick, eyeshadow:1.4)
32
+ ```