SonicDiffusionV2 / args.json
Metal079's picture
Upload 33 files
1fdf4fe
raw
history blame
No virus
2.46 kB
{
"disable_cudnn_benchmark": true,
"use_text_files_as_captions": false,
"stop_text_encoder_training": 1000,
"use_bucketing": false,
"regenerate_latent_cache": false,
"save_latents_cache": true,
"sample_on_training_start": false,
"add_class_images_to_dataset": false,
"auto_balance_concept_datasets": false,
"sample_aspect_ratios": false,
"dataset_repeats": 1,
"save_every_n_epoch": 10,
"pretrained_model_name_or_path": "Linaqruf/anything-v3.0",
"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": 3,
"sample_height": 512,
"sample_width": 512,
"save_guidance_scale": 7.5,
"save_infer_steps": 30,
"with_prior_preservation": false,
"prior_loss_weight": 1.0,
"num_class_images": 200,
"output_dir": "C:/Users/metal/Documents/programming/StableTuner/models/A3B1_203",
"seed": 3434554,
"resolution": 512,
"center_crop": false,
"train_text_encoder": true,
"train_batch_size": 1,
"sample_batch_size": 4,
"num_train_epochs": 1000,
"max_train_steps": 196000,
"gradient_accumulation_steps": 1,
"gradient_checkpointing": true,
"learning_rate": 5e-07,
"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": 10000,
"mixed_precision": "fp16",
"not_cache_latents": false,
"local_rank": -1,
"concepts_list": [
{
"instance_prompt": "",
"class_prompt": "",
"instance_data_dir": "C:/Users/metal/Downloads/sonic_training/redketchup",
"class_data_dir": "",
"do_not_balance": 1
}
],
"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": [
"mobian school girl,",
"mobian mage",
"mobian studying",
"mobian drinking coffee at a cafe",
"mobians at a birthday party",
"mobian in swimsuit at the beach, portrait"
],
"use_image_names_as_captions": true
}