File size: 1,903 Bytes
5d796d1
 
 
 
 
 
 
 
 
 
 
 
 
 
90f772c
5d796d1
 
 
 
4501b00
5d796d1
 
 
 
 
 
 
 
 
 
 
 
 
 
90f772c
5d796d1
 
 
2e38a4a
4501b00
5d796d1
 
 
 
 
 
 
 
 
 
 
 
 
 
90f772c
5d796d1
 
 
2e38a4a
 
5d796d1
 
 
 
 
 
 
 
 
90f772c
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
  {
    "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
  }
]