|
- pretrained_model_path: "./ckpts/Base_Model/stable-diffusion-v1-5" |
|
motion_module: "./ckpts/Base_Model/motion_module/motion_module.ckpt" |
|
dreambooth_path: "./ckpts/DreamBooth/RcnzCartoon.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: [1268480012, 3480796026, 3607977321, 1601344133] |
|
steps: 25 |
|
guidance_scale: 8.5 |
|
|
|
prompt: |
|
- "Time-lapse of a simple modern house's construction in a Minecraft virtual environment: beginning with an avatar laying a white foundation, progressing through wall erection and interior furnishing, to adding roof and exterior details, and completed with landscaping and a tall chimney." |
|
- "Time-lapse of a simple modern house's construction in a Minecraft virtual environment: beginning with an avatar laying a white foundation, progressing through wall erection and interior furnishing, to adding roof and exterior details, and completed with landscaping and a tall chimney." |
|
- "Bean sprouts grow and mature from seeds." |
|
- "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." |
|
|
|
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 |