darkstorm2150
commited on
Commit
·
a21e4df
1
Parent(s):
ef7a264
Update README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,93 @@ Granular adaptive learning can be achieved through techniques such as active lea
|
|
22 |
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.
|
23 |
|
24 |
## Checkpoint Merging Data Reference
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Setup
|
31 |
To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
|
|
|
22 |
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.
|
23 |
|
24 |
## Checkpoint Merging Data Reference
|
25 |
+
Work In Progress...
|
26 |
+
|
27 |
+
<table>
|
28 |
+
<thead>
|
29 |
+
<tr>
|
30 |
+
<th>Models</th>
|
31 |
+
<th>Protogen v2.2 (Anime)</th>
|
32 |
+
<th>Protogen x3.4 (Photo)</th>
|
33 |
+
<th>Protogen x5.3 (Photo)</th>
|
34 |
+
<th>Protogen x5.8 (Sci-fi/Anime)</th>
|
35 |
+
<th>Protogen x5.9 (Dragon)</th>
|
36 |
+
<th>Protogen x7.4 (Eclipse)</th>
|
37 |
+
<th>Protogen x8.0 (Nova)</th>
|
38 |
+
<th>Protogen x8.6 (Infinity)</th>
|
39 |
+
</tr>
|
40 |
+
</thead>
|
41 |
+
<tbody>
|
42 |
+
<tr>
|
43 |
+
<td>Seek_Art_Mega_v1</td>
|
44 |
+
<td>52.50%</td>
|
45 |
+
<td rowspan="1">$100</td>
|
46 |
+
</tr>
|
47 |
+
<tr>
|
48 |
+
<td>Modelshoot_v1</td>
|
49 |
+
<td>30.00%</td>
|
50 |
+
</tr>
|
51 |
+
<tr>
|
52 |
+
<td>elldreth_v1</td>
|
53 |
+
<td>12.64%</td>
|
54 |
+
</tr>
|
55 |
+
<tr>
|
56 |
+
<td>photoreal_v2</td>
|
57 |
+
<td></td>
|
58 |
+
</tr>
|
59 |
+
</tbody>
|
60 |
+
</table>
|
61 |
+
|
62 |
+
|
63 |
+
<title>Model Weights</title>
|
64 |
+
<style>
|
65 |
+
.myTable {
|
66 |
+
border-collapse:collapse;
|
67 |
+
}
|
68 |
+
.myTable th {
|
69 |
+
background-color:#51087E;
|
70 |
+
color:white;
|
71 |
+
}
|
72 |
+
.myTable td, .myTable th {
|
73 |
+
padding:5px;
|
74 |
+
border:1px solid #D7A1F9;
|
75 |
+
}
|
76 |
+
</style>
|
77 |
+
<table class="myTable">
|
78 |
+
<tr>
|
79 |
+
<th>Models</th>
|
80 |
+
<th>Protogen v2.2</th>
|
81 |
+
<th>Protogen x3.4</th>
|
82 |
+
</tr>
|
83 |
+
<tr>
|
84 |
+
<td>a1</td>
|
85 |
+
<td>b1</td>
|
86 |
+
<td>c1</td>
|
87 |
+
<td>d1</td>
|
88 |
+
<td>e1</td>
|
89 |
+
</tr>
|
90 |
+
<tr>
|
91 |
+
<td>a2</td>
|
92 |
+
<td>b2</td>
|
93 |
+
<td>c2</td>
|
94 |
+
<td>d2</td>
|
95 |
+
<td>e2</td>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<td>a3</td>
|
99 |
+
<td>b3</td>
|
100 |
+
<td>c3</td>
|
101 |
+
<td>d3</td>
|
102 |
+
<td>e3</td>
|
103 |
+
</tr>
|
104 |
+
<tr>
|
105 |
+
<td>a4</td>
|
106 |
+
<td>b4</td>
|
107 |
+
<td>c4</td>
|
108 |
+
<td>d4</td>
|
109 |
+
<td>e4</td>
|
110 |
+
</tr>
|
111 |
+
</table>
|
112 |
|
113 |
## Setup
|
114 |
To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
|