From dab05359fd0d232ccab8bc4e782501ef62a73ab9 Mon Sep 17 00:00:00 2001 From: scutpaul Date: Wed, 6 Dec 2023 18:58:14 +0800 Subject: [PATCH] update 512 model --- configs/inference_t2v_512_v1.0.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configs/inference_t2v_512_v1.0.yaml b/configs/inference_t2v_512_v1.0.yaml index 4a2e6c4..849623e 100644 --- a/configs/inference_t2v_512_v1.0.yaml +++ b/configs/inference_t2v_512_v1.0.yaml @@ -17,8 +17,6 @@ model: scale_factor: 0.18215 use_ema: false uncond_type: empty_seq - use_scale: true - scale_b: 0.7 unet_config: target: lvdm.modules.networks.openaimodel3d.UNetModel params: @@ -40,14 +38,13 @@ model: context_dim: 1024 use_linear: true use_checkpoint: true - temporal_conv: true + temporal_conv: false temporal_attention: true temporal_selfatt_only: true - use_relative_position: false + use_relative_position: true use_causal_attention: false temporal_length: 16 addition_attention: true - fps_cond: true first_stage_config: target: lvdm.models.autoencoder.AutoencoderKL params: