feat: upload BabylLttleLo-SDXL lora model
Browse files
BabylLttleLo-SDXL_config/config_file.toml
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[sdxl_arguments]
|
2 |
+
cache_text_encoder_outputs = true
|
3 |
+
no_half_vae = true
|
4 |
+
min_timestep = 0
|
5 |
+
max_timestep = 1000
|
6 |
+
shuffle_caption = false
|
7 |
+
|
8 |
+
[model_arguments]
|
9 |
+
pretrained_model_name_or_path = "/content/pretrained_model/sd_xl_base_1.0.safetensors"
|
10 |
+
vae = "/content/vae/sdxl_vae.safetensors"
|
11 |
+
|
12 |
+
[dataset_arguments]
|
13 |
+
debug_dataset = false
|
14 |
+
in_json = "/content/LoRA/meta_lat.json"
|
15 |
+
train_data_dir = "/content/LoRA/train_data"
|
16 |
+
dataset_repeats = 2
|
17 |
+
keep_tokens = 0
|
18 |
+
resolution = "1024,1024"
|
19 |
+
color_aug = false
|
20 |
+
token_warmup_min = 1
|
21 |
+
token_warmup_step = 0
|
22 |
+
|
23 |
+
[training_arguments]
|
24 |
+
output_dir = "/content/LoRA/output"
|
25 |
+
output_name = "BabylLttleLo-SDXL"
|
26 |
+
save_precision = "fp16"
|
27 |
+
save_every_n_epochs = 1
|
28 |
+
train_batch_size = 10
|
29 |
+
max_token_length = 225
|
30 |
+
mem_eff_attn = false
|
31 |
+
sdpa = false
|
32 |
+
xformers = true
|
33 |
+
max_train_epochs = 50
|
34 |
+
max_data_loader_n_workers = 8
|
35 |
+
persistent_data_loader_workers = true
|
36 |
+
seed = 32
|
37 |
+
gradient_checkpointing = true
|
38 |
+
gradient_accumulation_steps = 1
|
39 |
+
mixed_precision = "fp16"
|
40 |
+
|
41 |
+
[logging_arguments]
|
42 |
+
log_with = "tensorboard"
|
43 |
+
logging_dir = "/content/LoRA/logs"
|
44 |
+
log_prefix = "BabylLttleLo-SDXL"
|
45 |
+
|
46 |
+
[sample_prompt_arguments]
|
47 |
+
sample_every_n_epochs = 1
|
48 |
+
sample_sampler = "euler_a"
|
49 |
+
|
50 |
+
[saving_arguments]
|
51 |
+
save_model_as = "safetensors"
|
52 |
+
|
53 |
+
[optimizer_arguments]
|
54 |
+
optimizer_type = "AdaFactor"
|
55 |
+
learning_rate = 0.001
|
56 |
+
max_grad_norm = 0
|
57 |
+
optimizer_args = [ "scale_parameter=False", "relative_step=False", "warmup_init=False",]
|
58 |
+
lr_scheduler = "constant"
|
59 |
+
lr_warmup_steps = 0
|
60 |
+
|
61 |
+
[additional_network_arguments]
|
62 |
+
no_metadata = false
|
63 |
+
network_module = "networks.lora"
|
64 |
+
network_dim = 8
|
65 |
+
network_alpha = 8
|
66 |
+
network_args = [ "conv_dim=8", "conv_alpha=1",]
|
67 |
+
network_train_unet_only = true
|
68 |
+
|
69 |
+
[advanced_training_config]
|
70 |
+
multires_noise_iterations = 6
|
71 |
+
multires_noise_discount = 0.3
|
72 |
+
min_snr_gamma = 3
|
BabylLttleLo-SDXL_config/sample_prompt.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[prompt]
|
2 |
+
negative_prompt = "Nude, naked, nipples, signature, Watermark, text, logo, cowboy shot, full body, blurry, bad anatomy, wrinkled skin, floating objects, mouth, depth of field, sharp focus, lowres, bad anatomy, nail polish, floating objects, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry"
|
3 |
+
width = 832
|
4 |
+
height = 1216
|
5 |
+
scale = 7
|
6 |
+
sample_steps = 28
|
7 |
+
[[prompt.subset]]
|
8 |
+
prompt = "BabyLittleLo \\(Person\\), @bblittlelo, bblittlelo \\(Person\\), masterpiece, best quality, 1girl, waist up, green eyes, black | brown hair, closed mouth, looking at viewer, wearing a wife beater, wet skin, , background: rainy forest, tropical, "
|
9 |
+
|