ychenhq commited on
Commit
51ee4ee
·
verified ·
1 Parent(s): 795b57c

Delete inference_t2v_512_v1.0.yaml

Browse files
Files changed (1) hide show
  1. inference_t2v_512_v1.0.yaml +0 -74
inference_t2v_512_v1.0.yaml DELETED
@@ -1,74 +0,0 @@
1
- model:
2
- target: lvdm.models.ddpm3d.LatentDiffusion
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
- unet_config:
21
- target: lvdm.modules.networks.openaimodel3d.UNetModel
22
- params:
23
- in_channels: 4
24
- out_channels: 4
25
- model_channels: 320
26
- attention_resolutions:
27
- - 4
28
- - 2
29
- - 1
30
- num_res_blocks: 2
31
- channel_mult:
32
- - 1
33
- - 2
34
- - 4
35
- - 4
36
- num_head_channels: 64
37
- transformer_depth: 1
38
- context_dim: 1024
39
- use_linear: true
40
- use_checkpoint: true
41
- temporal_conv: false
42
- temporal_attention: true
43
- temporal_selfatt_only: true
44
- use_relative_position: true
45
- use_causal_attention: false
46
- temporal_length: 16
47
- addition_attention: true
48
- first_stage_config:
49
- target: lvdm.models.autoencoder.AutoencoderKL
50
- params:
51
- embed_dim: 4
52
- monitor: val/rec_loss
53
- ddconfig:
54
- double_z: true
55
- z_channels: 4
56
- resolution: 512
57
- in_channels: 3
58
- out_ch: 3
59
- ch: 128
60
- ch_mult:
61
- - 1
62
- - 2
63
- - 4
64
- - 4
65
- num_res_blocks: 2
66
- attn_resolutions: []
67
- dropout: 0.0
68
- lossconfig:
69
- target: torch.nn.Identity
70
- cond_stage_config:
71
- target: lvdm.modules.encoders.condition.FrozenOpenCLIPEmbedder
72
- params:
73
- freeze: true
74
- layer: penultimate