KamCastle commited on
Commit
3b887ec
1 Parent(s): cbef4cf

Upload tier1_15.4GB_fast.json

Browse files
Files changed (1) hide show
  1. tier1_15.4GB_fast.json +284 -0
tier1_15.4GB_fast.json ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version": 2,
3
+ "training_method": "FINE_TUNE",
4
+ "model_type": "STABLE_DIFFUSION_XL_10_BASE",
5
+ "debug_mode": false,
6
+ "debug_dir": "debug",
7
+ "workspace_dir": "F:/onetrainer_workspace",
8
+ "cache_dir": "F:/onetrainer_workspace/cache",
9
+ "tensorboard": false,
10
+ "tensorboard_expose": false,
11
+ "continue_last_backup": false,
12
+ "include_train_config": "NONE",
13
+ "base_model_name": "stabilityai/stable-diffusion-xl-base-1.0",
14
+ "weight_dtype": "BFLOAT_16",
15
+ "output_dtype": "BFLOAT_16",
16
+ "output_model_format": "SAFETENSORS",
17
+ "output_model_destination": "F:/onetrainer_workspace/tier1_fast.safetensors",
18
+ "gradient_checkpointing": true,
19
+ "concept_file_name": "training_concepts/concepts.json",
20
+ "concepts": null,
21
+ "circular_mask_generation": false,
22
+ "random_rotate_and_crop": false,
23
+ "aspect_ratio_bucketing": false,
24
+ "latent_caching": true,
25
+ "clear_cache_before_training": false,
26
+ "learning_rate_scheduler": "CONSTANT",
27
+ "learning_rate": 1e-05,
28
+ "learning_rate_warmup_steps": 200,
29
+ "learning_rate_cycles": 1,
30
+ "epochs": 200,
31
+ "batch_size": 1,
32
+ "gradient_accumulation_steps": 1,
33
+ "ema": "OFF",
34
+ "ema_decay": 0.999,
35
+ "ema_update_step_interval": 1,
36
+ "train_device": "cuda",
37
+ "temp_device": "cpu",
38
+ "train_dtype": "BFLOAT_16",
39
+ "fallback_train_dtype": "FLOAT_32",
40
+ "enable_autocast_cache": true,
41
+ "only_cache": false,
42
+ "resolution": "1024",
43
+ "attention_mechanism": "DEFAULT",
44
+ "align_prop": false,
45
+ "align_prop_probability": 0.1,
46
+ "align_prop_loss": "AESTHETIC",
47
+ "align_prop_weight": 0.01,
48
+ "align_prop_steps": 20,
49
+ "align_prop_truncate_steps": 0.5,
50
+ "align_prop_cfg_scale": 7.0,
51
+ "mse_strength": 1.0,
52
+ "mae_strength": 0.0,
53
+ "vb_loss_strength": 1.0,
54
+ "min_snr_gamma": 0.0,
55
+ "dropout_probability": 0.0,
56
+ "loss_scaler": "NONE",
57
+ "learning_rate_scaler": "NONE",
58
+ "offset_noise_weight": 0.0,
59
+ "perturbation_noise_weight": 0.0,
60
+ "rescale_noise_scheduler_to_zero_terminal_snr": false,
61
+ "force_v_prediction": false,
62
+ "force_epsilon_prediction": false,
63
+ "min_noising_strength": 0.0,
64
+ "max_noising_strength": 1.0,
65
+ "noising_weight": 0.0,
66
+ "noising_bias": 0.5,
67
+ "unet": {
68
+ "__version": 0,
69
+ "model_name": "",
70
+ "train": true,
71
+ "stop_training_after": 10000,
72
+ "stop_training_after_unit": "EPOCH",
73
+ "learning_rate": 1e-05,
74
+ "weight_dtype": "BFLOAT_16"
75
+ },
76
+ "prior": {
77
+ "__version": 0,
78
+ "model_name": "",
79
+ "train": true,
80
+ "stop_training_after": 10000,
81
+ "stop_training_after_unit": "EPOCH",
82
+ "learning_rate": null,
83
+ "weight_dtype": "NONE"
84
+ },
85
+ "text_encoder": {
86
+ "__version": 0,
87
+ "model_name": "",
88
+ "train": true,
89
+ "stop_training_after": 200,
90
+ "stop_training_after_unit": "EPOCH",
91
+ "learning_rate": 3e-06,
92
+ "weight_dtype": "BFLOAT_16"
93
+ },
94
+ "text_encoder_layer_skip": 0,
95
+ "text_encoder_2": {
96
+ "__version": 0,
97
+ "model_name": "",
98
+ "train": false,
99
+ "stop_training_after": 30,
100
+ "stop_training_after_unit": "EPOCH",
101
+ "learning_rate": null,
102
+ "weight_dtype": "BFLOAT_16"
103
+ },
104
+ "text_encoder_2_layer_skip": 0,
105
+ "vae": {
106
+ "__version": 0,
107
+ "model_name": "stabilityai/sdxl-vae",
108
+ "train": true,
109
+ "stop_training_after": null,
110
+ "stop_training_after_unit": "NEVER",
111
+ "learning_rate": null,
112
+ "weight_dtype": "FLOAT_32"
113
+ },
114
+ "effnet_encoder": {
115
+ "__version": 0,
116
+ "model_name": "",
117
+ "train": true,
118
+ "stop_training_after": null,
119
+ "stop_training_after_unit": "NEVER",
120
+ "learning_rate": null,
121
+ "weight_dtype": "NONE"
122
+ },
123
+ "decoder": {
124
+ "__version": 0,
125
+ "model_name": "",
126
+ "train": true,
127
+ "stop_training_after": null,
128
+ "stop_training_after_unit": "NEVER",
129
+ "learning_rate": null,
130
+ "weight_dtype": "NONE"
131
+ },
132
+ "decoder_text_encoder": {
133
+ "__version": 0,
134
+ "model_name": "",
135
+ "train": true,
136
+ "stop_training_after": null,
137
+ "stop_training_after_unit": "NEVER",
138
+ "learning_rate": null,
139
+ "weight_dtype": "NONE"
140
+ },
141
+ "decoder_vqgan": {
142
+ "__version": 0,
143
+ "model_name": "",
144
+ "train": true,
145
+ "stop_training_after": null,
146
+ "stop_training_after_unit": "NEVER",
147
+ "learning_rate": null,
148
+ "weight_dtype": "NONE"
149
+ },
150
+ "masked_training": false,
151
+ "unmasked_probability": 0.1,
152
+ "unmasked_weight": 0.1,
153
+ "normalize_masked_area_loss": false,
154
+ "embeddings": [
155
+ {
156
+ "__version": 0,
157
+ "model_name": "",
158
+ "train": true,
159
+ "stop_training_after": null,
160
+ "stop_training_after_unit": "NEVER",
161
+ "token_count": 1,
162
+ "initial_embedding_text": "*",
163
+ "weight_dtype": "FLOAT_32"
164
+ }
165
+ ],
166
+ "embedding_weight_dtype": "FLOAT_32",
167
+ "lora_model_name": "",
168
+ "lora_rank": 16,
169
+ "lora_alpha": 1.0,
170
+ "lora_weight_dtype": "FLOAT_32",
171
+ "optimizer": {
172
+ "__version": 0,
173
+ "optimizer": "ADAFACTOR",
174
+ "adam_w_mode": false,
175
+ "alpha": null,
176
+ "amsgrad": false,
177
+ "beta1": null,
178
+ "beta2": null,
179
+ "beta3": null,
180
+ "bias_correction": false,
181
+ "block_wise": false,
182
+ "capturable": false,
183
+ "centered": false,
184
+ "clip_threshold": 1.0,
185
+ "d0": null,
186
+ "d_coef": null,
187
+ "dampening": null,
188
+ "decay_rate": -0.8,
189
+ "decouple": false,
190
+ "differentiable": false,
191
+ "eps": 1e-30,
192
+ "eps2": 0.001,
193
+ "foreach": false,
194
+ "fsdp_in_use": false,
195
+ "fused": false,
196
+ "fused_back_pass": false,
197
+ "growth_rate": null,
198
+ "initial_accumulator_value": null,
199
+ "is_paged": false,
200
+ "log_every": null,
201
+ "lr_decay": null,
202
+ "max_unorm": null,
203
+ "maximize": false,
204
+ "min_8bit_size": null,
205
+ "momentum": null,
206
+ "nesterov": false,
207
+ "no_prox": false,
208
+ "optim_bits": null,
209
+ "percentile_clipping": null,
210
+ "relative_step": false,
211
+ "safeguard_warmup": false,
212
+ "scale_parameter": false,
213
+ "stochastic_rounding": false,
214
+ "use_bias_correction": false,
215
+ "use_triton": false,
216
+ "warmup_init": false,
217
+ "weight_decay": 0.01
218
+ },
219
+ "optimizer_defaults": {
220
+ "ADAFACTOR": {
221
+ "__version": 0,
222
+ "optimizer": "ADAFACTOR",
223
+ "adam_w_mode": false,
224
+ "alpha": null,
225
+ "amsgrad": false,
226
+ "beta1": null,
227
+ "beta2": null,
228
+ "beta3": null,
229
+ "bias_correction": false,
230
+ "block_wise": false,
231
+ "capturable": false,
232
+ "centered": false,
233
+ "clip_threshold": 1.0,
234
+ "d0": null,
235
+ "d_coef": null,
236
+ "dampening": null,
237
+ "decay_rate": -0.8,
238
+ "decouple": false,
239
+ "differentiable": false,
240
+ "eps": 1e-30,
241
+ "eps2": 0.001,
242
+ "foreach": false,
243
+ "fsdp_in_use": false,
244
+ "fused": false,
245
+ "fused_back_pass": false,
246
+ "growth_rate": null,
247
+ "initial_accumulator_value": null,
248
+ "is_paged": false,
249
+ "log_every": null,
250
+ "lr_decay": null,
251
+ "max_unorm": null,
252
+ "maximize": false,
253
+ "min_8bit_size": null,
254
+ "momentum": null,
255
+ "nesterov": false,
256
+ "no_prox": false,
257
+ "optim_bits": null,
258
+ "percentile_clipping": null,
259
+ "relative_step": false,
260
+ "safeguard_warmup": false,
261
+ "scale_parameter": false,
262
+ "stochastic_rounding": false,
263
+ "use_bias_correction": false,
264
+ "use_triton": false,
265
+ "warmup_init": false,
266
+ "weight_decay": 0.01
267
+ }
268
+ },
269
+ "sample_definition_file_name": "training_samples/samples.json",
270
+ "samples": null,
271
+ "sample_after": 10,
272
+ "sample_after_unit": "MINUTE",
273
+ "sample_image_format": "JPG",
274
+ "samples_to_tensorboard": false,
275
+ "non_ema_sampling": false,
276
+ "backup_after": 30,
277
+ "backup_after_unit": "NEVER",
278
+ "rolling_backup": false,
279
+ "rolling_backup_count": 3,
280
+ "backup_before_save": false,
281
+ "save_after": 25,
282
+ "save_after_unit": "EPOCH",
283
+ "save_filename_prefix": "tier1_fast"
284
+ }