thanks to damo ❤
Browse files- .mdl +0 -0
- .msc +0 -0
- assets/images/Fig_1.png +0 -0
- configuration.json +24 -0
- non_ema_0035000.pth +3 -0
- open_clip_pytorch_model.bin +3 -0
.mdl
ADDED
Binary file (42 Bytes). View file
|
|
.msc
ADDED
Binary file (410 Bytes). View file
|
|
assets/images/Fig_1.png
ADDED
configuration.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"framework": "pytorch",
|
3 |
+
"task": "video-to-video",
|
4 |
+
"model": {
|
5 |
+
"type": "video-to-video-model",
|
6 |
+
"model_args": {
|
7 |
+
"ckpt_clip": "open_clip_pytorch_model.bin",
|
8 |
+
"ckpt_unet": "non_ema_0035000.pth",
|
9 |
+
"ckpt_autoencoder": "v2-1_512-ema-pruned.ckpt",
|
10 |
+
"seed": 666,
|
11 |
+
"solver_mode": "fast"
|
12 |
+
},
|
13 |
+
"model_cfg": {
|
14 |
+
"batch_size": 1,
|
15 |
+
"target_fps": 8,
|
16 |
+
"max_frames": 32,
|
17 |
+
"latent_hei": 90,
|
18 |
+
"latent_wid": 160
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"pipeline": {
|
22 |
+
"type": "video-to-video-pipeline"
|
23 |
+
}
|
24 |
+
}
|
non_ema_0035000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d146dd22a8158896c882dd96e6b14d2962a63398a3f2ac37611dcadcdab3a15d
|
3 |
+
size 5645549113
|
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
|