breaking-bad-flux / bb-multidatabackend.json
markury's picture
Update bb-multidatabackend.json
4501b00 verified
[
{
"id": "jesse",
"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/jesse",
"instance_data_dir": "datasets/breaking-bad/jesse",
"instance_prompt": "Jesse Pinkman",
"disabled": false,
"skip_file_discovery": "",
"caption_strategy": "instanceprompt",
"metadata_backend": "json",
"repeats": 0
},
{
"id": "walter",
"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/walter",
"instance_data_dir": "datasets/breaking-bad/walter",
"instance_prompt": "Walter White",
"disabled": false,
"skip_file_discovery": "",
"caption_strategy": "instanceprompt",
"metadata_backend": "json",
"repeats": 1
},
{
"id": "both",
"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/both",
"instance_data_dir": "datasets/breaking-bad/both",
"instance_prompt": "Jesse Pinkman and Walter White",
"disabled": false,
"skip_file_discovery": "",
"caption_strategy": "instanceprompt",
"metadata_backend": "json",
"repeats": 2
},
{
"id": "text-embeds",
"type": "local",
"dataset_type": "text_embeds",
"default": true,
"cache_dir": "cache/text/flux/breaking-bad",
"disabled": false,
"write_batch_size": 128
}
]