File size: 2,023 Bytes
4f7820f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
    "base_model": "nai.ckpt",
    "change_output_name": "Concept_disgust",
    "save_json_folder": null,
    "load_json_path": null,
    "json_load_skip_list": [
        "save_json_folder",
        "reg_img_folder",
        "lora_model_for_resume",
        "change_output_name",
        "training_comment",
        "json_load_skip_list"
    ],
    "caption_dropout_rate": null,
    "caption_dropout_every_n_epochs": null,
    "caption_tag_dropout_rate": null,
    "noise_offset": null,
    "net_dim": 8,
    "alpha": 1.0,
    "scheduler": "cosine_with_restarts",
    "cosine_restarts": 1,
    "scheduler_power": 1,
    "warmup_lr_ratio": null,
    "learning_rate": 0.0002,
    "text_encoder_lr": 7e-05,
    "unet_lr": 0.0005,
    "num_workers": 1,
    "persistent_workers": true,
    "batch_size": 4,
    "num_epochs": 8,
    "save_every_n_epochs": null,
    "shuffle_captions": false,
    "keep_tokens": 1,
    "max_steps": null,
    "tag_occurrence_txt_file": false,
    "sort_tag_occurrence_alphabetically": false,
    "train_resolution": 512,
    "min_bucket_resolution": 320,
    "max_bucket_resolution": 960,
    "lora_model_for_resume": null,
    "save_state": false,
    "load_previous_save_state": null,
    "unet_only": false,
    "text_only": false,
    "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_lion": true,
    "use_8bit_adam": false,
    "cache_latents": true,
    "color_aug": false,
    "flip_aug": false,
    "vae": null,
    "no_meta": false,
    "log_dir": null,
    "bucket_reso_steps": null,
    "bucket_no_upscale": false,
    "v2": false,
    "v_parameterization": false,
    "random_crop": false,
    "lowram": false,
    "training_comment": "activate with disgust"
}