RunningHubAI commited on
Commit
5467478
·
verified ·
1 Parent(s): 0621f46

Upload Ref2VA/video_vae/config.json

Browse files
Files changed (1) hide show
  1. Ref2VA/video_vae/config.json +74 -0
Ref2VA/video_vae/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "MiniMaxH3VideoVAE",
3
+ "_diffusers_version": "0.32.2",
4
+ "mode": "standalone",
5
+ "auto_map": {
6
+ "AutoModel": "minimax_h3_video_vae.MiniMaxH3VideoVAE"
7
+ },
8
+ "source_path": "source",
9
+ "source_class_name": "AutoencoderKLLegacy",
10
+ "vae_clip_length": 17,
11
+ "vae_token_drop": 3,
12
+ "vae_encoder_tiling": 1,
13
+ "vae_decoder_tiling": 1,
14
+ "vae_parallel_tiling": 1,
15
+ "vae_tile_size": 256,
16
+ "vae_tile_overlap_min": 64,
17
+ "vae_encoder_parallel": 0,
18
+ "vae_decoder_parallel": 0,
19
+ "vae_chunk_dim": -1,
20
+ "source_safetensors_path": "model.safetensors",
21
+ "latent_channels": 24,
22
+ "latents_mean": [
23
+ 0.858090341091156,
24
+ -0.9606591463088989,
25
+ 1.0661640167236328,
26
+ -0.5090325474739075,
27
+ -0.2727581858634949,
28
+ -1.3675414323806763,
29
+ -0.2553254961967468,
30
+ -0.26907554268836975,
31
+ -0.5376840829849243,
32
+ -0.0464097298681736,
33
+ 0.6657370328903198,
34
+ 0.19690127670764923,
35
+ -0.5460608005523682,
36
+ -0.4035342037677765,
37
+ -0.23683024942874908,
38
+ 0.25928452610969543,
39
+ -0.30133944749832153,
40
+ 0.211341992020607,
41
+ -1.1206848621368408,
42
+ 0.3581933379173279,
43
+ -0.04225143790245056,
44
+ 0.2604829967021942,
45
+ 0.22864092886447906,
46
+ 0.7056031823158264
47
+ ],
48
+ "latents_std": [
49
+ 1.2223774194717407,
50
+ 1.2767263650894165,
51
+ 1.68317747116088865,
52
+ 1.7549455165863037,
53
+ 1.5636216402053833,
54
+ 2.194143533706665,
55
+ 0.96531379222869875,
56
+ 1.05698859691619875,
57
+ 0.841948926448822,
58
+ 0.7729952931404114,
59
+ 1.8955937623977661,
60
+ 0.946841835975647,
61
+ 0.7996809482574463,
62
+ 0.44988900423049925,
63
+ 0.7197399735450745,
64
+ 0.69362932443618775,
65
+ 2.961095094680786,
66
+ 2.7694199085235595,
67
+ 3.0496184825897215,
68
+ 2.1088054180145265,
69
+ 3.276226282119751,
70
+ 3.1627357006073,
71
+ 2.28168129920959475,
72
+ 2.6127843856811525
73
+ ]
74
+ }