Upload v7/multidatabackend.json with huggingface_hub
Browse files- v7/multidatabackend.json +27 -0
v7/multidatabackend.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"id": "rita-512",
|
4 |
+
"type": "local",
|
5 |
+
"crop": false,
|
6 |
+
"resolution": 512,
|
7 |
+
"minimum_image_size": 512,
|
8 |
+
"maximum_image_size": 512,
|
9 |
+
"target_downsample_size": 512,
|
10 |
+
"resolution_type": "pixel_area",
|
11 |
+
"cache_dir_vae": "/home/ubuntu/sv-training/cache/vae/flux/rita-512",
|
12 |
+
"instance_data_dir": "/home/ubuntu/sv-training/datasets/rita",
|
13 |
+
"caption_strategy": "instanceprompt",
|
14 |
+
"instance_prompt": "TOK woman",
|
15 |
+
"metadata_backend": "discovery",
|
16 |
+
"repeats": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"id": "text-embeds",
|
20 |
+
"type": "local",
|
21 |
+
"dataset_type": "text_embeds",
|
22 |
+
"default": true,
|
23 |
+
"cache_dir": "/home/ubuntu/sv-training/cache/text/flux",
|
24 |
+
"disabled": false,
|
25 |
+
"write_batch_size": 128
|
26 |
+
}
|
27 |
+
]
|