MagicTime / sample_configs /RealisticVision.yaml
BestWishYsh's picture
Upload 85 files
8a8dad9 verified
raw
history blame
2.26 kB
- pretrained_model_path: "./ckpts/Base_Model/stable-diffusion-v1-5"
motion_module: "./ckpts/Base_Model/motion_module/motion_module.ckpt"
dreambooth_path: "./ckpts/DreamBooth/RealisticVisionV60B1_v51VAE.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: [1587796317, 2883629116, 3068368949, 2038801077]
steps: 25
guidance_scale: 8.5
prompt:
- "Time-lapse of dough balls transforming into bread rolls: Begins with smooth, proofed dough, gradually expands in early baking, becomes taut and voluminous, and finally browns and fully expands to signal the baking's completion."
- "Time-lapse of cupcakes progressing through the baking process: starting from liquid batter in cupcake liners, gradually rising with the formation of domes, to fully baked cupcakes with golden, crackled domes."
- "Cherry blossoms transitioning from tightly closed buds to a peak state of bloom. The progression moves through stages of bud swelling, petal exposure, and gradual opening, culminating in a full and vibrant display of open blossoms."
- "Cherry blossoms transitioning from tightly closed buds to a peak state of bloom. The progression moves through stages of bud swelling, petal exposure, and gradual opening, culminating in a full and vibrant display of open blossoms."
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