Wawaworker commited on
Commit
a9771f4
1 Parent(s): 486e564

Create multidatabackend

Browse files
Files changed (1) hide show
  1. multidatabackend +29 -0
multidatabackend ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "hvvshim",
4
+ "type": "local",
5
+ "crop": true,
6
+ "crop_style": "center",
7
+ "crop_aspect": "square",
8
+ "resolution": 1.0,
9
+ "resolution_type": "area",
10
+ "minimum_image_size": 0.25,
11
+ "target_downsample_size": 1.0,
12
+ "instance_prompt": "hvvshim",
13
+ "caption_strategy": "textfile",
14
+ "repeats": 30,
15
+ "cache_dir_vae": "/cache/vae/hvvshim-1024",
16
+ "instance_data_dir": "dataset/hvvshim-1024",
17
+ "skip_file_discovery": "",
18
+ "metadata_backend": "json"
19
+ },
20
+ {
21
+ "id": "text-embeds.",
22
+ "dataset_type": "text_embeds",
23
+ "default": true,
24
+ "type": "local",
25
+ "cache_dir": "/cache/text/flux/hvvshim-1024",
26
+ "disabled": false,
27
+ "write_batch_size":128
28
+ }
29
+ ]