chaowenguo commited on
Commit
30633fd
·
verified ·
1 Parent(s): 07dea1e

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MotionAdapter",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "block_out_channels": [
5
+ 320,
6
+ 640,
7
+ 1280,
8
+ 1280
9
+ ],
10
+ "conv_in_channels": null,
11
+ "motion_layers_per_block": 2,
12
+ "motion_max_seq_length": 32,
13
+ "motion_mid_block_layers_per_block": 1,
14
+ "motion_norm_num_groups": 32,
15
+ "motion_num_attention_heads": 8,
16
+ "use_motion_mid_block": true
17
+ }