style_modelku-illustrious 316 dataset x5 x6 :6
Browse files
style_modelku-illustrious_config/config_file.toml
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[sdxl_arguments]
|
| 2 |
+
cache_text_encoder_outputs = false
|
| 3 |
+
no_half_vae = true
|
| 4 |
+
min_timestep = 0
|
| 5 |
+
max_timestep = 1000
|
| 6 |
+
shuffle_caption = true
|
| 7 |
+
lowram = true
|
| 8 |
+
|
| 9 |
+
[model_arguments]
|
| 10 |
+
pretrained_model_name_or_path = "OnomaAIResearch/Illustrious-xl-early-release-v0"
|
| 11 |
+
vae = "/content/vae/sdxl_vae.safetensors"
|
| 12 |
+
|
| 13 |
+
[dataset_arguments]
|
| 14 |
+
debug_dataset = false
|
| 15 |
+
in_json = "/content/LoRA/meta_lat.json"
|
| 16 |
+
train_data_dir = "/content/LoRA/train_data"
|
| 17 |
+
dataset_repeats = 5
|
| 18 |
+
keep_tokens = 0
|
| 19 |
+
resolution = "1024,1024"
|
| 20 |
+
color_aug = false
|
| 21 |
+
token_warmup_min = 1
|
| 22 |
+
token_warmup_step = 0
|
| 23 |
+
|
| 24 |
+
[training_arguments]
|
| 25 |
+
output_dir = "/content/drive/MyDrive/kohya-trainer/output/style_modelku-illustrious"
|
| 26 |
+
output_name = "style_modelku-illustrious"
|
| 27 |
+
save_precision = "fp16"
|
| 28 |
+
save_every_n_epochs = 1
|
| 29 |
+
train_batch_size = 6
|
| 30 |
+
max_token_length = 225
|
| 31 |
+
mem_eff_attn = false
|
| 32 |
+
sdpa = true
|
| 33 |
+
xformers = false
|
| 34 |
+
max_train_epochs = 6
|
| 35 |
+
max_data_loader_n_workers = 8
|
| 36 |
+
persistent_data_loader_workers = true
|
| 37 |
+
gradient_checkpointing = true
|
| 38 |
+
gradient_accumulation_steps = 1
|
| 39 |
+
mixed_precision = "fp16"
|
| 40 |
+
cache_latents = true
|
| 41 |
+
cache_latents_to_disk = true
|
| 42 |
+
|
| 43 |
+
[logging_arguments]
|
| 44 |
+
log_with = "tensorboard"
|
| 45 |
+
logging_dir = "/content/LoRA/logs"
|
| 46 |
+
log_prefix = "style_modelku-illustrious"
|
| 47 |
+
|
| 48 |
+
[sample_prompt_arguments]
|
| 49 |
+
sample_every_n_epochs = 1
|
| 50 |
+
sample_sampler = "euler_a"
|
| 51 |
+
|
| 52 |
+
[saving_arguments]
|
| 53 |
+
save_model_as = "safetensors"
|
| 54 |
+
|
| 55 |
+
[optimizer_arguments]
|
| 56 |
+
optimizer_type = "AdaFactor"
|
| 57 |
+
learning_rate = 0.0005
|
| 58 |
+
network_train_unet_only = true
|
| 59 |
+
max_grad_norm = 0
|
| 60 |
+
optimizer_args = [ "scale_parameter=False", "relative_step=False", "warmup_init=False",]
|
| 61 |
+
lr_scheduler = "cosine"
|
| 62 |
+
lr_warmup_steps = 1000
|
| 63 |
+
|
| 64 |
+
[additional_network_arguments]
|
| 65 |
+
no_metadata = false
|
| 66 |
+
network_module = "networks.lora"
|
| 67 |
+
network_dim = 32
|
| 68 |
+
network_alpha = 16
|
| 69 |
+
network_args = []
|
style_modelku-illustrious_config/sample_prompt.toml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[prompt]
|
| 2 |
+
negative_prompt = "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, "
|
| 3 |
+
width = 1024
|
| 4 |
+
height = 1024
|
| 5 |
+
scale = 12
|
| 6 |
+
sample_steps = 28
|
| 7 |
+
[[prompt.subset]]
|
| 8 |
+
prompt = "masterpiece, best quality, zerobeastskaiai, linaqruf, 1girl, breasts, underwear, santa hat, solo, christmas tree, bra, hat, red hair, braid, panties, christmas, navel, black bra, braided ponytail, large breasts, thighs, black panties, looking at viewer, red eyes, indoors, off shoulder, hand on own chest, gift, ringed eyes, stomach, highleg, open clothes, parted lips, red headwear, highleg panties, christmas ornaments, cleavage, thick thighs, long hair, lingerie, sidelocks, red jacket, on one knee, bare shoulders, jacket, box, lace-trimmed bra, christmas present, wide hips, candle, long sleeves, blush, gift box, kneeling, lace trim, full body, open jacket, string panties, window, fur trim, curvy, thong, santa costume, smile, red shirt, bow, shirt, single braid, red bow, alternate costume, patreon username, christmas lights, fur-trimmed headwear, arm support, squatting, curtains, open shirt, lace-trimmed panties, hand up, skindentation, collarbone, jacket partially removed, closed mouth, legs, food, underwear only, white footwear, bare legs, lace, makima \\(chainsaw man\\)"
|
| 9 |
+
|