Hemlok commited on
Commit
720daf2
1 Parent(s): af2347d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +104 -0
README.md CHANGED
@@ -1,3 +1,107 @@
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
+ # ◆VaLMix
14
+
15
+ ![a](Image/logo.png)
16
+
17
+ - "VaLMix(ValentineMix)" is a merged model based on "pastel-mix".
18
+
19
+ ---
20
+
21
+ # ◆Discord
22
+ [Join Discord Server](https://discord.gg/eN6aSWRddT)
23
+
24
+ - The merged model community of Hemlok.
25
+
26
+ ----
27
+
28
+ # ◆About
29
+
30
+ - Sampler: DDIM or DPM++ SDE Karras
31
+
32
+ - Steps: 50~
33
+
34
+ - Clipskip: 2
35
+
36
+ - CFG Scale: 5-8
37
+
38
+ - Denoise strength: 0.5-0.7
39
+
40
+ - "Hires. fix" recommended.
41
+
42
+ - Negative prompts should be as few as possible.
43
+
44
+ ----
45
+
46
+
47
+ # ◆Model Types
48
+ - Prompt:
49
+ ```
50
+ kawaii, 1girl, (solo), (cowboy shot), (dynamic angle), Ruffled Dresses, (The great hall of the mansion), tiara, Luxurious interior, looking at viewer,
51
+ ```
52
+ ```
53
+ kawaii, 1girl, (solo), (Valentine), looking at viewer
54
+ ```
55
+
56
+ ---
57
+
58
+ ## ◇VaLMix
59
+ ![a](Image/VaL.png)
60
+ ![a](Image/VaLi.jpg)
61
+ - pastel-mix + ACertainThing + basil_mix
62
+
63
+ ---
64
+
65
+ ## ◇VaLMixV2
66
+ ![a](Image/VaLV2.png)
67
+ ![a](Image/VaLV2i.jpg)
68
+ - VaLMix + Counterfeit-V2.5
69
+ ---
70
+ ## ◇VaLJMix
71
+ ![a](Image/VaLJ.png)
72
+ ![a](Image/VaLJi.jpg)
73
+ - VaLMixV2 + openjourney
74
+
75
+ ---
76
+
77
+ # ◆How to use
78
+
79
+ - Please download the file by yourself and use it with WebUI(AUTOMATIC1111) etc.
80
+
81
+ - Use the fp16 version for Colab(T4) or a PC with low RAM.
82
+
83
+ - The models are located in "Model/fp32" and "Model/fp16" respectively.
84
+
85
+ ----
86
+
87
+ # Disclaimer
88
+
89
+ - The creation of SFW and NSFW images is at the discretion of the individual creator.
90
+
91
+ - This model is not a model created to publish NSFW content in public places, etc.
92
+
93
+ ----
94
+
95
+ ## License
96
+
97
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
98
+
99
+ The CreativeML OpenRAIL License specifies:
100
+
101
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
102
+
103
+ 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
104
+
105
+ 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)
106
+
107
+ (Full text of the license: https://huggingface.co/spaces/CompVis/stable-diffusion-license)