File size: 2,091 Bytes
17c4270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "id": "cats-who-smoke-512",
        "type": "local",
        "instance_data_dir": "datasets/cats-who-smoke",
        "crop": false,
        "crop_style": "random",
        "minimum_image_size": 128,
        "resolution": 512,
        "resolution_type": "pixel_area",
        "repeats": 0,
        "metadata_backend": "json",
        "caption_strategy": "filename",
        "cache_dir_vae": "cache/cats-who-smoke/vae-512"
    },
    {
        "id": "cats-who-smoke-1024",
        "type": "local",
        "instance_data_dir": "datasets/cats-who-smoke",
        "crop": false,
        "crop_style": "random",
        "minimum_image_size": 128,
        "resolution": 1024,
        "resolution_type": "pixel_area",
        "repeats": 0,
        "metadata_backend": "json",
        "caption_strategy": "filename",
        "cache_dir_vae": "cache/cats-who-smoke/vae-1024"
    },
    {
        "id": "cats-who-smoke-512-crop",
        "type": "local",
        "instance_data_dir": "datasets/cats-who-smoke",
        "crop": true,
        "crop_style": "random",
        "crop_aspect_buckets": [0.5, 0.66, 1.0, 1.33, 1.5, 2],
        "minimum_image_size": 128,
        "resolution": 512,
        "resolution_type": "pixel_area",
        "repeats": 2,
        "metadata_backend": "json",
        "caption_strategy": "filename",
        "cache_dir_vae": "cache/cats-who-smoke/vae-512-crop"
    },
    {
        "id": "cats-who-smoke-1024-crop",
        "type": "local",
        "instance_data_dir": "datasets/cats-who-smoke",
        "crop": true,
        "crop_style": "random",
        "crop_aspect_buckets": [0.5, 0.66, 1.0, 1.33, 1.5, 2],
        "minimum_image_size": 128,
        "resolution": 1024,
        "resolution_type": "pixel_area",
        "repeats": 2,
        "metadata_backend": "json",
        "caption_strategy": "filename",
        "cache_dir_vae": "cache/cats-who-smoke/vae-1024-crop"
    },
    {
        "id": "text-embed-cache",
        "dataset_type": "text_embeds",
        "default": true,
        "type": "local",
        "cache_dir": "cache/text"
    }
]