koukyo1994
commited on
upload LFQ weights and config
Browse files
lfq_tokenizer_B_256/config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoModel": "modeling_lfq_tokenizer.LFQTokenizer",
|
4 |
+
"AutoConfig": "configuration_lfq_tokenizer.LFQTokenizerConfig"
|
5 |
+
},
|
6 |
+
"model_type": "lfq_tokenizer",
|
7 |
+
"encoder_decoder_config": {
|
8 |
+
"ch": 128,
|
9 |
+
"in_channels": 3,
|
10 |
+
"out_ch": 3,
|
11 |
+
"z_channels": 18,
|
12 |
+
"num_res_blocks": 2,
|
13 |
+
"ch_mult": [1, 1, 2, 2, 4]
|
14 |
+
},
|
15 |
+
"quantizer_config": {
|
16 |
+
"dim": 18,
|
17 |
+
"codebook_size": 262144,
|
18 |
+
"batch_maximization_weight": 1.0,
|
19 |
+
"sample_minimization_weight": 1.0
|
20 |
+
}
|
21 |
+
}
|
lfq_tokenizer_B_256/lfq_tokenizer_B_256.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ca41964588806643b616b7d6f62bc7d400f6b0833fff53548f4b3d82d671ddb
|
3 |
+
size 261981092
|