Phospy commited on
Commit
c75c862
1 Parent(s): c15460d

feat: upload sdxl_lora lora model

Browse files
sdxl_lora_config/config_file.toml CHANGED
@@ -22,10 +22,10 @@ token_warmup_min = 1
22
  token_warmup_step = 0
23
 
24
  [training_arguments]
25
- output_dir = "/content/LoRA/output/shu"
26
- output_name = "shu"
27
  save_precision = "fp16"
28
- save_every_n_epochs = 1
29
  train_batch_size = 4
30
  max_token_length = 225
31
  mem_eff_attn = false
@@ -41,7 +41,7 @@ mixed_precision = "fp16"
41
  [logging_arguments]
42
  log_with = "tensorboard"
43
  logging_dir = "/content/LoRA/logs"
44
- log_prefix = "shu"
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/phantom"
26
+ output_name = "phantom"
27
  save_precision = "fp16"
28
+ save_every_n_epochs = 2
29
  train_batch_size = 4
30
  max_token_length = 225
31
  mem_eff_attn = false
 
41
  [logging_arguments]
42
  log_with = "tensorboard"
43
  logging_dir = "/content/LoRA/logs"
44
+ log_prefix = "phantom"
45
 
46
  [sample_prompt_arguments]
47
  sample_every_n_epochs = 1
sdxl_lora_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, masterpiece,best quality,shu,1girl"
9
 
 
5
  scale = 12
6
  sample_steps = 28
7
  [[prompt.subset]]
8
+ prompt = "masterpiece,best quality,phantom,1girl"
9