up
Browse files
Eta_config/config_file.toml
CHANGED
@@ -8,9 +8,10 @@ vae = "/content/vae/anime.vae.pt"
|
|
8 |
no_metadata = false
|
9 |
unet_lr = 0.0005
|
10 |
text_encoder_lr = 0.0001
|
11 |
-
network_module = "
|
12 |
network_dim = 16
|
13 |
network_alpha = 8
|
|
|
14 |
network_train_unet_only = false
|
15 |
network_train_text_encoder_only = false
|
16 |
|
|
|
8 |
no_metadata = false
|
9 |
unet_lr = 0.0005
|
10 |
text_encoder_lr = 0.0001
|
11 |
+
network_module = "lycoris.kohya"
|
12 |
network_dim = 16
|
13 |
network_alpha = 8
|
14 |
+
network_args = [ "conv_dim=16", "conv_alpha=8", "algo=lora",]
|
15 |
network_train_unet_only = false
|
16 |
network_train_text_encoder_only = false
|
17 |
|
Eta_config/dataset_config.toml
CHANGED
@@ -7,7 +7,7 @@ color_aug = false
|
|
7 |
[[datasets.subsets]]
|
8 |
image_dir = "/content/LoRA/dataset"
|
9 |
num_repeats = 20
|
10 |
-
metadata_file = "/content/LoRA/meta_lat.json"
|
11 |
|
12 |
|
13 |
[general]
|
|
|
7 |
[[datasets.subsets]]
|
8 |
image_dir = "/content/LoRA/dataset"
|
9 |
num_repeats = 20
|
10 |
+
metadata_file = "/content/LoRA/tags/meta_lat.json"
|
11 |
|
12 |
|
13 |
[general]
|