darkstorm2150 commited on
Commit
5c0b4c9
1 Parent(s): 98dd852

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +291 -7
README.md CHANGED
@@ -8,11 +8,29 @@ tags:
8
  - art
9
  - artistic
10
  - diffusers
 
11
  inference: true
12
  license: creativeml-openrail-m
13
  ---
 
 
14
 
15
- # Protogen_x2.2 by [darkstorm2150](https://instagram.com/officialvictorespinoza)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and fine-tuned on a large amount
18
  of data from large datasets new and trending on civitai.com.
@@ -21,19 +39,27 @@ You can enforce camera capture by using the prompt with "modelshoot style".
21
 
22
  It should also be very "dreambooth-able", being able to generate high fidelity faces with a little amount of steps (see [dreambooth](https://github.com/huggingface/diffusers/tree/main/examples/dreambooth)).
23
 
24
- ## Model Weights
 
 
25
 
26
- ![alt text](https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release/resolve/main/Model%20Weights.png)
 
 
 
 
 
27
 
28
  ## Space
29
 
30
  We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run dreamlike-diffusion-1.0:
31
  [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/darkstorm2150/Stable-Diffusion-Protogen-webui)
32
- ### CompVis
33
 
34
- [Download Protogen_V2.2.ckpt) (5.98GB)](https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release/blob/main/Protogen_V2.2.ckpt)
 
 
35
 
36
- ### 🧨 Diffusers
37
 
38
  This model can be used just like any other Stable Diffusion model. For more information,
39
  please have a look at the [Stable Diffusion Pipeline](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
@@ -57,4 +83,262 @@ pipe = pipe.to("cuda")
57
  image = pipe(prompt, num_inference_steps=25).images[0]
58
 
59
  image.save("./result.jpg")
60
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - art
9
  - artistic
10
  - diffusers
11
+ - protogen
12
  inference: true
13
  license: creativeml-openrail-m
14
  ---
15
+ <center><img src="https://huggingface.co/darkstorm2150/Protogen_Nova_Official_Release/resolve/main/Protogen%20Nova-512.png" style="height:400px; border-radius: 7%; border: 10px solid #663380; padding-top:0px;" span title="Protogen Nova Raw Output with a bladerunner 2049 embedding ;)"></center>
16
+ UNDER CONSTRUCTION...
17
 
18
+
19
+ <center><h1>Protogen v2.2</h1></center>
20
+ <center><p><em>Research Model by <a href="https://instagram.com/officialvictorespinoza">darkstorm2150</a></em></p></center>
21
+ </div>
22
+
23
+ ## Table of contents
24
+ * [General info](#general-info)
25
+ * [Granular Adaptive Learning](#granular-adaptive-learning)
26
+ * [Setup](#setup)
27
+ * [Space](#space)
28
+ * [CompVis](#compvis)
29
+ * [Diffusers](#🧨-diffusers)
30
+ * [Checkpoint Merging Data Reference](#checkpoint-merging-data-reference)
31
+ * [License](#license)
32
+
33
+ ## General info
34
 
35
  Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and fine-tuned on a large amount
36
  of data from large datasets new and trending on civitai.com.
 
39
 
40
  It should also be very "dreambooth-able", being able to generate high fidelity faces with a little amount of steps (see [dreambooth](https://github.com/huggingface/diffusers/tree/main/examples/dreambooth)).
41
 
42
+ ## Granular Adaptive Learning
43
+
44
+ Granular adaptive learning is a machine learning technique that focuses on adjusting the learning process at a fine-grained level, rather than making global adjustments to the model. This approach allows the model to adapt to specific patterns or features in the data, rather than making assumptions based on general trends.
45
 
46
+ Granular adaptive learning can be achieved through techniques such as active learning, which allows the model to select the data it wants to learn from, or through the use of reinforcement learning, where the model receives feedback on its performance and adapts based on that feedback. It can also be achieved through techniques such as online learning where the model adjust itself as it receives more data.
47
+
48
+ Granular adaptive learning is often used in situations where the data is highly diverse or non-stationary and where the model needs to adapt quickly to changing patterns. This is often the case in dynamic environments such as robotics, financial markets, and natural language processing.
49
+
50
+ ## Setup
51
+ To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
52
 
53
  ## Space
54
 
55
  We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run dreamlike-diffusion-1.0:
56
  [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/darkstorm2150/Stable-Diffusion-Protogen-webui)
 
57
 
58
+ ## CompVis
59
+
60
+ [Download Protogen_v2.2.ckpt) (5.98GB)](https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release/blob/main/Protogen_V2.2.ckpt)
61
 
62
+ ## 🧨 Diffusers
63
 
64
  This model can be used just like any other Stable Diffusion model. For more information,
65
  please have a look at the [Stable Diffusion Pipeline](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
 
83
  image = pipe(prompt, num_inference_steps=25).images[0]
84
 
85
  image.save("./result.jpg")
86
+ ```
87
+
88
+ ## - PENDING DATA FOR MERGE, RPGv2 not accounted..
89
+ ## Checkpoint Merging Data Reference
90
+
91
+ <style>
92
+ .myTable {
93
+ border-collapse:collapse;
94
+ }
95
+ .myTable th {
96
+ background-color:#663380;
97
+ color:white;
98
+ }
99
+ .myTable td, .myTable th {
100
+ padding:5px;
101
+ border:1px solid #663380;
102
+ }
103
+ </style>
104
+ <table class="myTable">
105
+ <tr>
106
+ <th>Models</th>
107
+ <th>Protogen v2.2 (Anime)</th>
108
+ <th>Protogen x3.4 (Photo)</th>
109
+ <th>Protogen x5.3 (Photo)</th>
110
+ <th>Protogen x5.8 (Sci-fi/Anime)</th>
111
+ <th>Protogen x5.9 (Dragon)</th>
112
+ <th>Protogen x7.4 (Eclipse)</th>
113
+ <th>Protogen x8.0 (Nova)</th>
114
+ <th>Protogen x8.6 (Infinity)</th>
115
+ </tr>
116
+ <tr>
117
+ <td>seek_art_mega v1</td>
118
+ <td>52.50%</td>
119
+ <td>42.76%</td>
120
+ <td>42.63%</td>
121
+ <td></td>
122
+ <td></td>
123
+ <td></td>
124
+ <td>25.21%</td>
125
+ <td>14.83%</td>
126
+ </tr>
127
+ <tr>
128
+ <td>modelshoot v1</td>
129
+ <td>30.00%</td>
130
+ <td>24.44%</td>
131
+ <td>24.37%</td>
132
+ <td>2.56%</td>
133
+ <td>2.05%</td>
134
+ <td>3.48%</td>
135
+ <td>22.91%</td>
136
+ <td>13.48%</td>
137
+ </tr>
138
+ <tr>
139
+ <td>elldreth v1</td>
140
+ <td>12.64%</td>
141
+ <td>10.30%</td>
142
+ <td>10.23%</td>
143
+ <td></td>
144
+ <td></td>
145
+ <td></td>
146
+ <td>6.06%</td>
147
+ <td>3.57%</td>
148
+ </tr>
149
+ <tr>
150
+ <td>photoreal v2</td>
151
+ <td></td>
152
+ <td></td>
153
+ <td>10.00%</td>
154
+ <td>48.64%</td>
155
+ <td>38.91%</td>
156
+ <td>66.33%</td>
157
+ <td>20.49%</td>
158
+ <td>12.06%</td>
159
+ </tr>
160
+ <tr>
161
+ <td>analogdiffusion v1</td>
162
+ <td></td>
163
+ <td>4.75%</td>
164
+ <td>4.50%</td>
165
+ <td></td>
166
+ <td></td>
167
+ <td></td>
168
+ <td>1.75%</td>
169
+ <td>1.03%</td>
170
+ </tr>
171
+ <tr>
172
+ <td>openjourney v2</td>
173
+ <td></td>
174
+ <td>4.51%</td>
175
+ <td>4.28%</td>
176
+ <td></td>
177
+ <td></td>
178
+ <td>4.75%</td>
179
+ <td>2.26%</td>
180
+ <td>1.33%</td>
181
+ </tr>
182
+ <tr>
183
+ <td>hassan1.4</td>
184
+ <td>2.63%</td>
185
+ <td>2.14%</td>
186
+ <td>2.13%</td>
187
+ <td></td>
188
+ <td></td>
189
+ <td></td>
190
+ <td>1.26%</td>
191
+ <td>0.74%</td>
192
+ </tr>
193
+ <tr>
194
+ <td>f222</td>
195
+ <td>2.23%</td>
196
+ <td>1.82%</td>
197
+ <td>1.81%</td>
198
+ <td></td>
199
+ <td></td>
200
+ <td></td>
201
+ <td>1.07%</td>
202
+ <td>0.63%</td>
203
+ </tr>
204
+ <tr>
205
+ <td>hasdx</td>
206
+ <td></td>
207
+ <td></td>
208
+ <td></td>
209
+ <td>20.00%</td>
210
+ <td>16.00%</td>
211
+ <td>4.07%</td>
212
+ <td>5.01%</td>
213
+ <td>2.95%</td>
214
+ </tr>
215
+ <tr>
216
+ <td>moistmix</td>
217
+ <td></td>
218
+ <td></td>
219
+ <td></td>
220
+ <td>16.00%</td>
221
+ <td>12.80%</td>
222
+ <td>3.86%</td>
223
+ <td>4.08%</td>
224
+ <td>2.40%</td>
225
+ </tr>
226
+ <tr>
227
+ <td>roboDiffusion v1</td>
228
+ <td></td>
229
+ <td>4.29%</td>
230
+ <td></td>
231
+ <td>12.80%</td>
232
+ <td>10.24%</td>
233
+ <td>3.67%</td>
234
+ <td>4.41%</td>
235
+ <td>2.60%</td>
236
+ </tr>
237
+ <tr>
238
+ <td>RPG v3</td>
239
+ <td></td>
240
+ <td>5.00%</td>
241
+ <td></td>
242
+ <td></td>
243
+ <td>20.00%</td>
244
+ <td>4.29%</td>
245
+ <td>4.29%</td>
246
+ <td>2.52%</td>
247
+ </tr>
248
+ <tr>
249
+ <td>anything&everything</td>
250
+ <td></td>
251
+ <td></td>
252
+ <td></td>
253
+ <td></td>
254
+ <td></td>
255
+ <td>4.51%</td>
256
+ <td>0.56%</td>
257
+ <td>0.33%</td>
258
+ </tr>
259
+ <tr>
260
+ <td>dreamlikediff v1</td>
261
+ <td></td>
262
+ <td></td>
263
+ <td></td>
264
+ <td></td>
265
+ <td></td>
266
+ <td>5.0%</td>
267
+ <td>0.63%</td>
268
+ <td>0.37%</td>
269
+ </tr>
270
+ <tr>
271
+ <td>sci-fidiff v1</td>
272
+ <td></td>
273
+ <td></td>
274
+ <td></td>
275
+ <td></td>
276
+ <td></td>
277
+ <td></td>
278
+ <td></td>
279
+ <td>3.10%</td>
280
+ </tr>
281
+ <tr>
282
+ <td>synthwavepunk v2</td>
283
+ <td></td>
284
+ <td></td>
285
+ <td></td>
286
+ <td></td>
287
+ <td></td>
288
+ <td></td>
289
+ <td></td>
290
+ <td>3.26%</td>
291
+ </tr>
292
+ <tr>
293
+ <td>mashupv2</td>
294
+ <td></td>
295
+ <td></td>
296
+ <td></td>
297
+ <td></td>
298
+ <td></td>
299
+ <td></td>
300
+ <td></td>
301
+ <td>11.51%</td>
302
+ </tr>
303
+ <tr>
304
+ <td>dreamshaper 252</td>
305
+ <td></td>
306
+ <td></td>
307
+ <td></td>
308
+ <td></td>
309
+ <td></td>
310
+ <td></td>
311
+ <td></td>
312
+ <td>4.04%</td>
313
+ </tr>
314
+ <tr>
315
+ <td>comicdiff v2</td>
316
+ <td></td>
317
+ <td></td>
318
+ <td></td>
319
+ <td></td>
320
+ <td></td>
321
+ <td></td>
322
+ <td></td>
323
+ <td>4.25%</td>
324
+ </tr>
325
+ <tr>
326
+ <td>artEros</td>
327
+ <td></td>
328
+ <td></td>
329
+ <td></td>
330
+ <td></td>
331
+ <td></td>
332
+ <td></td>
333
+ <td></td>
334
+ <td>15.00%</td>
335
+ </tr>
336
+ </table>
337
+
338
+ ## License
339
+
340
+ By downloading you agree to the terms of these licenses
341
+
342
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">CreativeML Open RAIL-M</a>
343
+
344
+ <a href="https://huggingface.co/coreco/seek.art_MEGA/blob/main/LICENSE.txt">Seek Art Mega License</a>