From e50511a3f53c412a43b3b76c5164b7442022a12e Mon Sep 17 00:00:00 2001 From: abhishek thakur <1183441+abhishekkrthakur@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:23:00 +0200 Subject: [PATCH] Delete op-dreambooth-nn3/training_params.json (#600) --- op-dreambooth-nn3/training_params.json | 59 -------------------------- 1 file changed, 59 deletions(-) delete mode 100644 op-dreambooth-nn3/training_params.json diff --git a/op-dreambooth-nn3/training_params.json b/op-dreambooth-nn3/training_params.json deleted file mode 100644 index 14013b3062..0000000000 --- a/op-dreambooth-nn3/training_params.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "model": "runwayml/stable-diffusion-v1-5", - "vae_model": null, - "revision": null, - "tokenizer": null, - "image_path": "op-dreambooth-nn3/autotrain-data", - "class_image_path": null, - "prompt": "photo of sks person", - "class_prompt": null, - "num_class_images": 100, - "class_labels_conditioning": null, - "prior_preservation": false, - "prior_loss_weight": 1.0, - "project_name": "op-dreambooth-nn3", - "seed": 42, - "resolution": 512, - "center_crop": false, - "train_text_encoder": true, - "batch_size": 1, - "sample_batch_size": 4, - "epochs": 1, - "num_steps": 500, - "checkpointing_steps": 100000, - "resume_from_checkpoint": null, - "gradient_accumulation": 4, - "disable_gradient_checkpointing": false, - "lr": 0.0001, - "scale_lr": false, - "scheduler": "constant", - "warmup_steps": 0, - "num_cycles": 1, - "lr_power": 1.0, - "dataloader_num_workers": 0, - "use_8bit_adam": false, - "adam_beta1": 0.9, - "adam_beta2": 0.999, - "adam_weight_decay": 0.01, - "adam_epsilon": 1e-8, - "max_grad_norm": 1.0, - "allow_tf32": false, - "prior_generation_precision": null, - "local_rank": -1, - "xformers": false, - "pre_compute_text_embeddings": false, - "tokenizer_max_length": null, - "text_encoder_use_attention_mask": false, - "rank": 4, - "xl": false, - "mixed_precision": "fp16", - "token": null, - "push_to_hub": false, - "username": null, - "validation_prompt": null, - "num_validation_images": 4, - "validation_epochs": 50, - "checkpoints_total_limit": null, - "validation_images": null, - "logging": false -} \ No newline at end of file