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.12.0.dev0",
|
| 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:fb1da910ebbda626db6ffa0fe94e339852c282b3978f25fce616c706116048fb
|
| 3 |
+
size 304307206
|