darkstorm2150 commited on
Commit
082fe94
·
1 Parent(s): e2cc7c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +286 -11
README.md CHANGED
@@ -8,18 +8,38 @@ tags:
8
  - art
9
  - artistic
10
  - diffusers
 
11
  inference: true
12
  license: creativeml-openrail-m
13
  ---
 
14
 
15
- # Protogen_v5.3 - One Step Closer to Reality 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 continued fine-tuned from [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release)
18
  Robodiffusion has been removed and 10% Dreamlike-PhotoReal V.2 added, the result is better sampling at 768px to 1024px of humans and surroundings, The results are immediate!!!
19
 
20
  Also this bad boy comes with a license, so do please read it, thank you!
21
 
22
- ## Model control
23
 
24
  Now its recommended that you add nude, naked to your negative prompts, its a horny model, well 10% but still....cant be too careful!
25
 
@@ -29,6 +49,17 @@ modelshoot style, (extremely detailed 8k wallpaper),a medium shot photo of a (wh
29
 
30
  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)).
31
 
 
 
 
 
 
 
 
 
 
 
 
32
  ## Model Weights
33
 
34
  ![alt text](https://huggingface.co/darkstorm2150/Protogen_x5.3_Official_Release/resolve/main/Model%20Weights.png)
@@ -67,18 +98,262 @@ image = pipe(prompt, num_inference_steps=25).images[0]
67
  image.save("./result.jpg")
68
  ```
69
 
70
- License
71
-
72
- This model is licesed under a modified CreativeML OpenRAIL-M license.
73
 
74
- You are not allowed to host, finetune, or do inference with the model or its derivatives on websites/apps/etc. If you want to, please email us at [email protected]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
- You are free to host the model card and files (Without any actual inference or finetuning) on both commercial and non-commercial websites/apps/etc. Please state the full model name (Dreamlike Photoreal 2.0) and include the license as well as a link to the model card (https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0)
77
 
78
- You are free to use the outputs (images) of the model for commercial purposes in teams of 10 or less
79
 
80
- You can't use the model to deliberately produce nor share illegal or harmful outputs or content
81
 
82
- 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
83
 
84
- You may re-distribute the weights. 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 modified CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here: https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0/blob/main/LICENSE.md
 
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
 
17
+
18
+
19
+ <center><h1>Protogen Nova</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_v5.3 - One Step Closer to Reality by [darkstorm2150](https://instagram.com/officialvictorespinoza)
36
 
37
  Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and continued fine-tuned from [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release)
38
  Robodiffusion has been removed and 10% Dreamlike-PhotoReal V.2 added, the result is better sampling at 768px to 1024px of humans and surroundings, The results are immediate!!!
39
 
40
  Also this bad boy comes with a license, so do please read it, thank you!
41
 
42
+ * Model control
43
 
44
  Now its recommended that you add nude, naked to your negative prompts, its a horny model, well 10% but still....cant be too careful!
45
 
 
49
 
50
  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)).
51
 
52
+ ## Granular Adaptive Learning
53
+
54
+ 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.
55
+
56
+ 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.
57
+
58
+ 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.
59
+
60
+ ## Setup
61
+ To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
62
+
63
  ## Model Weights
64
 
65
  ![alt text](https://huggingface.co/darkstorm2150/Protogen_x5.3_Official_Release/resolve/main/Model%20Weights.png)
 
98
  image.save("./result.jpg")
99
  ```
100
 
101
+ ## PENDING DATA FOR MERGE, RPGv2 not accounted..
102
+ ## Checkpoint Merging Data Reference
 
103
 
104
+ <style>
105
+ .myTable {
106
+ border-collapse:collapse;
107
+ }
108
+ .myTable th {
109
+ background-color:#663380;
110
+ color:white;
111
+ }
112
+ .myTable td, .myTable th {
113
+ padding:5px;
114
+ border:1px solid #663380;
115
+ }
116
+ </style>
117
+ <table class="myTable">
118
+ <tr>
119
+ <th>Models</th>
120
+ <th>Protogen v2.2 (Anime)</th>
121
+ <th>Protogen x3.4 (Photo)</th>
122
+ <th>Protogen x5.3 (Photo)</th>
123
+ <th>Protogen x5.8 (Sci-fi/Anime)</th>
124
+ <th>Protogen x5.9 (Dragon)</th>
125
+ <th>Protogen x7.4 (Eclipse)</th>
126
+ <th>Protogen x8.0 (Nova)</th>
127
+ <th>Protogen x8.6 (Infinity)</th>
128
+ </tr>
129
+ <tr>
130
+ <td>seek_art_mega v1</td>
131
+ <td>52.50%</td>
132
+ <td>42.76%</td>
133
+ <td>42.63%</td>
134
+ <td></td>
135
+ <td></td>
136
+ <td></td>
137
+ <td>25.21%</td>
138
+ <td>14.83%</td>
139
+ </tr>
140
+ <tr>
141
+ <td>modelshoot v1</td>
142
+ <td>30.00%</td>
143
+ <td>24.44%</td>
144
+ <td>24.37%</td>
145
+ <td>2.56%</td>
146
+ <td>2.05%</td>
147
+ <td>3.48%</td>
148
+ <td>22.91%</td>
149
+ <td>13.48%</td>
150
+ </tr>
151
+ <tr>
152
+ <td>elldreth v1</td>
153
+ <td>12.64%</td>
154
+ <td>10.30%</td>
155
+ <td>10.23%</td>
156
+ <td></td>
157
+ <td></td>
158
+ <td></td>
159
+ <td>6.06%</td>
160
+ <td>3.57%</td>
161
+ </tr>
162
+ <tr>
163
+ <td>photoreal v2</td>
164
+ <td></td>
165
+ <td></td>
166
+ <td>10.00%</td>
167
+ <td>48.64%</td>
168
+ <td>38.91%</td>
169
+ <td>66.33%</td>
170
+ <td>20.49%</td>
171
+ <td>12.06%</td>
172
+ </tr>
173
+ <tr>
174
+ <td>analogdiffusion v1</td>
175
+ <td></td>
176
+ <td>4.75%</td>
177
+ <td>4.50%</td>
178
+ <td></td>
179
+ <td></td>
180
+ <td></td>
181
+ <td>1.75%</td>
182
+ <td>1.03%</td>
183
+ </tr>
184
+ <tr>
185
+ <td>openjourney v2</td>
186
+ <td></td>
187
+ <td>4.51%</td>
188
+ <td>4.28%</td>
189
+ <td></td>
190
+ <td></td>
191
+ <td>4.75%</td>
192
+ <td>2.26%</td>
193
+ <td>1.33%</td>
194
+ </tr>
195
+ <tr>
196
+ <td>hassan1.4</td>
197
+ <td>2.63%</td>
198
+ <td>2.14%</td>
199
+ <td>2.13%</td>
200
+ <td></td>
201
+ <td></td>
202
+ <td></td>
203
+ <td>1.26%</td>
204
+ <td>0.74%</td>
205
+ </tr>
206
+ <tr>
207
+ <td>f222</td>
208
+ <td>2.23%</td>
209
+ <td>1.82%</td>
210
+ <td>1.81%</td>
211
+ <td></td>
212
+ <td></td>
213
+ <td></td>
214
+ <td>1.07%</td>
215
+ <td>0.63%</td>
216
+ </tr>
217
+ <tr>
218
+ <td>hasdx</td>
219
+ <td></td>
220
+ <td></td>
221
+ <td></td>
222
+ <td>20.00%</td>
223
+ <td>16.00%</td>
224
+ <td>4.07%</td>
225
+ <td>5.01%</td>
226
+ <td>2.95%</td>
227
+ </tr>
228
+ <tr>
229
+ <td>moistmix</td>
230
+ <td></td>
231
+ <td></td>
232
+ <td></td>
233
+ <td>16.00%</td>
234
+ <td>12.80%</td>
235
+ <td>3.86%</td>
236
+ <td>4.08%</td>
237
+ <td>2.40%</td>
238
+ </tr>
239
+ <tr>
240
+ <td>roboDiffusion v1</td>
241
+ <td></td>
242
+ <td>4.29%</td>
243
+ <td></td>
244
+ <td>12.80%</td>
245
+ <td>10.24%</td>
246
+ <td>3.67%</td>
247
+ <td>4.41%</td>
248
+ <td>2.60%</td>
249
+ </tr>
250
+ <tr>
251
+ <td>RPG v3</td>
252
+ <td></td>
253
+ <td>5.00%</td>
254
+ <td></td>
255
+ <td></td>
256
+ <td>20.00%</td>
257
+ <td>4.29%</td>
258
+ <td>4.29%</td>
259
+ <td>2.52%</td>
260
+ </tr>
261
+ <tr>
262
+ <td>anything&everything</td>
263
+ <td></td>
264
+ <td></td>
265
+ <td></td>
266
+ <td></td>
267
+ <td></td>
268
+ <td>4.51%</td>
269
+ <td>0.56%</td>
270
+ <td>0.33%</td>
271
+ </tr>
272
+ <tr>
273
+ <td>dreamlikediff v1</td>
274
+ <td></td>
275
+ <td></td>
276
+ <td></td>
277
+ <td></td>
278
+ <td></td>
279
+ <td>5.0%</td>
280
+ <td>0.63%</td>
281
+ <td>0.37%</td>
282
+ </tr>
283
+ <tr>
284
+ <td>sci-fidiff v1</td>
285
+ <td></td>
286
+ <td></td>
287
+ <td></td>
288
+ <td></td>
289
+ <td></td>
290
+ <td></td>
291
+ <td></td>
292
+ <td>3.10%</td>
293
+ </tr>
294
+ <tr>
295
+ <td>synthwavepunk v2</td>
296
+ <td></td>
297
+ <td></td>
298
+ <td></td>
299
+ <td></td>
300
+ <td></td>
301
+ <td></td>
302
+ <td></td>
303
+ <td>3.26%</td>
304
+ </tr>
305
+ <tr>
306
+ <td>mashupv2</td>
307
+ <td></td>
308
+ <td></td>
309
+ <td></td>
310
+ <td></td>
311
+ <td></td>
312
+ <td></td>
313
+ <td></td>
314
+ <td>11.51%</td>
315
+ </tr>
316
+ <tr>
317
+ <td>dreamshaper 252</td>
318
+ <td></td>
319
+ <td></td>
320
+ <td></td>
321
+ <td></td>
322
+ <td></td>
323
+ <td></td>
324
+ <td></td>
325
+ <td>4.04%</td>
326
+ </tr>
327
+ <tr>
328
+ <td>comicdiff v2</td>
329
+ <td></td>
330
+ <td></td>
331
+ <td></td>
332
+ <td></td>
333
+ <td></td>
334
+ <td></td>
335
+ <td></td>
336
+ <td>4.25%</td>
337
+ </tr>
338
+ <tr>
339
+ <td>artEros</td>
340
+ <td></td>
341
+ <td></td>
342
+ <td></td>
343
+ <td></td>
344
+ <td></td>
345
+ <td></td>
346
+ <td></td>
347
+ <td>15.00%</td>
348
+ </tr>
349
+ </table>
350
 
351
+ ## License
352
 
353
+ By downloading you agree to the terms of these licenses
354
 
355
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">CreativeML Open RAIL-M</a>
356
 
357
+ <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0/blob/main/LICENSE.md">Dreamlike License</a>
358
 
359
+ <a href="https://huggingface.co/coreco/seek.art_MEGA/blob/main/LICENSE.txt">Seek Art Mega License</a>