jmilldotdev
commited on
Add training_args.json
Browse files- training_args.json +48 -0
training_args.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "claremont56",
|
3 |
+
"concept_mode": "style",
|
4 |
+
"input_images": "https://edenartlab-stage-data.s3.us-east-1.amazonaws.com/ca1fed3e191efd5f5638db91354a76403b85d1c14d51b5cd8a92b2bf9b218aef.jpg|https://edenartlab-stage-data.s3.us-east-1.amazonaws.com/378a0fe43b6591de7f5a42c7069e858780ae7fa994eaba3bc1b0bfb48419c1dc.jpg|https://edenartlab-stage-data.s3.us-east-1.amazonaws.com/8218e3c6c13108a1e4d2dfe6185b6dcdf49a8a4450586cb0fc42bb0e4120226b.jpg|https://edenartlab-stage-data.s3.us-east-1.amazonaws.com/2b62cadbc8e389e25c3c822488e549b8b8d3318f64d63d5f2923d059d69974e2.jpg",
|
5 |
+
"num_training_images": 4,
|
6 |
+
"num_augmented_images": 16,
|
7 |
+
"seed": 33302265,
|
8 |
+
"resolution": 1024,
|
9 |
+
"train_batch_size": 2,
|
10 |
+
"num_train_epochs": 10000,
|
11 |
+
"max_train_steps": 1200,
|
12 |
+
"is_lora": true,
|
13 |
+
"prodigy_d_coef": 0.5,
|
14 |
+
"ti_lr": 0.002,
|
15 |
+
"ti_weight_decay": 0.0001,
|
16 |
+
"lora_weight_decay": 0.002,
|
17 |
+
"lora_rank": 6,
|
18 |
+
"token_string": "TOK",
|
19 |
+
"trigger_text": ", in the style of TOK",
|
20 |
+
"segmentation_prompt": "",
|
21 |
+
"crop_based_on_salience": true,
|
22 |
+
"use_face_detection_instead": false,
|
23 |
+
"clipseg_temperature": 0.75,
|
24 |
+
"left_right_flip_augmentation": true,
|
25 |
+
"augment_imgs_up_to_n": 15,
|
26 |
+
"checkpointing_steps": 10000,
|
27 |
+
"run_name": "1700753049",
|
28 |
+
"hard_pivot": false,
|
29 |
+
"off_ratio_power": 0.1,
|
30 |
+
"trainig_captions": [
|
31 |
+
"In the style of TOK, a tranquil scene set beneath a starry sky.",
|
32 |
+
"In the style of TOK, a depiction of a deer and bird in a dense forest.",
|
33 |
+
"In the style of TOK, a vibrant multi-colored mountain landscape adorned with trees and flowers.",
|
34 |
+
"In the style of TOK, a digital portrayal of mountains, a reflective lake, and balloons adrift.",
|
35 |
+
"In the style of TOK, a forest scene with rich foliage and a luminous full moon.",
|
36 |
+
"In the style of TOK, a surreal representation of a deer and a doe amidst the forest.",
|
37 |
+
"In the style of TOK, a vibrant display of trees and a ground blanketed with colorful flowers.",
|
38 |
+
"In the style of TOK, an illustration featuring a waterway flanked by trees and balloons soaring above.",
|
39 |
+
"In the style of TOK, a tranquil scene set beneath a starry sky.",
|
40 |
+
"In the style of TOK, a depiction of a deer and bird in a dense forest.",
|
41 |
+
"In the style of TOK, a vibrant multi-colored mountain landscape adorned with trees and flowers.",
|
42 |
+
"In the style of TOK, a digital portrayal of mountains, a reflective lake, and balloons adrift.",
|
43 |
+
"In the style of TOK, a forest scene with rich foliage and a luminous full moon.",
|
44 |
+
"In the style of TOK, a surreal representation of a deer and a doe amidst the forest.",
|
45 |
+
"In the style of TOK, a vibrant display of trees and a ground blanketed with colorful flowers.",
|
46 |
+
"In the style of TOK, an illustration featuring a waterway flanked by trees and balloons soaring above."
|
47 |
+
]
|
48 |
+
}
|