VictorSanh
commited on
Commit
•
02d3a3c
1
Parent(s):
0094cb9
the vqvae checkpoints
Browse files- config.json +23 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "VQGANModel",
|
3 |
+
"_version": "0.0.1",
|
4 |
+
"attn_resolutions": [],
|
5 |
+
"channel_mult": [
|
6 |
+
1,
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
4,
|
10 |
+
6
|
11 |
+
],
|
12 |
+
"commitment_cost": 0.25,
|
13 |
+
"dropout": 0.0,
|
14 |
+
"hidden_channels": 128,
|
15 |
+
"no_attn_mid_block": true,
|
16 |
+
"num_channels": 3,
|
17 |
+
"num_embeddings": 8192,
|
18 |
+
"num_res_blocks": 2,
|
19 |
+
"quantized_embed_dim": 64,
|
20 |
+
"resample_with_conv": true,
|
21 |
+
"resolution": 256,
|
22 |
+
"z_channels": 64
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fed960b9b88968dcaab28fd0cb28b786693b83b21fa93b1a1ad1177b3f7e9fd1
|
3 |
+
size 585077729
|