|
base: 'config/base.yaml' |
|
prompts: |
|
- - 4k, raining, mountain, path, masterpiece |
|
- 4k, snowing, mountain, path, masterpiece |
|
- sun rising, mountain, path, masterpiece |
|
- - 1girl is crying, photorealistic |
|
- 1girl is smiling, photorealistic |
|
- 1girl is sleeping, photorealistic |
|
- - 1man is crying |
|
- 1man is sleeping |
|
- 1man is smiling |
|
- - 1girl is smiling, lowres,watermark |
|
- 1girl is crying, lowres,watermark |
|
- 1girl is sleeping, lowres,watermark |
|
- - 1girl is smiling, lowres,watermark |
|
- 1girl is crying, lowres,watermark |
|
- 1girl is sleeping, lowres,watermark |
|
|
|
n_prompt: |
|
- '' |
|
- '' |
|
- '' |
|
- '' |
|
- '' |
|
|
|
validation_data: |
|
input_name: '' |
|
validation_input_path: 'img/majicmix/' |
|
save_path: 'result/majicmix/' |
|
num_inference_steps: 25 |
|
guidance_scale: 7.5 |
|
img_mask: '' |
|
|
|
pretrained_model_path: "models/StableDiffusion/" |
|
unet_additional_kwargs: |
|
use_motion_module : true |
|
motion_module_resolutions : [ 1,2,4,8 ] |
|
unet_use_cross_frame_attention : false |
|
unet_use_temporal_attention : 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 |
|
|
|
generate: |
|
use_image: true |
|
use_video: false |
|
sample_size: 512 |
|
video_length: 16 |
|
global_seed: [5658137986800322009, 12099779162349365895, 10499524853910852697, 16768009035333711932, 10499524853910852] |
|
use_lora: true |
|
use_db: true |
|
lora_path: "models/DreamBooth_LoRA/FilmVelvia3.safetensors" |
|
db_path: "models/DreamBooth_LoRA/majicmixRealistic_v7.safetensors" |
|
lora_alpha: 0.6 |
|
|