Hemlok commited on
Commit
75f767b
1 Parent(s): 5bb4ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md CHANGED
@@ -1,3 +1,99 @@
1
  ---
 
2
  license: creativeml-openrail-m
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+
3
  license: creativeml-openrail-m
4
+
5
+ tags:
6
+
7
+ - stable-diffusion
8
+
9
+ - text-to-image
10
+
11
  ---
12
+ # 『Ginger Mix』
13
+ ![a](Image/GingerMix.png)
14
+ ![a](Image/GingerMix1.png)
15
+ ![a](Image/GingerMix2.png)
16
+ - "Ginger Mix" is a merged model based on "LimeMixV2"(https://huggingface.co/Hemlok/LimeMix) with improved expression and color tone.
17
+
18
+ ---
19
+
20
+ ## 『Ginger MixR』
21
+ ![a](Image/GingerMixR.png)
22
+ ![a](Image/GMixR.png)
23
+ - "Ginger MixR" is a model based on "Ginger Mix" with improved composition and background, and is as close to "LimeMixV2" as possible.
24
+
25
+ ---
26
+
27
+ ## 『Ginger V1』
28
+ ![a](Image/GingerV1.png)
29
+ ![a](Image/GV1.png)
30
+ - "Ginger V1" is a merged model of "LimeMixV2" with "PastelMix" (https://huggingface.co/andite/pastel-mix). (Hierarchical merge)
31
+
32
+ ----
33
+
34
+ # ◆About
35
+
36
+ - Sampler: DDIM or DPM++ SDE Karras
37
+
38
+ - Steps: 20~
39
+
40
+ - Clipskip: 2
41
+
42
+ - CFG Scale: 5-8
43
+
44
+ - Denoise strength: 0.5-0.65
45
+
46
+ - Negative prompts should be as few as possible.
47
+
48
+ - vae: Use "Any" or similar.
49
+
50
+ ----
51
+
52
+ # ◆How to use
53
+
54
+ - Please download the file by yourself and use it with WebUI(AUTOMATIC1111) etc.
55
+
56
+ - Use the fp16 version for Colab(T4) or a PC with low RAM.
57
+
58
+ ----
59
+
60
+ # ◆Comparison
61
+ ![a](Image/Image1.png)
62
+ ![a](Image/Image2.png)
63
+ ```
64
+ 1girl, white hair, floating hair, looking at viewer, cowboy shot, winter, jacket
65
+ ```
66
+
67
+ ----
68
+
69
+ # ◆Sampler & CFG Scale
70
+ ## (GingerMix)
71
+ ![a](Image/sp1.png)
72
+ ![a](Image/sp2.png)
73
+ ```
74
+ 1girl, solo, (winter coat), (chino), (downtown:1.2),
75
+ ```
76
+
77
+ ----
78
+
79
+ # Disclaimer
80
+
81
+ - The creation of SFW and NSFW images is at the discretion of the individual creator.
82
+
83
+ - This model is not a model created to publish NSFW content in public places, etc.
84
+
85
+ ----
86
+
87
+ ## License
88
+
89
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
90
+
91
+ The CreativeML OpenRAIL License specifies:
92
+
93
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
94
+
95
+ 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
96
+
97
+ 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
98
+
99
+ (Full text of the license: https://huggingface.co/spaces/CompVis/stable-diffusion-license)