-
Notifications
You must be signed in to change notification settings - Fork 24
/
built-in-presets.json
126 lines (126 loc) · 4.21 KB
/
built-in-presets.json
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"train_network": {
"lora-x512": {
"v2": null,
"v_parameterization": null,
"pretrained_model_name_or_path": null,
"train_data_dir": null,
"shuffle_caption": true,
"caption_extension": ".caption",
"caption_extention": null,
"keep_tokens": null,
"color_aug": null,
"flip_aug": true,
"face_crop_aug_range": null,
"random_crop": null,
"debug_dataset": null,
"resolution": "512",
"cache_latents": null,
"enable_bucket": true,
"min_bucket_reso": 256,
"max_bucket_reso": 1024,
"reg_data_dir": null,
"in_json": null,
"dataset_repeats": 1,
"output_dir": null,
"output_name": null,
"save_precision": null,
"save_every_n_epochs": 5,
"save_n_epoch_ratio": null,
"save_last_n_epochs": null,
"save_last_n_epochs_state": null,
"save_state": null,
"resume": null,
"train_batch_size": 1,
"max_token_length": null,
"use_8bit_adam": true,
"mem_eff_attn": null,
"xformers": true,
"vae": null,
"learning_rate": 0.0001,
"max_train_steps": 1600,
"max_train_epochs": null,
"max_data_loader_n_workers": 8,
"seed": null,
"gradient_checkpointing": true,
"gradient_accumulation_steps": 1,
"mixed_precision": "no",
"full_fp16": null,
"clip_skip": 2,
"logging_dir": null,
"log_prefix": null,
"lr_scheduler": "constant",
"lr_warmup_steps": 0,
"prior_loss_weight": 1.0,
"no_metadata": null,
"save_model_as": "safetensors",
"unet_lr": null,
"text_encoder_lr": null,
"network_weights": null,
"network_module": "networks.lora",
"network_dim": 16,
"network_alpha": 1.0,
"network_args": null,
"network_train_unet_only": null,
"network_train_text_encoder_only": null,
"training_comment": null
}
},
"train_db": {
"db-x512": {
"v2": null,
"v_parameterization": null,
"pretrained_model_name_or_path": null,
"train_data_dir": null,
"shuffle_caption": true,
"caption_extension": ".caption",
"caption_extention": null,
"keep_tokens": null,
"color_aug": null,
"flip_aug": true,
"face_crop_aug_range": null,
"random_crop": null,
"debug_dataset": null,
"resolution": null,
"cache_latents": null,
"enable_bucket": true,
"min_bucket_reso": 256,
"max_bucket_reso": 1024,
"reg_data_dir": null,
"output_dir": null,
"output_name": null,
"save_precision": null,
"save_every_n_epochs": 5,
"save_n_epoch_ratio": null,
"save_last_n_epochs": null,
"save_last_n_epochs_state": null,
"save_state": null,
"resume": null,
"train_batch_size": 1,
"max_token_length": null,
"use_8bit_adam": true,
"mem_eff_attn": null,
"xformers": true,
"vae": null,
"learning_rate": 1e-06,
"max_train_steps": 1600,
"max_train_epochs": null,
"max_data_loader_n_workers": 8,
"seed": null,
"gradient_checkpointing": null,
"gradient_accumulation_steps": 1,
"mixed_precision": "no",
"full_fp16": null,
"clip_skip": 2,
"logging_dir": null,
"log_prefix": null,
"lr_scheduler": "constant",
"lr_warmup_steps": 0,
"prior_loss_weight": 1.0,
"save_model_as": "safetensors",
"use_safetensors": null,
"no_token_padding": null,
"stop_text_encoder_training": null
}
}
}