File size: 1,636 Bytes
dd01f0f |
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 |
{
"pretrained_model_name_or_path": "CompVis/stable-diffusion-v1-4",
"pretrained_vae_name_or_path": null,
"revision": null,
"tokenizer_name": null,
"instance_data_dir": "custom/subject_instance_images",
"class_data_dir": "custom/subject_class_images",
"instance_prompt": "raja_ravi_verma",
"class_prompt": "painting",
"save_sample_prompt": null,
"save_sample_negative_prompt": null,
"n_save_sample": 4,
"save_guidance_scale": 7.5,
"save_infer_steps": 50,
"pad_tokens": false,
"with_prior_preservation": true,
"prior_loss_weight": 1.0,
"num_class_images": 90,
"output_dir": "new_model_checkpoint",
"seed": null,
"resolution": 256,
"center_crop": false,
"train_text_encoder": false,
"train_batch_size": 1,
"sample_batch_size": 1,
"num_train_epochs": 9,
"max_train_steps": 800,
"gradient_accumulation_steps": 1,
"gradient_checkpointing": true,
"learning_rate": 5e-06,
"scale_lr": false,
"lr_scheduler": "constant",
"lr_warmup_steps": 0,
"use_8bit_adam": false,
"adam_beta1": 0.9,
"adam_beta2": 0.999,
"adam_weight_decay": 0.01,
"adam_epsilon": 1e-08,
"max_grad_norm": 1.0,
"push_to_hub": false,
"hub_token": null,
"hub_model_id": null,
"logging_dir": "logs",
"log_interval": 10,
"save_interval": 10000,
"save_min_steps": 0,
"mixed_precision": "no",
"not_cache_latents": false,
"hflip": false,
"local_rank": -1,
"concepts_list": [
{
"instance_prompt": "raja_ravi_verma",
"class_prompt": "painting",
"instance_data_dir": "custom/subject_instance_images",
"class_data_dir": "custom/subject_class_images"
}
]
} |