Phospy commited on
Commit
486b6cc
1 Parent(s): b49fcc8

feat: upload lora model

Browse files
_config/config_file.toml CHANGED
@@ -22,8 +22,8 @@ token_warmup_min = 1
22
  token_warmup_step = 0
23
 
24
  [training_arguments]
25
- output_dir = "/content/LoRA/output/kendou"
26
- output_name = "kendou"
27
  save_precision = "fp16"
28
  save_every_n_epochs = 2
29
  train_batch_size = 4
@@ -41,7 +41,7 @@ mixed_precision = "fp16"
41
  [logging_arguments]
42
  log_with = "tensorboard"
43
  logging_dir = "/content/LoRA/logs"
44
- log_prefix = "kendou"
45
 
46
  [sample_prompt_arguments]
47
  sample_every_n_epochs = 1
 
22
  token_warmup_step = 0
23
 
24
  [training_arguments]
25
+ output_dir = "/content/LoRA/output/tamate"
26
+ output_name = "tamate"
27
  save_precision = "fp16"
28
  save_every_n_epochs = 2
29
  train_batch_size = 4
 
41
  [logging_arguments]
42
  log_with = "tensorboard"
43
  logging_dir = "/content/LoRA/logs"
44
+ log_prefix = "tamate"
45
 
46
  [sample_prompt_arguments]
47
  sample_every_n_epochs = 1
_config/sample_prompt.toml CHANGED
@@ -5,5 +5,5 @@ height = 1024
5
  scale = 12
6
  sample_steps = 28
7
  [[prompt.subset]]
8
- prompt = "masterpiece,best quality,kendou,1girl"
9
 
 
5
  scale = 12
6
  sample_steps = 28
7
  [[prompt.subset]]
8
+ prompt = "masterpiece,best quality,tamate,1girl"
9