feat: upload kedama lora model
Browse files
kedama_config/config_file.toml
CHANGED
@@ -7,14 +7,14 @@ pretrained_model_name_or_path = "/content/pretrained_model/Animefull-final-prune
|
|
7 |
no_metadata = false
|
8 |
unet_lr = 1.0
|
9 |
text_encoder_lr = 1.0
|
10 |
-
network_module = "
|
11 |
-
network_dim =
|
12 |
-
network_alpha =
|
|
|
13 |
network_train_unet_only = false
|
14 |
network_train_text_encoder_only = false
|
15 |
|
16 |
[optimizer_arguments]
|
17 |
-
min_snr_gamma = 6
|
18 |
optimizer_type = "Prodigy"
|
19 |
learning_rate = 1.0
|
20 |
max_grad_norm = 1.0
|
@@ -32,7 +32,7 @@ output_dir = "/content/LoRA/output"
|
|
32 |
output_name = "kedama"
|
33 |
save_precision = "fp16"
|
34 |
save_every_n_epochs = 10
|
35 |
-
train_batch_size =
|
36 |
max_token_length = 225
|
37 |
mem_eff_attn = false
|
38 |
xformers = true
|
|
|
7 |
no_metadata = false
|
8 |
unet_lr = 1.0
|
9 |
text_encoder_lr = 1.0
|
10 |
+
network_module = "lycoris.kohya"
|
11 |
+
network_dim = 32
|
12 |
+
network_alpha = 16
|
13 |
+
network_args = [ "conv_dim=32", "conv_alpha=16", "algo=lora",]
|
14 |
network_train_unet_only = false
|
15 |
network_train_text_encoder_only = false
|
16 |
|
17 |
[optimizer_arguments]
|
|
|
18 |
optimizer_type = "Prodigy"
|
19 |
learning_rate = 1.0
|
20 |
max_grad_norm = 1.0
|
|
|
32 |
output_name = "kedama"
|
33 |
save_precision = "fp16"
|
34 |
save_every_n_epochs = 10
|
35 |
+
train_batch_size = 4
|
36 |
max_token_length = 225
|
37 |
mem_eff_attn = false
|
38 |
xformers = true
|
kedama_config/sample_prompt.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
|
2 |
-
masterpiece, best quality,kedama, 1girl, :o, belt collar, bikini, bow, breasts, cameltoe, collar, demon girl, demon tail, falling petals, female focus, heterochromia, horns, loli, long hair, looking at viewer, navel, nipples, panties, panty pull, petals, pointy ears, red eyes, seiza, shrug (clothing), side-tie panties, sidelocks, sitting, small breasts, solo, swimsuit, tail, thighhighs, two side up, underwear, untied bikini, untied panties, yellow eyes
|
|
|
1 |
|
2 |
+
masterpiece, best quality,kedama, 1girl, :o, belt collar, bikini, bow, breasts, cameltoe, collar, demon girl, demon tail, falling petals, female focus, heterochromia, horns, loli, long hair, looking at viewer, navel, nipples, panties, panty pull, petals, pointy ears, red eyes, seiza, shrug (clothing), side-tie panties, sidelocks, sitting, small breasts, solo, swimsuit, tail, thighhighs, two side up, underwear, untied bikini, untied panties, yellow eyes --n lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry --w 512 --h 768 --l 7 --s 28
|