hanlincs commited on
Commit
ab96319
1 Parent(s): 37dce0c

Upload config.json

Browse files
Files changed (1) hide show
  1. i2vgenxl_depth/config.json +19 -0
i2vgenxl_depth/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetAdapter",
3
+ "_diffusers_version": "0.26.3",
4
+ "adapter_type": "spatial_temporal_resnet_transformer",
5
+ "add_adapter_location_A": true,
6
+ "add_adapter_location_B": true,
7
+ "add_adapter_location_C": true,
8
+ "add_adapter_location_D": true,
9
+ "add_adapter_location_M": true,
10
+ "add_spatial_resnet": true,
11
+ "add_spatial_transformer": true,
12
+ "add_temporal_resnet": true,
13
+ "add_temporal_transformer": true,
14
+ "backbone_model_name": "i2vgenxl",
15
+ "cross_attention_dim": 1024,
16
+ "num_adapters_per_location": 3,
17
+ "num_blocks": 1,
18
+ "num_frames": 16
19
+ }