Thomas Wolf
commited on
Commit
•
b0c07d9
1
Parent(s):
a7bcd0e
add files
Browse files- config.json +24 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_resolutions": [
|
3 |
+
16
|
4 |
+
],
|
5 |
+
"ch": 128,
|
6 |
+
"ch_mult": [1, 1, 2, 2, 4],
|
7 |
+
"codebook_weight": 1.0,
|
8 |
+
"disc_conditional": false,
|
9 |
+
"disc_in_channels": 3,
|
10 |
+
"disc_num_layers": 3,
|
11 |
+
"disc_start": 0,
|
12 |
+
"disc_weight": 0.8,
|
13 |
+
"double_z": false,
|
14 |
+
"dropout": 0.0,
|
15 |
+
"embed_dim": 256,
|
16 |
+
"in_channels": 3,
|
17 |
+
"model_type": "vqgan_model",
|
18 |
+
"n_embed": 1024,
|
19 |
+
"num_res_blocks": 2,
|
20 |
+
"out_ch": 3,
|
21 |
+
"resolution": 256,
|
22 |
+
"transformers_version": "4.7.0.dev0",
|
23 |
+
"z_channels": 256
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1387d6d13279e0b2cf734de1e21927986c46da372c20bc1b890c99f9fe1067cd
|
3 |
+
size 358651899
|