File size: 1,032 Bytes
9018dbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "_class_name": "AutoencoderKLMiniMaxH3",
  "_diffusers_version": "0.40.0.dev0",
  "_name_or_path": "./tmp/tiny-random/minimax-h3",
  "block_out_channels": [
    32,
    32,
    32,
    64,
    64,
    64
  ],
  "clip_length": 17,
  "decoder_attention_head_dim": 16,
  "decoder_ffn_mult": 2,
  "decoder_norm_eps": 1e-05,
  "decoder_num_attention_heads": 2,
  "decoder_num_layers": 2,
  "decoder_num_register_tokens": 2,
  "decoder_rope_dim_ratio": 0.75,
  "decoder_rope_theta": 100.0,
  "in_channels": 3,
  "latent_channels": 8,
  "latents_mean": [
    0.0,
    0.0,
    0.0,
    0.0,
    0.0,
    0.0,
    0.0,
    0.0
  ],
  "latents_std": [
    1.0,
    1.0,
    1.0,
    1.0,
    1.0,
    1.0,
    1.0,
    1.0
  ],
  "layers_per_block": 1,
  "norm_eps": 1e-06,
  "norm_num_groups": 8,
  "out_channels": 3,
  "spatial_downsample_factors": [
    2,
    2,
    2,
    2,
    1,
    1
  ],
  "spatial_padding_mode": "reflect",
  "temporal_downsample_factors": [
    1,
    2,
    2,
    1,
    1,
    1
  ],
  "token_drop": 3
}