mirror of https://github.com/bmaltais/kohya_ss
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"v2": false,
|
|
"v_parameterization": false,
|
|
"max_resolution": "576,576",
|
|
"learning_rate": "1.0",
|
|
"lr_scheduler": "constant",
|
|
"lr_warmup": "0",
|
|
"save_every_n_epochs": 1,
|
|
"seed": "31337",
|
|
"cache_latents": true,
|
|
"gradient_checkpointing": true,
|
|
"no_token_padding": false,
|
|
"save_model_as": "safetensors",
|
|
"shuffle_caption": true,
|
|
"text_encoder_lr": "1.0",
|
|
"unet_lr": "1.0",
|
|
"network_dim": 8,
|
|
"color_aug": false,
|
|
"flip_aug": false,
|
|
"gradient_accumulation_steps": 1.0,
|
|
"model_list": "custom",
|
|
"max_token_length": "150",
|
|
"max_data_loader_n_workers": "1",
|
|
"network_alpha": 8,
|
|
"persistent_data_loader_workers": true,
|
|
"random_crop": false,
|
|
"optimizer": "DAdaptation",
|
|
"optimizer_args": "\"decouple=True\" \"weight_decay=0.01\" \"betas=0.9,0.99\"",
|
|
"noise_offset": "0",
|
|
"LoRA_type": "LyCORIS/LoHa",
|
|
"conv_dim": 8,
|
|
"conv_alpha": 8,
|
|
"sample_every_n_epochs": 1,
|
|
"sample_sampler": "euler_a",
|
|
"sample_prompts": "masterpiece, best quality, TRIGGERWORD, looking at viewer, simple background --n worst low quality --w 512 --h 712 --d 1 --l 7.5 --s 28",
|
|
"min_snr_gamma": 3
|
|
} |