File size: 2,189 Bytes
512d9bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
base: 'config/base.yaml'
prompts:
- - b&w photo of 42 y.o man in black clothes, bald, face, half body, body, high detailed skin, skin pores, coastline, overcast weather, wind, waves, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
  - 1man is smiling, b&w photo
  - 1man, raining, b&w photo
- - close up photo of a rabbit, forest, haze, halation, bloom, dramatic atmosphere, centred, rule of thirds, 200mm 1.4f macro shot
  - Raining, 1rabbit
  - Fire, 1rabbit
- - night, b&w photo of old house, post apocalypse, forest, storm weather, wind, rocks, 8k uhd, dslr, soft lighting, high quality, film grain
  - Lightning, b&w photo of old house
  - b&w photo of old house, in the wind.
- - 1girl is smiling, city street, neon, fog, volumetric
  - 1girl is crying, city street, neon, fog, volumetric
  - 1girl is walking, city street, neon, fog, volumetric
- - lightning, lighthouse
  - raining, lighthouse
  - fireworks, lighthouse

n_prompt: 
  - ''
  - ''
  - ''
  - ''
  - ''

validation_data:
  input_name: ''
  validation_input_path: 'img/realistic_vision/'
  save_path: 'result/realistic_vision'
  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]
  use_lora: false
  use_db: true
  lora_path: "models/DreamBooth_LoRA/ink_lora.safetensors"
  db_path: "models/DreamBooth_LoRA/realistic_vision.safetensors"
  lora_alpha: 0.8