feat: upload frederica lora model
Browse files
frederica_config/config_file.toml
CHANGED
@@ -7,10 +7,9 @@ pretrained_model_name_or_path = "/content/pretrained_model/Animefull-final-prune
|
|
7 |
no_metadata = false
|
8 |
unet_lr = 1.0
|
9 |
text_encoder_lr = 0.5
|
10 |
-
network_module = "
|
11 |
network_dim = 32
|
12 |
-
network_alpha =
|
13 |
-
network_args = [ "conv_dim=32", "conv_alpha=16", "algo=ia3",]
|
14 |
network_train_unet_only = false
|
15 |
network_train_text_encoder_only = false
|
16 |
|
|
|
7 |
no_metadata = false
|
8 |
unet_lr = 1.0
|
9 |
text_encoder_lr = 0.5
|
10 |
+
network_module = "networks.lora"
|
11 |
network_dim = 32
|
12 |
+
network_alpha = 32
|
|
|
13 |
network_train_unet_only = false
|
14 |
network_train_text_encoder_only = false
|
15 |
|
frederica_config/dataset_config.toml
CHANGED
@@ -9,7 +9,7 @@ flip_aug = false
|
|
9 |
color_aug = false
|
10 |
[[datasets.subsets]]
|
11 |
image_dir = "/content/LoRA/train_data"
|
12 |
-
class_tokens = "
|
13 |
num_repeats = 10
|
14 |
|
15 |
|
|
|
9 |
color_aug = false
|
10 |
[[datasets.subsets]]
|
11 |
image_dir = "/content/LoRA/train_data"
|
12 |
+
class_tokens = "mksks"
|
13 |
num_repeats = 10
|
14 |
|
15 |
|
frederica_config/sample_prompt.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
|
2 |
-
masterpiece, best quality,
|
|
|
1 |
|
2 |
+
masterpiece, best quality, 1girl, brown hair, hair between eyes, hair intakes, red eyes, uniform --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
|