Awaaaaa commited on
Commit
1d89521
·
verified ·
1 Parent(s): 95dc9f1

Upload 1756539281012.toml

Browse files
Files changed (1) hide show
  1. 1756539281012.toml +71 -0
1756539281012.toml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model_train_type = "sdxl-lora"
2
+ pretrained_model_name_or_path = "sd-models/il.safetensors"
3
+ resume = ""
4
+ train_data_dir = "F:/下载/新建文件夹/pixiv-data/downloads/GSUS"
5
+ prior_loss_weight = 1
6
+ resolution = "1024,1024"
7
+ enable_bucket = true
8
+ min_bucket_reso = 256
9
+ max_bucket_reso = 2560
10
+ bucket_reso_steps = 64
11
+ bucket_no_upscale = true
12
+ output_name = "GSUS-ha-il-LoHA"
13
+ output_dir = "./output/GSUS-ha-LoHA"
14
+ save_model_as = "safetensors"
15
+ save_precision = "fp16"
16
+ save_every_n_epochs = 2
17
+ save_state = false
18
+ max_train_epochs = 4
19
+ train_batch_size = 9
20
+ gradient_checkpointing = true
21
+ gradient_accumulation_steps = 2
22
+ network_train_unet_only = true
23
+ network_train_text_encoder_only = false
24
+ learning_rate = 1
25
+ unet_lr = 1
26
+ text_encoder_lr = 1
27
+ lr_scheduler = "constant"
28
+ lr_warmup_steps = 0
29
+ optimizer_type = "Prodigy"
30
+ network_module = "lycoris.kohya"
31
+ network_weights = "E:/lora/output/GSUS-ha-LoHA/GSUS-ha-il-LoHA.safetensors"
32
+ network_dim = 8
33
+ network_alpha = 4
34
+ randomly_choice_prompt = false
35
+ prompt_file = ""
36
+ positive_prompts = "1girl, breasts, underwear, panty pull, panties, pantyhose, solo, sitting, nipples, school uniform, long hair, hairband, sweat, blush, pantyhose pull, black pantyhose, clothes pull, medium breasts, pussy peek, pink panties, shirt lift, sailor collar, clothes lift, pussy, couch, closed mouth, knees up, feet"
37
+ negative_prompts = "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"
38
+ sample_width = 832
39
+ sample_height = 1216
40
+ sample_cfg = 5
41
+ sample_seed = 2333
42
+ sample_steps = 40
43
+ sample_sampler = "euler_a"
44
+ sample_every_n_epochs = 2
45
+ log_with = "tensorboard"
46
+ logging_dir = "./logs"
47
+ caption_extension = ".txt"
48
+ shuffle_caption = false
49
+ keep_tokens = 0
50
+ max_token_length = 255
51
+ multires_noise_iterations = 8
52
+ multires_noise_discount = 0.4
53
+ flip_aug = false
54
+ seed = 1338
55
+ mixed_precision = "bf16"
56
+ full_bf16 = true
57
+ xformers = true
58
+ sdpa = false
59
+ lowram = false
60
+ cache_latents = true
61
+ cache_latents_to_disk = true
62
+ persistent_data_loader_workers = true
63
+ ddp_gradient_as_bucket_view = false
64
+ save_last_n_epochs_state = 20
65
+ network_args = [ "conv_dim=32", "conv_alpha=9", "dropout=0", "algo=loha" ]
66
+ optimizer_args = [
67
+ "decouple=True",
68
+ "weight_decay=0.01",
69
+ "use_bias_correction=True",
70
+ "d_coef=2.0"
71
+ ]