Add files
Browse files- README.md +3 -0
- VQGAN_autoencoder.pth +3 -0
- configuration.json +34 -0
- open_clip_pytorch_model.bin +3 -0
- text2video_pytorch_model.pth +3 -0
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
The original repo is [here](https://modelscope.cn/models/damo/text-to-video-synthesis/summary).
|
6 |
+
|
VQGAN_autoencoder.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88ecb782561455673c4b78d05093494b9c539fc6bfc08f3a9a4a0dd7b0b10f36
|
3 |
+
size 5214865159
|
configuration.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{ "framework": "pytorch",
|
2 |
+
"task": "text-to-video-synthesis",
|
3 |
+
"model": {
|
4 |
+
"type": "latent-text-to-video-synthesis",
|
5 |
+
"model_args": {
|
6 |
+
"ckpt_clip": "open_clip_pytorch_model.bin",
|
7 |
+
"ckpt_unet": "text2video_pytorch_model.pth",
|
8 |
+
"ckpt_autoencoder": "VQGAN_autoencoder.pth",
|
9 |
+
"max_frames": 16,
|
10 |
+
"tiny_gpu": 1
|
11 |
+
},
|
12 |
+
"model_cfg": {
|
13 |
+
"unet_in_dim": 4,
|
14 |
+
"unet_dim": 320,
|
15 |
+
"unet_y_dim": 768,
|
16 |
+
"unet_context_dim": 1024,
|
17 |
+
"unet_out_dim": 4,
|
18 |
+
"unet_dim_mult": [1, 2, 4, 4],
|
19 |
+
"unet_num_heads": 8,
|
20 |
+
"unet_head_dim": 64,
|
21 |
+
"unet_res_blocks": 2,
|
22 |
+
"unet_attn_scales": [1, 0.5, 0.25],
|
23 |
+
"unet_dropout": 0.1,
|
24 |
+
"temporal_attention": "True",
|
25 |
+
"num_timesteps": 1000,
|
26 |
+
"mean_type": "eps",
|
27 |
+
"var_type": "fixed_small",
|
28 |
+
"loss_type": "mse"
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"pipeline": {
|
32 |
+
"type": "latent-text-to-video-synthesis"
|
33 |
+
}
|
34 |
+
}
|
open_clip_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a78ef8e8c73fd0df621682e7a8e8eb36c6916cb3c16b291a082ecd52ab79cc4
|
3 |
+
size 3944692325
|
text2video_pytorch_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9609d02717b799137a97244844ab6df0d1a071568a1d24dcb62d9050f3a24a3
|
3 |
+
size 5645549049
|