wheelinghubcap
commited on
Commit
·
ca532fd
1
Parent(s):
e6c1f48
Upload AnneConfig.json
Browse filesLoRA training config file for Anne LoRA
- AnneConfig.json +96 -0
AnneConfig.json
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model": "C:/Users/YOU/Desktop/AIDiffusion/stable-diffusion-webui/models/Stable-diffusion/model.ckpt",
|
3 |
+
"img_folder": "C:/Users/YOU/Desktop/AnneLoraIn",
|
4 |
+
"output_folder": "C:/Users/YOU/Desktop/AnneLoraOut",
|
5 |
+
"save_json_folder": "C:/Users/YOU/Desktop/AnneLoraOut",
|
6 |
+
"save_json_name": null,
|
7 |
+
"load_json_path": null,
|
8 |
+
"multi_run_folder": null,
|
9 |
+
"reg_img_folder": null,
|
10 |
+
"sample_prompts": null,
|
11 |
+
"change_output_name": null,
|
12 |
+
"json_load_skip_list": null,
|
13 |
+
"training_comment": null,
|
14 |
+
"save_json_only": false,
|
15 |
+
"tag_occurrence_txt_file": true,
|
16 |
+
"sort_tag_occurrence_alphabetically": false,
|
17 |
+
"optimizer_type": "AdamW8bit",
|
18 |
+
"optimizer_args": {
|
19 |
+
"weight_decay": "0.1",
|
20 |
+
"betas": "0.9,0.99"
|
21 |
+
},
|
22 |
+
"scheduler": "cosine_with_restarts",
|
23 |
+
"cosine_restarts": 1,
|
24 |
+
"scheduler_power": 1,
|
25 |
+
"learning_rate": 1e-04,
|
26 |
+
"unet_lr": 1e-04,
|
27 |
+
"text_encoder_lr": 5e-05,
|
28 |
+
"warmup_lr_ratio": 0.1,
|
29 |
+
"unet_only": false,
|
30 |
+
"net_dim": 64,
|
31 |
+
"alpha": 64.0,
|
32 |
+
"train_resolution": 768,
|
33 |
+
"batch_size": 3,
|
34 |
+
"clip_skip": 2,
|
35 |
+
"test_seed": 23,
|
36 |
+
"mixed_precision": "fp16",
|
37 |
+
"save_precision": "fp16",
|
38 |
+
"lyco": false,
|
39 |
+
"network_args": null,
|
40 |
+
"num_epochs": 21,
|
41 |
+
"save_every_n_epochs": null,
|
42 |
+
"save_n_epoch_ratio": null,
|
43 |
+
"save_last_n_epochs": null,
|
44 |
+
"max_steps": null,
|
45 |
+
"sample_sampler": null,
|
46 |
+
"sample_every_n_steps": null,
|
47 |
+
"sample_every_n_epochs": null,
|
48 |
+
"buckets": true,
|
49 |
+
"min_bucket_resolution": 320,
|
50 |
+
"max_bucket_resolution": 1400,
|
51 |
+
"bucket_reso_steps": null,
|
52 |
+
"bucket_no_upscale": false,
|
53 |
+
"shuffle_captions": true,
|
54 |
+
"keep_tokens": null,
|
55 |
+
"xformers": true,
|
56 |
+
"cache_latents": false,
|
57 |
+
"flip_aug": true,
|
58 |
+
"v2": false,
|
59 |
+
"v_parameterization": false,
|
60 |
+
"gradient_checkpointing": false,
|
61 |
+
"gradient_acc_steps": null,
|
62 |
+
"noise_offset": null,
|
63 |
+
"mem_eff_attn": false,
|
64 |
+
"lora_model_for_resume": null,
|
65 |
+
"save_state": false,
|
66 |
+
"resume": null,
|
67 |
+
"text_only": false,
|
68 |
+
"vae": null,
|
69 |
+
"log_dir": null,
|
70 |
+
"log_prefix": null,
|
71 |
+
"tokenizer_cache_dir": null,
|
72 |
+
"dataset_config": null,
|
73 |
+
"lowram": false,
|
74 |
+
"no_meta": false,
|
75 |
+
"color_aug": false,
|
76 |
+
"random_crop": true,
|
77 |
+
"use_8bit_adam": false,
|
78 |
+
"use_lion": false,
|
79 |
+
"caption_dropout_rate": null,
|
80 |
+
"caption_dropout_every_n_epochs": null,
|
81 |
+
"caption_tag_dropout_rate": null,
|
82 |
+
"prior_loss_weight": 1,
|
83 |
+
"max_grad_norm": 1,
|
84 |
+
"save_as": "safetensors",
|
85 |
+
"caption_extension": ".txt",
|
86 |
+
"max_clip_token_length": 225,
|
87 |
+
"save_last_n_epochs_state": null,
|
88 |
+
"num_workers": 8,
|
89 |
+
"persistent_workers": true,
|
90 |
+
"face_crop_aug_range": null,
|
91 |
+
"network_module": "sd_scripts.networks.lora",
|
92 |
+
"locon_dim": null,
|
93 |
+
"locon_alpha": null,
|
94 |
+
"locon": false,
|
95 |
+
"list_of_json_to_run": null
|
96 |
+
}
|