CiaraRowles
commited on
Commit
•
f1d2e47
1
Parent(s):
888e00a
Upload 2 files
Browse files
controlnet/config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetSDVModel",
|
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": 3,
|
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 |
+
"in_channels": 8,
|
26 |
+
"layers_per_block": 2,
|
27 |
+
"num_attention_heads": [
|
28 |
+
5,
|
29 |
+
10,
|
30 |
+
20,
|
31 |
+
20
|
32 |
+
],
|
33 |
+
"num_frames": 14,
|
34 |
+
"out_channels": 4,
|
35 |
+
"projection_class_embeddings_input_dim": 768,
|
36 |
+
"sample_size": 96,
|
37 |
+
"transformer_layers_per_block": 1,
|
38 |
+
"up_block_types": [
|
39 |
+
"UpBlockSpatioTemporal",
|
40 |
+
"CrossAttnUpBlockSpatioTemporal",
|
41 |
+
"CrossAttnUpBlockSpatioTemporal",
|
42 |
+
"CrossAttnUpBlockSpatioTemporal"
|
43 |
+
]
|
44 |
+
}
|
controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a5b0bdc41a119a6f24ae72f1a1fb4b21b45e6be1149a450bef610c616e8728b
|
3 |
+
size 2728174212
|