Skip to content

Commit

Permalink
update 512 model
Browse files Browse the repository at this point in the history
  • Loading branch information
scutpaul committed Dec 6, 2023
1 parent 623d46a commit dab0535
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions configs/inference_t2v_512_v1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit dab0535

Please sign in to comment.