File size: 1,759 Bytes
8a8dad9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
- pretrained_model_path:     "./ckpts/Base_Model/stable-diffusion-v1-5"
  motion_module:             "./ckpts/Base_Model/motion_module/motion_module.ckpt"
  dreambooth_path:           "./ckpts/DreamBooth/ToonYou_beta6.safetensors"
  magic_adapter_s_path:      "./ckpts/Magic_Weights/magic_adapter_s/magic_adapter_s.ckpt"
  magic_adapter_t_path:      "./ckpts/Magic_Weights/magic_adapter_t"
  magic_text_encoder_path:   "./ckpts/Magic_Weights/magic_text_encoder"
  
  H: 512
  W: 512
  L: 16
  seed: [3832738942, 153403692, 10789633, 1496541313]
  steps: 25
  guidance_scale: 8.5

  prompt:
    - "An ice cube is melting."
    - "A mesmerizing time-lapse showcasing the elegant unfolding of pink plum buds blossoms, capturing the gradual bloom from tightly sealed buds to fully open flowers."
    - "Time-lapse of a yellow ranunculus flower transitioning from a tightly closed bud to a fully bloomed state, with measured petal separation and unfurling observed across the sequence."
    - "Bean sprouts grow and mature from seeds."
    
  n_prompt:
    - "worst quality, low quality, letterboxed"

- unet_additional_kwargs:
    use_inflated_groupnorm: true
    use_motion_module: true
    motion_module_resolutions:
    - 1
    - 2
    - 4
    - 8
    motion_module_mid_block: false
    motion_module_type: Vanilla
    motion_module_kwargs:
      num_attention_heads: 8
      num_transformer_block: 1
      attention_block_types:
      - Temporal_Self
      - Temporal_Self
      temporal_position_encoding: true
      temporal_position_encoding_max_len: 32
      temporal_attention_dim_div: 1
      zero_initialize: true
  noise_scheduler_kwargs:
    beta_start: 0.00085
    beta_end: 0.012
    beta_schedule: linear
    steps_offset: 1
    clip_sample: false