Create config.json
Browse files- config.json +56 -29
config.json
CHANGED
|
@@ -1,31 +1,58 @@
|
|
| 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 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model": "Yntec/epiCPhotoGasm",
|
| 3 |
+
"vae_model": null,
|
| 4 |
+
"revision": null,
|
| 5 |
+
"tokenizer": null,
|
| 6 |
+
"image_path": "autotrain-f2fb4-jnonq/autotrain-data",
|
| 7 |
+
"class_image_path": null,
|
| 8 |
+
"prompt": "mabama",
|
| 9 |
+
"class_prompt": null,
|
| 10 |
+
"num_class_images": 100,
|
| 11 |
+
"class_labels_conditioning": null,
|
| 12 |
+
"prior_preservation": false,
|
| 13 |
+
"prior_loss_weight": 1.0,
|
| 14 |
+
"project_name": "epicpohogasm",
|
| 15 |
+
"seed": 42,
|
| 16 |
+
"resolution": 512,
|
| 17 |
+
"center_crop": false,
|
| 18 |
+
"train_text_encoder": false,
|
| 19 |
+
"batch_size": 1,
|
| 20 |
+
"sample_batch_size": 4,
|
| 21 |
+
"epochs": 1,
|
| 22 |
+
"num_steps": 500,
|
| 23 |
+
"checkpointing_steps": 500,
|
| 24 |
+
"resume_from_checkpoint": null,
|
| 25 |
+
"gradient_accumulation": 3,
|
| 26 |
+
"disable_gradient_checkpointing": false,
|
| 27 |
+
"lr": 0.0001,
|
| 28 |
+
"scale_lr": false,
|
| 29 |
+
"scheduler": "constant",
|
| 30 |
+
"warmup_steps": 0,
|
| 31 |
+
"num_cycles": 1,
|
| 32 |
+
"lr_power": 1.0,
|
| 33 |
+
"dataloader_num_workers": 0,
|
| 34 |
+
"use_8bit_adam": false,
|
| 35 |
+
"adam_beta1": 0.9,
|
| 36 |
+
"adam_beta2": 0.999,
|
| 37 |
+
"adam_weight_decay": 0.01,
|
| 38 |
+
"adam_epsilon": 1e-08,
|
| 39 |
+
"max_grad_norm": 1.0,
|
| 40 |
+
"allow_tf32": false,
|
| 41 |
+
"prior_generation_precision": null,
|
| 42 |
+
"local_rank": -1,
|
| 43 |
+
"xformers": false,
|
| 44 |
+
"pre_compute_text_embeddings": false,
|
| 45 |
+
"tokenizer_max_length": null,
|
| 46 |
+
"text_encoder_use_attention_mask": false,
|
| 47 |
+
"rank": 4,
|
| 48 |
+
"xl": false,
|
| 49 |
+
"mixed_precision": null,
|
| 50 |
+
"push_to_hub": true,
|
| 51 |
+
"username": "ovieyra21",
|
| 52 |
+
"validation_prompt": null,
|
| 53 |
+
"num_validation_images": 4,
|
| 54 |
+
"validation_epochs": 50,
|
| 55 |
+
"checkpoints_total_limit": null,
|
| 56 |
+
"validation_images": null,
|
| 57 |
+
"logging": false
|
| 58 |
}
|