Upload decoder/decoder_config.json with huggingface_hub
Browse files
decoder/decoder_config.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
{
|
6 |
"dim": 320,
|
7 |
"cond_dim": 512,
|
8 |
-
"image_embed_dim":
|
9 |
-
"text_embed_dim":
|
10 |
"cond_on_text_encodings": true,
|
11 |
"channels": 3,
|
12 |
"dim_mults": [1, 2, 3, 4],
|
|
|
5 |
{
|
6 |
"dim": 320,
|
7 |
"cond_dim": 512,
|
8 |
+
"image_embed_dim": 1024,
|
9 |
+
"text_embed_dim": 1024,
|
10 |
"cond_on_text_encodings": true,
|
11 |
"channels": 3,
|
12 |
"dim_mults": [1, 2, 3, 4],
|