Upload 20241024-061101.toml
Browse files- 20241024-061101.toml +52 -0
20241024-061101.toml
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pretrained_model_name_or_path = "D:/stablediffusion/lora-scripts/sd-models/noobaiXLNAIXL_epsilonPred05Version.safetensors"
|
2 |
+
vae = "D:/stablediffusion/lora-scripts/VAE/sdxl-vae-fp16-fix.safetensors"
|
3 |
+
train_data_dir = "D:/stablediffusion/lora-scripts/train/train/列克星敦/未剪裁/7群星盛宴Lexington (CV-2) (All Stars Feast) (Warship Girls R)"
|
4 |
+
reg_data_dir = "D:/stablediffusion/lora-scripts/train/train/列克星敦/未剪裁/新建文件夹"
|
5 |
+
prior_loss_weight = 1
|
6 |
+
resolution = "1024,1024"
|
7 |
+
enable_bucket = true
|
8 |
+
min_bucket_reso = 256
|
9 |
+
max_bucket_reso = 4096
|
10 |
+
bucket_reso_steps = 32
|
11 |
+
output_name = "Lexington (CV-2) (All Stars Feast) (Warship Girls R)v1.1"
|
12 |
+
output_dir = "./output"
|
13 |
+
save_model_as = "safetensors"
|
14 |
+
save_precision = "bf16"
|
15 |
+
save_every_n_epochs = 1
|
16 |
+
save_state = true
|
17 |
+
max_train_epochs = 12
|
18 |
+
train_batch_size = 4
|
19 |
+
gradient_checkpointing = true
|
20 |
+
gradient_accumulation_steps = 16
|
21 |
+
network_train_unet_only = false
|
22 |
+
network_train_text_encoder_only = false
|
23 |
+
learning_rate = 6e-5
|
24 |
+
unet_lr = 6e-5
|
25 |
+
text_encoder_lr = 2e-6
|
26 |
+
lr_scheduler = "cosine_with_restarts"
|
27 |
+
lr_warmup_steps = 0
|
28 |
+
lr_scheduler_num_cycles = 3
|
29 |
+
optimizer_type = "Lion8bit"
|
30 |
+
min_snr_gamma = 5
|
31 |
+
network_module = "lycoris.kohya"
|
32 |
+
network_dim = 100000
|
33 |
+
network_alpha = 1
|
34 |
+
scale_weight_norms = 1
|
35 |
+
log_with = "tensorboard"
|
36 |
+
logging_dir = "./logs"
|
37 |
+
caption_extension = ".txt"
|
38 |
+
shuffle_caption = true
|
39 |
+
keep_tokens = 1
|
40 |
+
max_token_length = 255
|
41 |
+
multires_noise_iterations = 6
|
42 |
+
multires_noise_discount = 0.3
|
43 |
+
seed = 1337
|
44 |
+
mixed_precision = "bf16"
|
45 |
+
full_bf16 = true
|
46 |
+
xformers = true
|
47 |
+
lowram = false
|
48 |
+
cache_latents = true
|
49 |
+
cache_latents_to_disk = true
|
50 |
+
persistent_data_loader_workers = true
|
51 |
+
network_args = [ "conv_dim=8", "conv_alpha=1", "dropout=0", "algo=lokr", "factor=10", "train_norm=True", "preset=attn-mlp",]
|
52 |
+
optimizer_args = [ "weight_decay=0.1", "betas=0.9,0.99",]
|