anonymous728 commited on
Commit
99353a0
·
verified ·
1 Parent(s): 61a82f5

Upload folder using huggingface_hub

Browse files
.keep ADDED
File without changes
hunyuan/train/ckpt/step-000100/router.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a23b94bcce5e305b6039a18855798867e3d571c50ed62416dce3ee4a015f82a2
3
+ size 26588049
hunyuan/train/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "HunyuanVideoTransformer3DModel",
3
+ "pretrained_model_path": "hunyuanvideo-community/HunyuanVideo",
4
+ "revision": null,
5
+ "train_video_size": [
6
+ 117,
7
+ 720,
8
+ 1280
9
+ ],
10
+ "self_attention_kwargs": {
11
+ "lowres_window_size": [
12
+ 2,
13
+ 3,
14
+ 2
15
+ ],
16
+ "lowres_reduction_rate": 0.5,
17
+ "window_size": [
18
+ 3,
19
+ 3,
20
+ 3
21
+ ],
22
+ "tile_size": [
23
+ 6,
24
+ 9,
25
+ 8
26
+ ],
27
+ "latent_shape": [
28
+ 30,
29
+ 45,
30
+ 80
31
+ ]
32
+ }
33
+ }
wan-14B/train/ckpt/step-000100/router.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdde2fc25df3ff1c1bf3467b328de85b1aaf1e163dde18d8947ffa33d2045fba
3
+ size 49183250
wan-14B/train/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "WanTransformer3DModel",
3
+ "pretrained_model_path": "Wan-AI/Wan2.1-T2V-14B-Diffusers",
4
+ "revision": null,
5
+ "train_video_size": [
6
+ 77,
7
+ 720,
8
+ 1280
9
+ ],
10
+ "self_attention_kwargs": {
11
+ "lowres_window_size": [
12
+ 2,
13
+ 3,
14
+ 2
15
+ ],
16
+ "lowres_reduction_rate": 0.5,
17
+ "window_size": [
18
+ 3,
19
+ 3,
20
+ 3
21
+ ],
22
+ "tile_size": [
23
+ 5,
24
+ 9,
25
+ 8
26
+ ],
27
+ "latent_shape": [
28
+ 20,
29
+ 45,
30
+ 80
31
+ ]
32
+ }
33
+ }