MosaicArt / args.json
Guizmus's picture
Delete feature_extractor (#3)
88520b9
raw
history blame
No virus
2.34 kB
{
"disable_cudnn_benchmark": true,
"use_text_files_as_captions": false,
"stop_text_encoder_training": 999999999999999,
"use_bucketing": true,
"regenerate_latent_cache": false,
"save_latents_cache": false,
"sample_on_training_start": true,
"add_class_images_to_dataset": false,
"auto_balance_concept_datasets": false,
"sample_aspect_ratios": false,
"dataset_repeats": 40,
"save_every_n_epoch": 1,
"pretrained_model_name_or_path": "F:\\AI\\Software\\DreamboothSimpleUI TESTS\\data\\diffusers\\SD-2.1",
"pretrained_vae_name_or_path": "",
"tokenizer_name": null,
"instance_data_dir": null,
"class_data_dir": null,
"instance_prompt": null,
"class_prompt": null,
"save_sample_prompt": null,
"n_save_sample": 4,
"sample_height": 768,
"sample_width": 768,
"save_guidance_scale": 7.5,
"save_infer_steps": 30,
"with_prior_preservation": false,
"prior_loss_weight": 1.0,
"num_class_images": 1000,
"output_dir": "models/mosaic",
"seed": 3434554,
"resolution": 768,
"center_crop": false,
"train_text_encoder": true,
"train_batch_size": 4,
"sample_batch_size": 4,
"num_train_epochs": 6,
"max_train_steps": 1680,
"gradient_accumulation_steps": 1,
"gradient_checkpointing": true,
"learning_rate": 1e-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,
"sample_step_interval": 500,
"mixed_precision": "fp16",
"not_cache_latents": false,
"local_rank": -1,
"concepts_list": [
{
"instance_prompt": "Mosaic Art",
"class_prompt": "Artstyle",
"instance_data_dir": "F:/AI/Data/Datasets/Captionned/good caption/Mosaic",
"class_data_dir": "F:/AI/Data/Datasets/Regularisation/Artstyle",
"do_not_balance": 0
}
],
"save_sample_controlled_seed": null,
"delete_checkpoints_when_full_drive": false,
"send_telegram_updates": false,
"telegram_chat_id": "0",
"telegram_token": "0",
"use_deepspeed_adam": false,
"append_sample_controlled_seed_action": null,
"add_sample_prompt": [
"Mosaic art"
],
"use_image_names_as_captions": true
}