Commit
·
5424de0
1
Parent(s):
58f5e14
Update loha_01/config_file.toml
Browse files- loha_01/config_file.toml +4 -4
loha_01/config_file.toml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
[model_arguments]
|
2 |
-
project_name = "
|
3 |
v2 = false
|
4 |
v_parameterization = false
|
5 |
-
pretrained_model_name_or_path = "
|
6 |
vae = "/content/VAE/VAE84EMA.vae.pt"
|
7 |
|
8 |
[additional_network_arguments]
|
@@ -32,7 +32,7 @@ vae_batch_size = 1
|
|
32 |
|
33 |
[training_arguments]
|
34 |
output_dir = "/content/drive/MyDrive/Misc/ngannguyen/output"
|
35 |
-
output_name = "
|
36 |
save_precision = "fp16"
|
37 |
save_every_n_epochs = 10.0
|
38 |
train_batch_size = 6
|
@@ -47,7 +47,7 @@ gradient_accumulation_steps = 1
|
|
47 |
mixed_precision = "fp16"
|
48 |
clip_skip = 2
|
49 |
logging_dir = "/content/LoRA/log"
|
50 |
-
log_prefix = "
|
51 |
noise_offset = 0.01
|
52 |
lowram = false
|
53 |
|
|
|
1 |
[model_arguments]
|
2 |
+
project_name = ""
|
3 |
v2 = false
|
4 |
v_parameterization = false
|
5 |
+
pretrained_model_name_or_path = ""
|
6 |
vae = "/content/VAE/VAE84EMA.vae.pt"
|
7 |
|
8 |
[additional_network_arguments]
|
|
|
32 |
|
33 |
[training_arguments]
|
34 |
output_dir = "/content/drive/MyDrive/Misc/ngannguyen/output"
|
35 |
+
output_name = ""
|
36 |
save_precision = "fp16"
|
37 |
save_every_n_epochs = 10.0
|
38 |
train_batch_size = 6
|
|
|
47 |
mixed_precision = "fp16"
|
48 |
clip_skip = 2
|
49 |
logging_dir = "/content/LoRA/log"
|
50 |
+
log_prefix = ""
|
51 |
noise_offset = 0.01
|
52 |
lowram = false
|
53 |
|