Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "base_model": "novelai",
- "img_folder": "lora-training/input",
- "output_folder": "lora-training/output",
- "save_json_folder": "lora-training/config",
- "load_json_path": null,
- "multi_run_folder": null,
- "reg_img_folder": null,
- "change_output_name": "loraname",
- "json_load_skip_list": null,
- "training_comment": null,
- "save_json_only": false,
- "tag_occurrence_txt_file": true,
- "sort_tag_occurrence_alphabetically": false,
- "optimizer_type": "Lion",
- "optimizer_args": {
- "weight_decay": "0.1",
- "betas": "0.9,0.99"
- },
- "scheduler": "cosine_with_restarts",
- "cosine_restarts": 3,
- "scheduler_power": 1,
- "learning_rate": 0.0001,
- "unet_lr": 0.0001,
- "text_encoder_lr": 5e-05,
- "warmup_lr_ratio": 0.0,
- "unet_only": false,
- "net_dim": 32,
- "alpha": 16,
- "train_resolution": 768,
- "batch_size": 2,
- "clip_skip": 2,
- "test_seed": 23,
- "mixed_precision": "bf16",
- "save_precision": "fp16",
- "num_epochs": 6,
- "save_every_n_epochs": 1,
- "save_n_epoch_ratio": null,
- "save_last_n_epochs": null,
- "max_steps": null,
- "buckets": true,
- "min_bucket_resolution": 320,
- "max_bucket_resolution": 960,
- "bucket_reso_steps": null,
- "bucket_no_upscale": true,
- "shuffle_captions": true,
- "keep_tokens": null,
- "xformers": true,
- "cache_latents": true,
- "flip_aug": true,
- "v2": false,
- "v_parameterization": false,
- "gradient_checkpointing": false,
- "gradient_acc_steps": null,
- "noise_offset": null,
- "mem_eff_attn": false,
- "lora_model_for_resume": null,
- "save_state": false,
- "resume": null,
- "text_only": false,
- "vae": null,
- "log_dir": null,
- "log_prefix": null,
- "lowram": false,
- "no_meta": false,
- "color_aug": false,
- "random_crop": false,
- "use_8bit_adam": false,
- "use_lion": true,
- "caption_dropout_rate": null,
- "caption_dropout_every_n_epochs": null,
- "caption_tag_dropout_rate": null,
- "prior_loss_weight": 1,
- "max_grad_norm": 1,
- "save_as": "safetensors",
- "caption_extension": ".txt",
- "max_clip_token_length": 150,
- "save_last_n_epochs_state": null,
- "num_workers": 1,
- "persistent_workers": true,
- "face_crop_aug_range": null,
- "network_module": "sd_scripts.networks.lora",
- "list_of_json_to_run": null
- }
Advertisement
Add Comment
Please, Sign In to add comment