Hemlok commited on
Commit
2c47069
1 Parent(s): ce94a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +110 -0
README.md CHANGED
@@ -1,3 +1,113 @@
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
+
13
+ # 『Date Mix & RDt Mix』
14
+
15
+ <img src="https://i.imgur.com/QZ1vsBV.png" width="1024" height="">
16
+ <img src="https://i.imgur.com/0nDrxXW.png" width="1024" height="">
17
+
18
+ - "Date Mix" is a model created by hierarchical merging based on "anything-v4.5"([andite/anything-v4.0 · Hugging Face](https://huggingface.co/andite/anything-v4.0)).
19
+
20
+ ----
21
+
22
+ <img src="https://i.imgur.com/T213PTb.png" width="1024" height="">
23
+ <img src="https://i.imgur.com/xnH62Z3.png" width="1024" height="">
24
+
25
+ - "RDtMix" is a merged realistic model based on "Date Mix".
26
+
27
+ ----
28
+
29
+ # ◆About
30
+
31
+ - This model was created to improve composition and color tone.
32
+
33
+ - If you like realistic illustrations, please use "RDtModel".
34
+
35
+ - Sampler: DDIM or DPM++ SDE Karras
36
+
37
+ - Steps: 50~
38
+
39
+ - Clipskip: 2
40
+
41
+ - CFG Scale: 5-12
42
+
43
+ - Denoise strength: 0.5-0.7(As you like)
44
+
45
+ - Negative prompts should be as few as possible.
46
+
47
+ ----
48
+
49
+ # ◆How to use
50
+
51
+ - Please download the file by yourself and use it with WebUI(AUTOMATIC1111) etc.
52
+
53
+ - Use the f16 version for Colab(T4) or a PC with low RAM.(Currently under preparation)
54
+
55
+ ----
56
+
57
+ # ◆Colab Note
58
+
59
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Bsm7p_Db5u3IiHr3YjTeKu4jOllfTyqZ?usp=sharing)
60
+ - (I have not checked the operation but it probably works.)
61
+
62
+ ----
63
+
64
+ # ◆Comparison
65
+
66
+ <img src="https://i.imgur.com/fW2cPsY.jpg" width="1700" height="">
67
+
68
+ <img src="https://i.imgur.com/0k48okp.jpg" width="1700" height="">
69
+
70
+ ```
71
+ kawaii, 1girl, looking at viewer, smile
72
+ ```
73
+
74
+ ----
75
+
76
+ <img src="https://i.imgur.com/d44iIvs.jpg" width="1700" height="">
77
+
78
+ ```
79
+ (morning), (school), 1girl, solo, looking at viewer, cowboy shot, (school uniform), smile, black hair, stockings
80
+ ```
81
+
82
+ ----
83
+
84
+ # ◆Sampler & CFG Scale
85
+ <img src="https://i.imgur.com/vzUBzmw.jpg" width="1700" height="">
86
+
87
+ ```
88
+ (morning), (school), 1girl, solo, looking at viewer, cowboy shot, (school uniform), smile, black hair, stockings
89
+ ```
90
+
91
+ ----
92
+
93
+ # Disclaimer
94
+
95
+ - The creation of SFW and NSFW images is at the discretion of the individual creator.
96
+
97
+ - This model is not a model created to publish NSFW content in public places, etc.
98
+
99
+ ----
100
+
101
+ ## License
102
+
103
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
104
+
105
+ The CreativeML OpenRAIL License specifies:
106
+
107
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
108
+
109
+ 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
110
+
111
+ 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)
112
+
113
+ (Full text of the license: https://huggingface.co/spaces/CompVis/stable-diffusion-license)