File size: 1,056 Bytes
9fd1204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "datasets": [
    {
      "data_root": "sayakpaul/OmniEdit-mini",
      "dataset_type": "image",
      "image_resolution_buckets": [
        [384, 384],
        [480, 480],
        [512, 512],
        [640, 640],
        [704, 704],
        [768, 768],
        [832, 832],
        [896, 896],
        [960, 960],
        [1024, 1024],
        [1152, 1152],
        [1280, 1280],
        [1344, 1344],
        [480, 720],
        [480, 768],
        [512, 768],
        [640, 768],
        [768, 960],
        [768, 1152],
        [768, 1360],
        [864, 1152],
        [864, 1360],
        [720, 480],
        [768, 480],
        [768, 512],
        [768, 640],
        [960, 768],
        [1152, 768],
        [1360, 768],
        [1152, 864],
        [1360, 864]
      ],
      "caption_options": {
        "column_names": "edited_prompt_list"
      },
      "rename_columns": {
        "src_img": "control_image",
        "edited_img": "image"
      },
      "reshape_mode": "bicubic",
      "remove_common_llm_caption_prefixes": true
    }
  ]
}