Phospy commited on
Commit
ec47523
·
1 Parent(s): 226d629

feat: upload kedama lora model

Browse files
Files changed (1) hide show
  1. kedama_config/config_file.toml +2 -0
kedama_config/config_file.toml CHANGED
@@ -46,6 +46,8 @@ clip_skip = 2
46
  logging_dir = "/content/LoRA/logs"
47
  log_prefix = "kedama"
48
  lowram = true
 
 
49
 
50
  [sample_prompt_arguments]
51
  sample_every_n_epochs = 5
 
46
  logging_dir = "/content/LoRA/logs"
47
  log_prefix = "kedama"
48
  lowram = true
49
+ multires_noise_iterations = 6
50
+ multires_noise_discoun = 0.3
51
 
52
  [sample_prompt_arguments]
53
  sample_every_n_epochs = 5