camenduru commited on
Commit
f794382
·
verified ·
1 Parent(s): 1dc277f

thanks to Yhmeng1106 ❤

Browse files
anidoc/controlnet/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetSVDModel",
3
+ "_diffusers_version": "0.24.0",
4
+ "addition_time_embed_dim": 256,
5
+ "block_out_channels": [
6
+ 320,
7
+ 640,
8
+ 1280,
9
+ 1280
10
+ ],
11
+ "conditioning_channels": 8,
12
+ "conditioning_embedding_out_channels": [
13
+ 16,
14
+ 32,
15
+ 96,
16
+ 256
17
+ ],
18
+ "cross_attention_dim": 1024,
19
+ "down_block_types": [
20
+ "CrossAttnDownBlockSpatioTemporal",
21
+ "CrossAttnDownBlockSpatioTemporal",
22
+ "CrossAttnDownBlockSpatioTemporal",
23
+ "DownBlockSpatioTemporal"
24
+ ],
25
+ "feature_channels": 160,
26
+ "feature_out_channels": [
27
+ 160,
28
+ 160,
29
+ 256,
30
+ 256
31
+ ],
32
+ "in_channels": 8,
33
+ "layers_per_block": 2,
34
+ "num_attention_heads": [
35
+ 5,
36
+ 10,
37
+ 20,
38
+ 20
39
+ ],
40
+ "num_frames": 25,
41
+ "out_channels": 4,
42
+ "projection_class_embeddings_input_dim": 768,
43
+ "sample_size": 96,
44
+ "transformer_layers_per_block": 1,
45
+ "up_block_types": [
46
+ "UpBlockSpatioTemporal",
47
+ "CrossAttnUpBlockSpatioTemporal",
48
+ "CrossAttnUpBlockSpatioTemporal",
49
+ "CrossAttnUpBlockSpatioTemporal"
50
+ ],
51
+ "with_id_feature": false
52
+ }
anidoc/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57477c3d3a6cebd3ca039d3dbcf4e9773e725ad5ded8ee67a5acf20d8a5f362f
3
+ size 2728177092
anidoc/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb359cdcfd3e84abee03121e47183bb38bcaba9977052fcb58b363a012dec60
3
+ size 21859
anidoc/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e5845bf9e334d9ae3bf65e63add0801f546e4c91232663c793582c30cab4e49
3
+ size 557
anidoc/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd5ce2a660073aae031906ae9b49bc6ecdf5a803a17f2e3648dfd34f1afd30a
3
+ size 563
anidoc/unet/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNetSpatioTemporalConditionModel",
3
+ "_diffusers_version": "0.24.0",
4
+ "_name_or_path": "pretrained_weights/stable-video-diffusion-img2vid-xt",
5
+ "addition_time_embed_dim": 256,
6
+ "block_out_channels": [
7
+ 320,
8
+ 640,
9
+ 1280,
10
+ 1280
11
+ ],
12
+ "cross_attention_dim": 1024,
13
+ "down_block_types": [
14
+ "CrossAttnDownBlockSpatioTemporal",
15
+ "CrossAttnDownBlockSpatioTemporal",
16
+ "CrossAttnDownBlockSpatioTemporal",
17
+ "DownBlockSpatioTemporal"
18
+ ],
19
+ "in_channels": 8,
20
+ "layers_per_block": 2,
21
+ "num_attention_heads": [
22
+ 5,
23
+ 10,
24
+ 20,
25
+ 20
26
+ ],
27
+ "num_frames": 25,
28
+ "out_channels": 4,
29
+ "projection_class_embeddings_input_dim": 768,
30
+ "sample_size": 96,
31
+ "transformer_layers_per_block": 1,
32
+ "up_block_types": [
33
+ "UpBlockSpatioTemporal",
34
+ "CrossAttnUpBlockSpatioTemporal",
35
+ "CrossAttnUpBlockSpatioTemporal",
36
+ "CrossAttnUpBlockSpatioTemporal"
37
+ ]
38
+ }
anidoc/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad406fa3769b23b7dcbeae09c9191143f4fffa87c0a568163ebf568fd6465336
3
+ size 6098682464