File size: 1,505 Bytes
26555ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "UNet3DVSRModel",
  "_diffusers_version": "0.9.0.dev0",
  "_name_or_path": "hf-models/stable-diffusion-x4-upscaler/unet",
  "act_fn": "silu",
  "attention_head_dim": 8,
  "block_out_channels": [
    256,
    512,
    512,
    1024
  ],
  "center_input_sample": false,
  "cross_attention_dim": 1024,
  "down_block_types": [
    "DownBlock3D",
    "CrossAttnDownBlock3D",
    "CrossAttnDownBlock3D",
    "CrossAttnDownBlock3D"
  ],
  "downsample_padding": 1,
  "dual_cross_attention": false,
  "flip_sin_to_cos": true,
  "freq_shift": 0,
  "in_channels": 7,
  "layers_per_block": 2,
  "mid_block_scale_factor": 1,
  "norm_eps": 1e-05,
  "norm_num_groups": 32,
  "num_class_embeds": 1000,
  "only_cross_attention": [
    true,
    true,
    true,
    false
  ],
  "out_channels": 4,
  "sample_size": 128,
  "up_block_types": [
    "CrossAttnUpBlock3D",
    "CrossAttnUpBlock3D",
    "CrossAttnUpBlock3D",
    "UpBlock3D"
  ],
  "use_linear_projection": true,

  "down_temporal_idx": [0, 1, 2, 3],
  "mid_temporal": true,
  "up_temporal_idx": [0, 1, 2, 3],
  "temporal_module_config": {
    "num_attention_layers": 1,
    "attention_block_types": [
      "",
      ""
    ],
    "cross_frame_attention_mode": "0_i-1_i",
    "temporal_shift_fold_div": 2,
    "temporal_shift_direction": "right",
    "use_dcn_warpping": false,
    "use_deformable_conv": true,
    "attention_dim_div": 2
  },
  "use_first_frame": false,
  "video_condition": false,
  "freeze_pretrained_2d_upsampler": true
}