File size: 568 Bytes
703c7ae
 
 
b378fa9
703c7ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
prompts_file: "./examples/puffy_nipples_prompts.yaml"

pretrained_model:
  name_or_path: "../stable-diffusion-webui/models/Stable-diffusion/hogehoge.safetensors"
  v2: false
  v_pred: false

network:
  type: "lierla"
  rank: 16
  alpha: 1.0

train:
  precision: "bfloat16"
  noise_scheduler: "ddim"
  iterations: 50
  lr: 1
  optimizer: "prodigy"
  lr_scheduler: "cosine"
  max_denoising_steps: 30

save:
  name: "leco_puffy_nipples"
  path: "./output"
  per_steps: 10
  precision: "bfloat16"

logging:
  use_wandb: false
  verbose: false

other:
  use_xformers: true