File size: 3,371 Bytes
d4118e5 | 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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | {
"sample_id": "sample_0002",
"scene_caption": "A family breakfast table is mid-preparation as two people arrange food around a ceramic mug and a stack of books.",
"story": "The morning is calm but active. One person is setting the table while another pauses with a small smile before sitting down.",
"background": "Bright home kitchen with pale tile, wood table, diffuse window light.",
"style": "photorealistic",
"canvas_size": [
1024,
1024
],
"subjects": [
{
"name": "person_yellow_sweater",
"is_person": true,
"sub_caption": "young adult with curly black hair, medium brown skin, yellow sweater, holding a plate near the table",
"intended_bbox": [
0.11,
0.18,
0.37,
0.82
],
"ref_style": "mirror_selfie",
"ref_prompt": "young adult with curly black hair, medium brown skin, yellow sweater",
"color": [
221,
172,
54
],
"accent": [
232,
201,
124
],
"kind": "box",
"skin": [
141,
91,
62
],
"hair": [
31,
25,
22
]
},
{
"name": "person_green_cardigan",
"is_person": true,
"sub_caption": "adult with straight auburn bob, fair skin, green cardigan, seated and smiling softly",
"intended_bbox": [
0.55,
0.25,
0.82,
0.87
],
"ref_style": "id_headshot",
"ref_prompt": "adult with straight auburn bob, fair skin, green cardigan, soft smile",
"color": [
68,
135,
91
],
"accent": [
133,
177,
148
],
"kind": "box",
"skin": [
226,
174,
136
],
"hair": [
126,
62,
42
]
},
{
"name": "blue_ceramic_mug",
"is_person": false,
"sub_caption": "glossy cobalt-blue ceramic mug close to the front edge of the table",
"intended_bbox": [
0.35,
0.58,
0.51,
0.78
],
"ref_style": "studio_product",
"ref_prompt": "glossy cobalt-blue ceramic mug with rounded handle",
"color": [
33,
88,
174
],
"accent": [
110,
146,
202
],
"kind": "mug"
},
{
"name": "berry_bowl",
"is_person": false,
"sub_caption": "small bowl heaped with red berries between the two people",
"intended_bbox": [
0.45,
0.48,
0.63,
0.66
],
"ref_style": "flatlay_topdown",
"ref_prompt": "small white bowl full of red berries",
"color": [
191,
45,
72
],
"accent": [
245,
238,
226
],
"kind": "fruit_stack"
},
{
"name": "cookbook_stack",
"is_person": false,
"sub_caption": "short stack of cookbooks with teal and cream covers near the back of the table",
"intended_bbox": [
0.18,
0.46,
0.39,
0.62
],
"ref_style": "shelf_in_store",
"ref_prompt": "short stack of teal and cream cookbooks",
"color": [
55,
134,
142
],
"accent": [
232,
219,
184
],
"kind": "book_stack"
}
]
}
|