Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "sprite_generator",
|
3 |
+
"architectures": [
|
4 |
+
"SpriteGenerator"
|
5 |
+
],
|
6 |
+
"text_encoder_name": "t5-base",
|
7 |
+
"latent_dim": 512,
|
8 |
+
"image_size": 256,
|
9 |
+
"num_channels": 3,
|
10 |
+
"max_frames": 8
|
11 |
+
}
|