ychenhq commited on
Commit
62b1fc1
·
verified ·
1 Parent(s): 39c5f8b

Delete inference_i2v_512_v1.0.yaml

Browse files
Files changed (1) hide show
  1. inference_i2v_512_v1.0.yaml +0 -83
inference_i2v_512_v1.0.yaml DELETED
@@ -1,83 +0,0 @@
1
- model:
2
- target: lvdm.models.ddpm3d.LatentVisualDiffusion
3
- params:
4
- linear_start: 0.00085
5
- linear_end: 0.012
6
- num_timesteps_cond: 1
7
- timesteps: 1000
8
- first_stage_key: video
9
- cond_stage_key: caption
10
- cond_stage_trainable: false
11
- conditioning_key: crossattn
12
- image_size:
13
- - 40
14
- - 64
15
- channels: 4
16
- scale_by_std: false
17
- scale_factor: 0.18215
18
- use_ema: false
19
- uncond_type: empty_seq
20
- use_scale: true
21
- scale_b: 0.7
22
- finegrained: true
23
- unet_config:
24
- target: lvdm.modules.networks.openaimodel3d.UNetModel
25
- params:
26
- in_channels: 4
27
- out_channels: 4
28
- model_channels: 320
29
- attention_resolutions:
30
- - 4
31
- - 2
32
- - 1
33
- num_res_blocks: 2
34
- channel_mult:
35
- - 1
36
- - 2
37
- - 4
38
- - 4
39
- num_head_channels: 64
40
- transformer_depth: 1
41
- context_dim: 1024
42
- use_linear: true
43
- use_checkpoint: true
44
- temporal_conv: true
45
- temporal_attention: true
46
- temporal_selfatt_only: true
47
- use_relative_position: false
48
- use_causal_attention: false
49
- use_image_attention: true
50
- temporal_length: 16
51
- addition_attention: true
52
- fps_cond: true
53
- first_stage_config:
54
- target: lvdm.models.autoencoder.AutoencoderKL
55
- params:
56
- embed_dim: 4
57
- monitor: val/rec_loss
58
- ddconfig:
59
- double_z: true
60
- z_channels: 4
61
- resolution: 512
62
- in_channels: 3
63
- out_ch: 3
64
- ch: 128
65
- ch_mult:
66
- - 1
67
- - 2
68
- - 4
69
- - 4
70
- num_res_blocks: 2
71
- attn_resolutions: []
72
- dropout: 0.0
73
- lossconfig:
74
- target: torch.nn.Identity
75
- cond_stage_config:
76
- target: lvdm.modules.encoders.condition.FrozenOpenCLIPEmbedder
77
- params:
78
- freeze: true
79
- layer: penultimate
80
- cond_img_config:
81
- target: lvdm.modules.encoders.condition.FrozenOpenCLIPImageEmbedderV2
82
- params:
83
- freeze: true