File size: 3,394 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_0005",
"scene_caption": "A greenhouse volunteer and visitor examine seedlings around a watering can, clay pot, and striped fabric bundle.",
"story": "The air is humid and bright after watering. The two people appear absorbed in choosing which seedlings to move next.",
"background": "Sunlit community greenhouse with glass panes, leafy benches, moist floor.",
"style": "photorealistic",
"canvas_size": [
1024,
1024
],
"subjects": [
{
"name": "volunteer_orange_vest",
"is_person": true,
"sub_caption": "adult with cropped black hair, medium tan skin, orange vest, kneeling with careful hands",
"intended_bbox": [
0.08,
0.27,
0.35,
0.9
],
"ref_style": "everyday_candid",
"ref_prompt": "adult greenhouse volunteer with cropped black hair, medium tan skin, orange vest",
"color": [
211,
108,
45
],
"accent": [
226,
159,
118
],
"kind": "box",
"skin": [
170,
112,
78
],
"hair": [
29,
24,
22
]
},
{
"name": "visitor_denim_jacket",
"is_person": true,
"sub_caption": "young adult with long dark hair, light brown skin, denim jacket, bending forward curiously",
"intended_bbox": [
0.58,
0.18,
0.84,
0.83
],
"ref_style": "mirror_selfie",
"ref_prompt": "young adult with long dark hair, light brown skin, denim jacket",
"color": [
61,
112,
155
],
"accent": [
128,
162,
190
],
"kind": "box",
"skin": [
179,
119,
82
],
"hair": [
39,
30,
28
]
},
{
"name": "silver_watering_can",
"is_person": false,
"sub_caption": "silver metal watering can with long spout, set in the foreground",
"intended_bbox": [
0.33,
0.58,
0.57,
0.81
],
"ref_style": "studio_product",
"ref_prompt": "silver metal watering can with long spout and arched handle",
"color": [
154,
166,
169
],
"accent": [
218,
225,
226
],
"kind": "jar"
},
{
"name": "clay_seedling_pot",
"is_person": false,
"sub_caption": "round clay pot with several vivid green seedling leaves",
"intended_bbox": [
0.48,
0.43,
0.66,
0.66
],
"ref_style": "closeup_macro",
"ref_prompt": "round clay seedling pot with vivid green leaves",
"color": [
177,
91,
55
],
"accent": [
204,
148,
125
],
"kind": "plant_pot"
},
{
"name": "striped_fabric_bundle",
"is_person": false,
"sub_caption": "folded striped fabric bundle resting on the bench behind the pot",
"intended_bbox": [
0.19,
0.48,
0.43,
0.67
],
"ref_style": "flatlay_topdown",
"ref_prompt": "folded striped fabric bundle in cream and blue",
"color": [
231,
218,
181
],
"accent": [
44,
103,
155
],
"kind": "fabric_stack"
}
]
}
|