-
Notifications
You must be signed in to change notification settings - Fork 6
/
multidatabackend_with_arb.json
49 lines (49 loc) · 1.39 KB
/
multidatabackend_with_arb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
{
"id": "default_dataset",
"type": "local",
"crop": true,
"crop_aspect": "square",
"crop_style": "center",
"resolution": 1024,
"minimum_image_size": 1024,
"maximum_image_size": 1024,
"target_downsample_size": 1024,
"resolution_type": "pixel_area",
"cache_dir_vae": "/root/SimpleTuner/cache/vae/flux/default_dataset",
"instance_data_dir": "/root/SimpleTuner/dataset",
"disabled": false,
"skip_file_discovery": "",
"caption_strategy": "textfile",
"metadata_backend": "json",
"cache_file_suffix": "square"
},
{
"id": "default_dataset_arb",
"type": "local",
"crop": false,
"crop_aspect": "random",
"crop_aspect_buckets": [0.33, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75],
"resolution": 1.0,
"minimum_image_size": 0.1,
"maximum_image_size": 1.0,
"target_downsample_size": 1.0,
"resolution_type": "area",
"cache_dir_vae": "/root/SimpleTuner/cache/vae/flux/default_dataset_arb",
"instance_data_dir": "/root/SimpleTuner/dataset",
"disabled": false,
"skip_file_discovery": "",
"caption_strategy": "textfile",
"metadata_backend": "json",
"cache_file_suffix": "arb"
},
{
"id": "text-embeds",
"type": "local",
"dataset_type": "text_embeds",
"default": true,
"cache_dir": "/root/SimpleTuner/cache/text/flux/default_dataset",
"disabled": false,
"write_batch_size": 128
}
]