ppbrown commited on
Commit
9f3e946
1 Parent(s): 44b8360

Upload 2 files

Browse files
Files changed (2) hide show
  1. onegirl-200.zip +3 -0
  2. sdxl-adamw-bf16.json +243 -0
onegirl-200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5982b9a2ad6868182e1520c458116b26874b2ae79970cfbba7a7e50f0b19aec9
3
+ size 49656723
sdxl-adamw-bf16.json ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version": 3,
3
+ "training_method": "FINE_TUNE",
4
+ "model_type": "STABLE_DIFFUSION_XL_10_BASE",
5
+ "debug_mode": false,
6
+ "debug_dir": "debug",
7
+ "workspace_dir": "workspace/run",
8
+ "cache_dir": "workspace-cache/run",
9
+ "tensorboard": true,
10
+ "tensorboard_expose": true,
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": "models/sdxl-adamw-onegirl200-e100-bf16.safetensors",
18
+ "gradient_checkpointing": true,
19
+ "force_circular_padding": false,
20
+ "concept_file_name": "training_concepts/lion.json",
21
+ "concepts": null,
22
+ "aspect_ratio_bucketing": true,
23
+ "latent_caching": true,
24
+ "clear_cache_before_training": true,
25
+ "learning_rate_scheduler": "CONSTANT",
26
+ "custom_learning_rate_scheduler": null,
27
+ "scheduler_params": [],
28
+ "learning_rate": 3e-05,
29
+ "learning_rate_warmup_steps": 200,
30
+ "learning_rate_cycles": 1,
31
+ "epochs": 100,
32
+ "batch_size": 1,
33
+ "gradient_accumulation_steps": 1,
34
+ "ema": "CPU",
35
+ "ema_decay": 0.98,
36
+ "ema_update_step_interval": 5,
37
+ "dataloader_threads": 2,
38
+ "train_device": "cuda",
39
+ "temp_device": "cpu",
40
+ "train_dtype": "BFLOAT_16",
41
+ "fallback_train_dtype": "BFLOAT_16",
42
+ "enable_autocast_cache": true,
43
+ "only_cache": false,
44
+ "resolution": "1024",
45
+ "attention_mechanism": "XFORMERS",
46
+ "align_prop": false,
47
+ "align_prop_probability": 0.1,
48
+ "align_prop_loss": "AESTHETIC",
49
+ "align_prop_weight": 0.01,
50
+ "align_prop_steps": 20,
51
+ "align_prop_truncate_steps": 0.5,
52
+ "align_prop_cfg_scale": 7.0,
53
+ "mse_strength": 1.0,
54
+ "mae_strength": 0.0,
55
+ "vb_loss_strength": 1.0,
56
+ "loss_weight_fn": "CONSTANT",
57
+ "loss_weight_strength": 5.0,
58
+ "dropout_probability": 0.0,
59
+ "loss_scaler": "NONE",
60
+ "learning_rate_scaler": "NONE",
61
+ "offset_noise_weight": 0.0,
62
+ "perturbation_noise_weight": 0.0,
63
+ "rescale_noise_scheduler_to_zero_terminal_snr": false,
64
+ "force_v_prediction": false,
65
+ "force_epsilon_prediction": false,
66
+ "min_noising_strength": 0.0,
67
+ "max_noising_strength": 1.0,
68
+ "noising_weight": 0.0,
69
+ "noising_bias": 0.5,
70
+ "unet": {
71
+ "__version": 0,
72
+ "model_name": "",
73
+ "train": true,
74
+ "stop_training_after": 0,
75
+ "stop_training_after_unit": "NEVER",
76
+ "learning_rate": null,
77
+ "weight_dtype": "NONE"
78
+ },
79
+ "prior": {
80
+ "__version": 0,
81
+ "model_name": "",
82
+ "train": true,
83
+ "stop_training_after": 0,
84
+ "stop_training_after_unit": "NEVER",
85
+ "learning_rate": null,
86
+ "weight_dtype": "NONE"
87
+ },
88
+ "text_encoder": {
89
+ "__version": 0,
90
+ "model_name": "",
91
+ "train": false,
92
+ "stop_training_after": 30,
93
+ "stop_training_after_unit": "EPOCH",
94
+ "learning_rate": null,
95
+ "weight_dtype": "NONE"
96
+ },
97
+ "text_encoder_layer_skip": 0,
98
+ "text_encoder_2": {
99
+ "__version": 0,
100
+ "model_name": "",
101
+ "train": false,
102
+ "stop_training_after": 30,
103
+ "stop_training_after_unit": "EPOCH",
104
+ "learning_rate": null,
105
+ "weight_dtype": "NONE"
106
+ },
107
+ "text_encoder_2_layer_skip": 0,
108
+ "vae": {
109
+ "__version": 0,
110
+ "model_name": "",
111
+ "train": true,
112
+ "stop_training_after": null,
113
+ "stop_training_after_unit": "NEVER",
114
+ "learning_rate": null,
115
+ "weight_dtype": "BFLOAT_16"
116
+ },
117
+ "effnet_encoder": {
118
+ "__version": 0,
119
+ "model_name": "",
120
+ "train": true,
121
+ "stop_training_after": null,
122
+ "stop_training_after_unit": "NEVER",
123
+ "learning_rate": null,
124
+ "weight_dtype": "NONE"
125
+ },
126
+ "decoder": {
127
+ "__version": 0,
128
+ "model_name": "",
129
+ "train": true,
130
+ "stop_training_after": null,
131
+ "stop_training_after_unit": "NEVER",
132
+ "learning_rate": null,
133
+ "weight_dtype": "NONE"
134
+ },
135
+ "decoder_text_encoder": {
136
+ "__version": 0,
137
+ "model_name": "",
138
+ "train": true,
139
+ "stop_training_after": null,
140
+ "stop_training_after_unit": "NEVER",
141
+ "learning_rate": null,
142
+ "weight_dtype": "NONE"
143
+ },
144
+ "decoder_vqgan": {
145
+ "__version": 0,
146
+ "model_name": "",
147
+ "train": true,
148
+ "stop_training_after": null,
149
+ "stop_training_after_unit": "NEVER",
150
+ "learning_rate": null,
151
+ "weight_dtype": "NONE"
152
+ },
153
+ "masked_training": false,
154
+ "unmasked_probability": 0.1,
155
+ "unmasked_weight": 0.1,
156
+ "normalize_masked_area_loss": false,
157
+ "embedding_learning_rate": null,
158
+ "preserve_embedding_norm": false,
159
+ "embedding": {
160
+ "__version": 0,
161
+ "uuid": "056ea580-4b65-41e7-bb26-85e59e5a898c",
162
+ "model_name": "",
163
+ "placeholder": "<embedding>",
164
+ "train": true,
165
+ "stop_training_after": null,
166
+ "stop_training_after_unit": "NEVER",
167
+ "token_count": 1,
168
+ "initial_embedding_text": "*"
169
+ },
170
+ "additional_embeddings": [],
171
+ "embedding_weight_dtype": "FLOAT_32",
172
+ "lora_model_name": "",
173
+ "lora_rank": 16,
174
+ "lora_alpha": 1.0,
175
+ "lora_weight_dtype": "FLOAT_32",
176
+ "bundle_additional_embeddings": true,
177
+ "optimizer": {
178
+ "__version": 0,
179
+ "optimizer": "ADAMW",
180
+ "adam_w_mode": false,
181
+ "alpha": null,
182
+ "amsgrad": false,
183
+ "beta1": 0.9,
184
+ "beta2": 0.999,
185
+ "beta3": null,
186
+ "bias_correction": false,
187
+ "block_wise": false,
188
+ "capturable": false,
189
+ "centered": false,
190
+ "clip_threshold": null,
191
+ "d0": null,
192
+ "d_coef": null,
193
+ "dampening": null,
194
+ "decay_rate": null,
195
+ "decouple": false,
196
+ "differentiable": false,
197
+ "eps": 1e-08,
198
+ "eps2": null,
199
+ "foreach": false,
200
+ "fsdp_in_use": false,
201
+ "fused": true,
202
+ "fused_back_pass": false,
203
+ "growth_rate": null,
204
+ "initial_accumulator_value": null,
205
+ "is_paged": false,
206
+ "log_every": null,
207
+ "lr_decay": null,
208
+ "max_unorm": null,
209
+ "maximize": false,
210
+ "min_8bit_size": null,
211
+ "momentum": null,
212
+ "nesterov": false,
213
+ "no_prox": false,
214
+ "optim_bits": null,
215
+ "percentile_clipping": null,
216
+ "r": null,
217
+ "relative_step": false,
218
+ "safeguard_warmup": false,
219
+ "scale_parameter": false,
220
+ "stochastic_rounding": false,
221
+ "use_bias_correction": false,
222
+ "use_triton": false,
223
+ "warmup_init": false,
224
+ "weight_decay": 0.01,
225
+ "weight_lr_power": null
226
+ },
227
+ "optimizer_defaults": {},
228
+ "sample_definition_file_name": "training_samples/samples.json",
229
+ "samples": null,
230
+ "sample_after": 2,
231
+ "sample_after_unit": "EPOCH",
232
+ "sample_image_format": "PNG",
233
+ "samples_to_tensorboard": false,
234
+ "non_ema_sampling": false,
235
+ "backup_after": 30,
236
+ "backup_after_unit": "NEVER",
237
+ "rolling_backup": false,
238
+ "rolling_backup_count": 3,
239
+ "backup_before_save": false,
240
+ "save_after": 0,
241
+ "save_after_unit": "NEVER",
242
+ "save_filename_prefix": ""
243
+ }