Upload folder using huggingface_hub
Browse files- unet/config.json +45 -0
- unet/model.safetensors +3 -0
unet/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"addition_attention": true,
|
3 |
+
"architectures": [
|
4 |
+
"VideoCrafterUNetModel"
|
5 |
+
],
|
6 |
+
"attention_resolutions": [
|
7 |
+
4,
|
8 |
+
2,
|
9 |
+
1
|
10 |
+
],
|
11 |
+
"channel_mult": [
|
12 |
+
1,
|
13 |
+
2,
|
14 |
+
4,
|
15 |
+
4
|
16 |
+
],
|
17 |
+
"context_dim": 1024,
|
18 |
+
"conv_resample": true,
|
19 |
+
"dims": 2,
|
20 |
+
"dropout": 0.0,
|
21 |
+
"fps_cond": true,
|
22 |
+
"in_channels": 4,
|
23 |
+
"model_channels": 320,
|
24 |
+
"num_head_channels": 64,
|
25 |
+
"num_heads": -1,
|
26 |
+
"num_res_blocks": 2,
|
27 |
+
"out_channels": 4,
|
28 |
+
"resblock_updown": false,
|
29 |
+
"temporal_attention": true,
|
30 |
+
"temporal_conv": false,
|
31 |
+
"temporal_length": 16,
|
32 |
+
"temporal_selfatt_only": true,
|
33 |
+
"temporal_transformer_depth": 1,
|
34 |
+
"tempspatial_aware": false,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformer_depth": 1,
|
37 |
+
"transformers_version": "4.38.2",
|
38 |
+
"use_causal_attention": false,
|
39 |
+
"use_checkpoint": false,
|
40 |
+
"use_fp16": false,
|
41 |
+
"use_image_attention": false,
|
42 |
+
"use_linear": true,
|
43 |
+
"use_relative_position": true,
|
44 |
+
"use_scale_shift_norm": false
|
45 |
+
}
|
unet/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb0926ecc097fc2bc6530fe592878a8b282e972986860b9bd83ffb1e79381920
|
3 |
+
size 4586291008
|