csbhr commited on
Commit
eac45bd
·
verified ·
1 Parent(s): fa5b2ca

Upload config.json

Browse files
ckpts/Vivid-VR/controlnet/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CogVideoXVividVRControlNetModel",
3
+ "_diffusers_version": "0.32.0.dev0",
4
+ "_name_or_path": "./ckpt/CogVideoX1.5-5B",
5
+ "activation_fn": "gelu-approximate",
6
+ "attention_bias": true,
7
+ "attention_head_dim": 64,
8
+ "dropout": 0.0,
9
+ "flip_sin_to_cos": true,
10
+ "freq_shift": 0,
11
+ "in_channels": 16,
12
+ "max_text_seq_length": 226,
13
+ "norm_elementwise_affine": true,
14
+ "norm_eps": 1e-05,
15
+ "num_attention_heads": 48,
16
+ "num_blocks_checkpointing": 1,
17
+ "num_layers": 6,
18
+ "ofs_embed_dim": null,
19
+ "out_channels": 16,
20
+ "patch_bias": false,
21
+ "patch_size": 2,
22
+ "patch_size_t": 2,
23
+ "sample_frames": 81,
24
+ "sample_height": 300,
25
+ "sample_width": 300,
26
+ "spatial_interpolation_scale": 1.875,
27
+ "temporal_compression_ratio": 4,
28
+ "temporal_interpolation_scale": 1.0,
29
+ "text_embed_dim": 4096,
30
+ "time_embed_dim": 512,
31
+ "timestep_activation_fn": "silu",
32
+ "use_connectors": false,
33
+ "use_learned_positional_embeddings": false,
34
+ "use_resblock": true,
35
+ "use_rotary_positional_embeddings": true
36
+ }