|
{ |
|
"base_model": "G:/AI/stable-diffusion-webui/models/Stable-diffusion/animefull-final-pruned.ckpt", |
|
"img_folder": "G:/AI/Train/Dragon", |
|
"output_folder": "G:/AI/Train/OUT", |
|
"change_output_name": "Dragon", |
|
"save_json_folder": "G:/AI/Train/Dragon", |
|
"load_json_path": null, |
|
"net_dim": 64, |
|
"scheduler": "cosine_with_restarts", |
|
"warmup_lr_ratio": null, |
|
"learning_rate": 1e-05, |
|
"text_encoder_lr": null, |
|
"unet_lr": null, |
|
"batch_size": 3, |
|
"num_epochs": 5, |
|
"save_at_n_epochs": 1, |
|
"shuffle_captions": false, |
|
"keep_tokens": null, |
|
"train_resolution": 512, |
|
"min_bucket_resolution": 320, |
|
"max_bucket_resolution": 960, |
|
"lora_model_for_resume": null, |
|
"save_state": false, |
|
"load_previous_save_state": null, |
|
"reg_img_folder": null, |
|
"clip_skip": 2, |
|
"test_seed": 23, |
|
"prior_loss_weight": 1, |
|
"gradient_checkpointing": false, |
|
"gradient_acc_steps": null, |
|
"mixed_precision": "fp16", |
|
"save_precision": "fp16", |
|
"save_as": "safetensors", |
|
"caption_extension": ".txt", |
|
"max_clip_token_length": 150, |
|
"buckets": true, |
|
"xformers": true, |
|
"use_8bit_adam": true, |
|
"cache_latents": true, |
|
"color_aug": false, |
|
"flip_aug": false, |
|
"vae": null, |
|
"no_meta": false |
|
} |