File size: 1,288 Bytes
5c1c4d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "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
}