brandon-rowland-flux / br-multidatabackend.json
markury's picture
upload config
a3586db verified
raw
history blame contribute delete
No virus
711 Bytes
[
{
"id": "Brandon",
"type": "local",
"crop": false,
"crop_aspect": "square",
"crop_style": "center",
"resolution": 512,
"minimum_image_size": 512,
"maximum_image_size": 768,
"target_downsample_size": 512,
"resolution_type": "pixel",
"cache_dir_vae": "cache/vae/br",
"instance_data_dir": "datasets/brandon-rowland",
"disabled": false,
"skip_file_discovery": "",
"caption_strategy": "textfile",
"metadata_backend": "json",
"repeats": 0
},
{
"id": "text-embeds",
"type": "local",
"dataset_type": "text_embeds",
"default": true,
"cache_dir": "cache/text/flux/br",
"disabled": false,
"write_batch_size": 128
}
]