Upload folder using huggingface_hub
Browse files- config.json +34 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"decay": 0.9999,
|
14 |
+
"decoder_channel_mult": null,
|
15 |
+
"decoder_hidden_channels": null,
|
16 |
+
"decoder_res_blocks": null,
|
17 |
+
"dropout": 0.0,
|
18 |
+
"extra_mid_res_blocks": null,
|
19 |
+
"hidden_channels": 128,
|
20 |
+
"inv_gamma": 1.0,
|
21 |
+
"min_decay": 0.0,
|
22 |
+
"no_attn_mid_block": true,
|
23 |
+
"num_channels": 3,
|
24 |
+
"num_embeddings": 8192,
|
25 |
+
"num_res_blocks": 2,
|
26 |
+
"optimization_step": 2000,
|
27 |
+
"power": 0.6666666666666666,
|
28 |
+
"quantized_embed_dim": 64,
|
29 |
+
"resample_with_conv": true,
|
30 |
+
"resolution": 256,
|
31 |
+
"update_after_step": 0,
|
32 |
+
"use_ema_warmup": false,
|
33 |
+
"z_channels": 64
|
34 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bbd61d51d2a9919ed969d814ed30230b0f9c9cc6528ba6bb231960f6a796aa2
|
3 |
+
size 585077729
|