add model
Browse files- config.json +29 -0
- flax_model.msgpack +3 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"del"
|
4 |
+
],
|
5 |
+
"attn_resolutions": [
|
6 |
+
16
|
7 |
+
],
|
8 |
+
"ch": 128,
|
9 |
+
"ch_mult": [
|
10 |
+
1,
|
11 |
+
1,
|
12 |
+
2,
|
13 |
+
2,
|
14 |
+
4
|
15 |
+
],
|
16 |
+
"double_z": false,
|
17 |
+
"dropout": 0.0,
|
18 |
+
"embed_dim": 256,
|
19 |
+
"give_pre_end": false,
|
20 |
+
"in_channels": 3,
|
21 |
+
"n_embed": 16384,
|
22 |
+
"num_res_blocks": 2,
|
23 |
+
"num_resolutions": 5,
|
24 |
+
"out_ch": 3,
|
25 |
+
"resamp_with_conv": true,
|
26 |
+
"resolution": 256,
|
27 |
+
"transformers_version": "4.8.2",
|
28 |
+
"z_channels": 256
|
29 |
+
}
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:719864730defcc73d9b017c602744b5f3ffa5bd8e547fb24355a26d16a5045e2
|
3 |
+
size 304307206
|