File size: 3,301 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_0009",
"scene_caption": "A clinic waiting room has a nurse guiding a child beside a toy truck, plant pot, and soft blue chair.",
"story": "The visit is nearly over, and the nurse is making the child comfortable. The toys and bright chair soften the clinical setting.",
"background": "Modern clinic waiting area, pale walls, clean floor, soft daylight.",
"style": "photorealistic",
"canvas_size": [
1024,
1024
],
"subjects": [
{
"name": "nurse_blue_scrubs",
"is_person": true,
"sub_caption": "adult with dark braided hair, brown skin, blue scrubs, kneeling with one hand extended",
"intended_bbox": [
0.1,
0.19,
0.38,
0.88
],
"ref_style": "id_headshot",
"ref_prompt": "adult nurse with dark braided hair, brown skin, blue scrubs, calm expression",
"color": [
64,
135,
180
],
"accent": [
130,
177,
206
],
"kind": "box",
"skin": [
112,
71,
50
],
"hair": [
29,
24,
22
]
},
{
"name": "child_red_sneakers",
"is_person": true,
"sub_caption": "child with short sandy hair, fair skin, striped sweater, red sneakers, standing shyly",
"intended_bbox": [
0.45,
0.29,
0.64,
0.84
],
"ref_style": "everyday_candid",
"ref_prompt": "child with short sandy hair, fair skin, striped sweater, red sneakers",
"color": [
88,
145,
164
],
"accent": [
208,
58,
50
],
"kind": "box",
"skin": [
229,
182,
139
],
"hair": [
193,
150,
88
]
},
{
"name": "wooden_toy_truck",
"is_person": false,
"sub_caption": "small wooden toy truck on the floor between nurse and child",
"intended_bbox": [
0.34,
0.68,
0.55,
0.83
],
"ref_style": "studio_product",
"ref_prompt": "small wooden toy truck with rounded wheels",
"color": [
184,
117,
58
],
"accent": [
43,
93,
155
],
"kind": "box"
},
{
"name": "blue_waiting_chair",
"is_person": false,
"sub_caption": "soft blue waiting chair angled on the right side",
"intended_bbox": [
0.66,
0.41,
0.92,
0.81
],
"ref_style": "in_context_natural",
"ref_prompt": "soft blue upholstered waiting chair",
"color": [
75,
128,
177
],
"accent": [
138,
172,
204
],
"kind": "box"
},
{
"name": "white_plant_pot",
"is_person": false,
"sub_caption": "white plant pot with broad green leaves near the window",
"intended_bbox": [
0.75,
0.14,
0.93,
0.43
],
"ref_style": "closeup_macro",
"ref_prompt": "white plant pot with broad green leaves",
"color": [
229,
228,
216
],
"accent": [
55,
133,
75
],
"kind": "plant_pot"
}
]
}
|