inference-v1.yaml 631 B

1234567891011121314151617181920212223242526
  1. unet_additional_kwargs:
  2. unet_use_cross_frame_attention: false
  3. unet_use_temporal_attention: false
  4. use_motion_module: true
  5. motion_module_resolutions:
  6. - 1
  7. - 2
  8. - 4
  9. - 8
  10. motion_module_mid_block: false
  11. motion_module_decoder_only: false
  12. motion_module_type: Vanilla
  13. motion_module_kwargs:
  14. num_attention_heads: 8
  15. num_transformer_block: 1
  16. attention_block_types:
  17. - Temporal_Self
  18. - Temporal_Self
  19. temporal_position_encoding: true
  20. temporal_position_encoding_max_len: 24
  21. temporal_attention_dim_div: 1
  22. noise_scheduler_kwargs:
  23. beta_start: 0.00085
  24. beta_end: 0.012
  25. beta_schedule: "linear"