markury commited on
Commit
90f772c
1 Parent(s): 2e38a4a

Update bb-multidatabackend.json

Browse files
Files changed (1) hide show
  1. bb-multidatabackend.json +7 -7
bb-multidatabackend.json CHANGED
@@ -12,12 +12,12 @@
12
  "resolution_type": "pixel",
13
  "cache_dir_vae": "cache/vae/jesse",
14
  "instance_data_dir": "datasets/breaking-bad/jesse",
15
- "instance_prompt": "Jesse Pinkman",
16
  "disabled": false,
17
  "skip_file_discovery": "",
18
  "caption_strategy": "instanceprompt",
19
  "metadata_backend": "json",
20
- "repeats": 1
21
  },
22
  {
23
  "id": "walter",
@@ -32,12 +32,12 @@
32
  "resolution_type": "pixel",
33
  "cache_dir_vae": "cache/vae/walter",
34
  "instance_data_dir": "datasets/breaking-bad/walter",
35
- "instance_prompt": "Walter White",
36
  "disabled": false,
37
  "skip_file_discovery": "",
38
  "caption_strategy": "instanceprompt",
39
  "metadata_backend": "json",
40
- "repeats": 2
41
  },
42
  {
43
  "id": "both",
@@ -52,7 +52,7 @@
52
  "resolution_type": "pixel",
53
  "cache_dir_vae": "cache/vae/both",
54
  "instance_data_dir": "datasets/breaking-bad/both",
55
- "instance_prompt": "Jesse Pinkman and Walter White",
56
  "disabled": false,
57
  "skip_file_discovery": "",
58
  "caption_strategy": "instanceprompt",
@@ -67,5 +67,5 @@
67
  "cache_dir": "cache/text/flux/breaking-bad",
68
  "disabled": false,
69
  "write_batch_size": 128
70
- },
71
- ]
 
12
  "resolution_type": "pixel",
13
  "cache_dir_vae": "cache/vae/jesse",
14
  "instance_data_dir": "datasets/breaking-bad/jesse",
15
+ "instance_prompt": "Jesse Pinkman",
16
  "disabled": false,
17
  "skip_file_discovery": "",
18
  "caption_strategy": "instanceprompt",
19
  "metadata_backend": "json",
20
+ "repeats": 1
21
  },
22
  {
23
  "id": "walter",
 
32
  "resolution_type": "pixel",
33
  "cache_dir_vae": "cache/vae/walter",
34
  "instance_data_dir": "datasets/breaking-bad/walter",
35
+ "instance_prompt": "Walter White",
36
  "disabled": false,
37
  "skip_file_discovery": "",
38
  "caption_strategy": "instanceprompt",
39
  "metadata_backend": "json",
40
+ "repeats": 2
41
  },
42
  {
43
  "id": "both",
 
52
  "resolution_type": "pixel",
53
  "cache_dir_vae": "cache/vae/both",
54
  "instance_data_dir": "datasets/breaking-bad/both",
55
+ "instance_prompt": "Jesse Pinkman and Walter White",
56
  "disabled": false,
57
  "skip_file_discovery": "",
58
  "caption_strategy": "instanceprompt",
 
67
  "cache_dir": "cache/text/flux/breaking-bad",
68
  "disabled": false,
69
  "write_batch_size": 128
70
+ }
71
+ ]