ewrfcas commited on
Commit
7df4872
·
verified ·
1 Parent(s): ffad04f

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nframe": 81,
3
+ "camera_embedding": true,
4
+ "grad_checkpoint": true,
5
+ "controlnet_cfg": {
6
+ "conv_out_dim": 5120,
7
+ "time_embed_dim": 5120,
8
+ "dim": 1024,
9
+ "ffn_dim": 4096,
10
+ "num_heads": 16,
11
+ "num_layers": 20,
12
+ "add_channels": 7,
13
+ "mid_channels": 256
14
+ },
15
+ "seed": 42
16
+ }