Spaces:
Running
on
A10G
Running
on
A10G
- 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 |