anonderpling
commited on
Commit
•
4f7820f
1
Parent(s):
932aee2
Upload /models/Lora/concept-disgust-parameters.json with huggingface_hub
Browse files
models/Lora/concept-disgust-parameters.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model": "nai.ckpt",
|
3 |
+
"change_output_name": "Concept_disgust",
|
4 |
+
"save_json_folder": null,
|
5 |
+
"load_json_path": null,
|
6 |
+
"json_load_skip_list": [
|
7 |
+
"save_json_folder",
|
8 |
+
"reg_img_folder",
|
9 |
+
"lora_model_for_resume",
|
10 |
+
"change_output_name",
|
11 |
+
"training_comment",
|
12 |
+
"json_load_skip_list"
|
13 |
+
],
|
14 |
+
"caption_dropout_rate": null,
|
15 |
+
"caption_dropout_every_n_epochs": null,
|
16 |
+
"caption_tag_dropout_rate": null,
|
17 |
+
"noise_offset": null,
|
18 |
+
"net_dim": 8,
|
19 |
+
"alpha": 1.0,
|
20 |
+
"scheduler": "cosine_with_restarts",
|
21 |
+
"cosine_restarts": 1,
|
22 |
+
"scheduler_power": 1,
|
23 |
+
"warmup_lr_ratio": null,
|
24 |
+
"learning_rate": 0.0002,
|
25 |
+
"text_encoder_lr": 7e-05,
|
26 |
+
"unet_lr": 0.0005,
|
27 |
+
"num_workers": 1,
|
28 |
+
"persistent_workers": true,
|
29 |
+
"batch_size": 4,
|
30 |
+
"num_epochs": 8,
|
31 |
+
"save_every_n_epochs": null,
|
32 |
+
"shuffle_captions": false,
|
33 |
+
"keep_tokens": 1,
|
34 |
+
"max_steps": null,
|
35 |
+
"tag_occurrence_txt_file": false,
|
36 |
+
"sort_tag_occurrence_alphabetically": false,
|
37 |
+
"train_resolution": 512,
|
38 |
+
"min_bucket_resolution": 320,
|
39 |
+
"max_bucket_resolution": 960,
|
40 |
+
"lora_model_for_resume": null,
|
41 |
+
"save_state": false,
|
42 |
+
"load_previous_save_state": null,
|
43 |
+
"unet_only": false,
|
44 |
+
"text_only": false,
|
45 |
+
"reg_img_folder": null,
|
46 |
+
"clip_skip": 2,
|
47 |
+
"test_seed": 23,
|
48 |
+
"prior_loss_weight": 1,
|
49 |
+
"gradient_checkpointing": false,
|
50 |
+
"gradient_acc_steps": null,
|
51 |
+
"mixed_precision": "fp16",
|
52 |
+
"save_precision": "fp16",
|
53 |
+
"save_as": "safetensors",
|
54 |
+
"caption_extension": ".txt",
|
55 |
+
"max_clip_token_length": 150,
|
56 |
+
"buckets": true,
|
57 |
+
"xformers": true,
|
58 |
+
"use_lion": true,
|
59 |
+
"use_8bit_adam": false,
|
60 |
+
"cache_latents": true,
|
61 |
+
"color_aug": false,
|
62 |
+
"flip_aug": false,
|
63 |
+
"vae": null,
|
64 |
+
"no_meta": false,
|
65 |
+
"log_dir": null,
|
66 |
+
"bucket_reso_steps": null,
|
67 |
+
"bucket_no_upscale": false,
|
68 |
+
"v2": false,
|
69 |
+
"v_parameterization": false,
|
70 |
+
"random_crop": false,
|
71 |
+
"lowram": false,
|
72 |
+
"training_comment": "activate with disgust"
|
73 |
+
}
|