Skip to content

Commit dab0535

Browse files
committed
update 512 model
1 parent 623d46a commit dab0535

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configs/inference_t2v_512_v1.0.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ model:
1717
scale_factor: 0.18215
1818
use_ema: false
1919
uncond_type: empty_seq
20-
use_scale: true
21-
scale_b: 0.7
2220
unet_config:
2321
target: lvdm.modules.networks.openaimodel3d.UNetModel
2422
params:
@@ -40,14 +38,13 @@ model:
4038
context_dim: 1024
4139
use_linear: true
4240
use_checkpoint: true
43-
temporal_conv: true
41+
temporal_conv: false
4442
temporal_attention: true
4543
temporal_selfatt_only: true
46-
use_relative_position: false
44+
use_relative_position: true
4745
use_causal_attention: false
4846
temporal_length: 16
4947
addition_attention: true
50-
fps_cond: true
5148
first_stage_config:
5249
target: lvdm.models.autoencoder.AutoencoderKL
5350
params:

0 commit comments

Comments
 (0)