da2el commited on
Commit
c4e4a4e
1 Parent(s): 6f9cc1a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - Text-to-Image
5
+ - stable-diffusion
6
+ ---
7
+
8
+ # ioliPonyMix
9
+
10
+ ## 推奨設定
11
+
12
+ - Sampling method: DPM++ 2M Karras
13
+ - Sampling steps: 25
14
+ - Upscaler: R-ESRGAN 4x+ Anime6B
15
+ - Hires steps: 15
16
+ - Denoising strength: 0.5
17
+
18
+ # Positive prompt
19
+
20
+ SFW
21
+ ```
22
+ score_9, score_8_up, source_anime, (score_7_up, score_6_up:0.8) , source_anime, official art, masterpiece, highres, BREAK
23
+ ```
24
+ NSFW
25
+ ```
26
+ score_9, score_8_up, source_anime, (score_7_up, score_6_up:0.8) , rating_explicit, source_anime, official art, masterpiece, highres, BREAK
27
+ ```
28
+
29
+
30
+ ## Negative prompt
31
+
32
+
33
+ ```
34
+ score_4, score_5, score_6, 3d, photo, hyperrealistic, realstic, oil painting, source_cartoon, source_furry, source_pony, sketch, painting, monochrome
35
+ ```