Guest User

Untitled

a guest
Oct 8th, 2023
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.40 KB | None | 0 0
  1. {
  2.     "base_model": "novelai",
  3.     "img_folder": "lora-training/input",
  4.     "output_folder": "lora-training/output",
  5.     "save_json_folder": "lora-training/config",
  6.     "load_json_path": null,
  7.     "multi_run_folder": null,
  8.     "reg_img_folder": null,
  9.     "change_output_name": "loraname",
  10.     "json_load_skip_list": null,
  11.     "training_comment": null,
  12.     "save_json_only": false,
  13.     "tag_occurrence_txt_file": true,
  14.     "sort_tag_occurrence_alphabetically": false,
  15.     "optimizer_type": "Lion",
  16.     "optimizer_args": {
  17.         "weight_decay": "0.1",
  18.         "betas": "0.9,0.99"
  19.     },
  20.     "scheduler": "cosine_with_restarts",
  21.     "cosine_restarts": 3,
  22.     "scheduler_power": 1,
  23.     "learning_rate": 0.0001,
  24.     "unet_lr": 0.0001,
  25.     "text_encoder_lr": 5e-05,
  26.     "warmup_lr_ratio": 0.0,
  27.     "unet_only": false,
  28.     "net_dim": 32,
  29.     "alpha": 16,
  30.     "train_resolution": 768,
  31.     "batch_size": 2,
  32.     "clip_skip": 2,
  33.     "test_seed": 23,
  34.     "mixed_precision": "bf16",
  35.     "save_precision": "fp16",
  36.     "num_epochs": 6,
  37.     "save_every_n_epochs": 1,
  38.     "save_n_epoch_ratio": null,
  39.     "save_last_n_epochs": null,
  40.     "max_steps": null,
  41.     "buckets": true,
  42.     "min_bucket_resolution": 320,
  43.     "max_bucket_resolution": 960,
  44.     "bucket_reso_steps": null,
  45.     "bucket_no_upscale": true,
  46.     "shuffle_captions": true,
  47.     "keep_tokens": null,
  48.     "xformers": true,
  49.     "cache_latents": true,
  50.     "flip_aug": true,
  51.     "v2": false,
  52.     "v_parameterization": false,
  53.     "gradient_checkpointing": false,
  54.     "gradient_acc_steps": null,
  55.     "noise_offset": null,
  56.     "mem_eff_attn": false,
  57.     "lora_model_for_resume": null,
  58.     "save_state": false,
  59.     "resume": null,
  60.     "text_only": false,
  61.     "vae": null,
  62.     "log_dir": null,
  63.     "log_prefix": null,
  64.     "lowram": false,
  65.     "no_meta": false,
  66.     "color_aug": false,
  67.     "random_crop": false,
  68.     "use_8bit_adam": false,
  69.     "use_lion": true,
  70.     "caption_dropout_rate": null,
  71.     "caption_dropout_every_n_epochs": null,
  72.     "caption_tag_dropout_rate": null,
  73.     "prior_loss_weight": 1,
  74.     "max_grad_norm": 1,
  75.     "save_as": "safetensors",
  76.     "caption_extension": ".txt",
  77.     "max_clip_token_length": 150,
  78.     "save_last_n_epochs_state": null,
  79.     "num_workers": 1,
  80.     "persistent_workers": true,
  81.     "face_crop_aug_range": null,
  82.     "network_module": "sd_scripts.networks.lora",
  83.     "list_of_json_to_run": null
  84. }
Advertisement
Add Comment
Please, Sign In to add comment