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