Lod34 commited on
Commit
b4d3962
·
verified ·
1 Parent(s): ba29708

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }