Add Krea2 formatting and scalable scene pools
This commit is contained in:
@@ -14,13 +14,136 @@
|
||||
"name": "Streetwear",
|
||||
"slug": "streetwear",
|
||||
"weight": 1.0,
|
||||
"items": [
|
||||
"oversized hoodie with slim jeans and clean sneakers",
|
||||
"cropped bomber jacket with cargo pants and chunky trainers",
|
||||
"graphic tee under an open flannel with fitted denim",
|
||||
"sleek track jacket with joggers and minimal sneakers",
|
||||
"denim-on-denim outfit with a fitted white tee"
|
||||
"scene_pools": ["casual_urban_scenes"],
|
||||
"items": ["streetwear outfit generator"],
|
||||
"item_templates": [
|
||||
"{outerwear} layered over {top}, with {bottom}, {footwear}, and {accessory}",
|
||||
"{top} with {bottom}, {outerwear}, {footwear}, and {detail}",
|
||||
"{set_piece} styled with {footwear}, {accessory}, and {color_mood}",
|
||||
"{outerwear} with {bottom}, {bag}, {footwear}, and {texture_detail}",
|
||||
"{top} tucked into {bottom}, paired with {footwear}, {jewelry}, and {detail}",
|
||||
"{outerwear} half-zipped over {top}, with {bottom}, {bag}, and {color_mood}",
|
||||
"{set_piece} with {outerwear}, {footwear}, {jewelry}, and {texture_detail}",
|
||||
"{top} under {outerwear}, with {bottom}, {accessory}, {bag}, and {footwear}"
|
||||
],
|
||||
"item_axes": {
|
||||
"accessory": [
|
||||
"a ribbed beanie",
|
||||
"thin sunglasses",
|
||||
"a baseball cap",
|
||||
"wire-frame glasses",
|
||||
"a silk neck scarf",
|
||||
"fingerless gloves",
|
||||
"a chunky belt",
|
||||
"a low-profile headphones detail"
|
||||
],
|
||||
"bag": [
|
||||
"a small crossbody bag",
|
||||
"a canvas tote",
|
||||
"a compact shoulder bag",
|
||||
"a mini backpack",
|
||||
"a waist pack worn crossbody",
|
||||
"a structured leather satchel",
|
||||
"a nylon sling bag",
|
||||
"a glossy phone pouch"
|
||||
],
|
||||
"bottom": [
|
||||
"relaxed cargo pants",
|
||||
"straight-leg jeans",
|
||||
"wide-leg denim",
|
||||
"pleated utility trousers",
|
||||
"fitted black jeans",
|
||||
"soft joggers",
|
||||
"a denim mini skirt with tights",
|
||||
"tailored track pants",
|
||||
"high-waist cropped trousers",
|
||||
"washed grey jeans"
|
||||
],
|
||||
"color_mood": [
|
||||
"muted city neutrals",
|
||||
"black and cream contrast",
|
||||
"soft grey-blue tones",
|
||||
"washed denim colors",
|
||||
"olive and charcoal accents",
|
||||
"clean monochrome styling",
|
||||
"warm brick-red accents",
|
||||
"navy, white, and graphite layers"
|
||||
],
|
||||
"detail": [
|
||||
"rolled cuffs",
|
||||
"visible layered hems",
|
||||
"a sharp cropped silhouette",
|
||||
"clean oversized proportions",
|
||||
"a relaxed off-duty fit",
|
||||
"asymmetric tucked fabric",
|
||||
"subtle graphic print details",
|
||||
"a neat high-waist line"
|
||||
],
|
||||
"footwear": [
|
||||
"clean white sneakers",
|
||||
"chunky trainers",
|
||||
"platform sneakers",
|
||||
"minimal leather sneakers",
|
||||
"black ankle boots",
|
||||
"retro running shoes",
|
||||
"canvas high-tops",
|
||||
"sleek street boots"
|
||||
],
|
||||
"jewelry": [
|
||||
"small hoop earrings",
|
||||
"layered chain necklaces",
|
||||
"a simple watch",
|
||||
"stacked rings",
|
||||
"a thin choker",
|
||||
"minimal silver earrings",
|
||||
"a pendant necklace",
|
||||
"a narrow bracelet"
|
||||
],
|
||||
"outerwear": [
|
||||
"oversized hoodie",
|
||||
"cropped bomber jacket",
|
||||
"open flannel shirt",
|
||||
"sleek track jacket",
|
||||
"denim jacket",
|
||||
"boxy leather jacket",
|
||||
"lightweight varsity jacket",
|
||||
"oversized zip hoodie",
|
||||
"short trench jacket",
|
||||
"quilted street jacket"
|
||||
],
|
||||
"set_piece": [
|
||||
"denim-on-denim outfit",
|
||||
"matching track set",
|
||||
"monochrome hoodie-and-jogger set",
|
||||
"oversized shirt-and-cargo outfit",
|
||||
"cropped jacket and wide denim outfit",
|
||||
"clean athleisure set",
|
||||
"utility vest and trouser outfit",
|
||||
"layered tee and open-shirt outfit"
|
||||
],
|
||||
"texture_detail": [
|
||||
"washed cotton texture",
|
||||
"soft fleece texture",
|
||||
"matte nylon fabric",
|
||||
"structured denim seams",
|
||||
"subtle ribbed knit trim",
|
||||
"smooth leather accents",
|
||||
"canvas strap details",
|
||||
"creased everyday fabric"
|
||||
],
|
||||
"top": [
|
||||
"fitted white tee",
|
||||
"cropped tank top",
|
||||
"graphic tee",
|
||||
"ribbed long-sleeve top",
|
||||
"simple black tee",
|
||||
"slim turtleneck",
|
||||
"soft henley shirt",
|
||||
"cropped sweatshirt",
|
||||
"mesh-layered tee",
|
||||
"clean sleeveless top"
|
||||
]
|
||||
},
|
||||
"scenes": [
|
||||
{
|
||||
"slug": "city_crosswalk",
|
||||
@@ -34,20 +157,166 @@
|
||||
"poses": [
|
||||
"standing with one hand in a pocket",
|
||||
"leaning against a wall with relaxed confidence",
|
||||
"walking forward with a casual runway stride"
|
||||
"walking forward with a casual runway stride",
|
||||
"looking over one shoulder while stepping off a curb",
|
||||
"sitting on a low concrete wall with one knee raised",
|
||||
"adjusting sunglasses with a relaxed half-smile",
|
||||
"hands in jacket pockets with a slight hip shift",
|
||||
"turning mid-step as fabric layers move naturally"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Summer casual",
|
||||
"slug": "summer_casual",
|
||||
"weight": 1.0,
|
||||
"items": [
|
||||
"light cotton sundress with simple sandals",
|
||||
"linen shorts with a tucked-in sleeveless blouse",
|
||||
"soft camp-collar shirt with relaxed trousers",
|
||||
"ribbed tank top with a flowing midi skirt",
|
||||
"breathable linen two-piece in pale summer colors"
|
||||
"scene_pools": ["casual_summer_scenes"],
|
||||
"items": ["summer casual outfit generator"],
|
||||
"item_templates": [
|
||||
"{dress} with {footwear}, {accessory}, and {fabric_detail}",
|
||||
"{top} with {bottom}, {footwear}, {bag}, and {color_mood}",
|
||||
"{layer} over {top}, with {bottom}, {accessory}, and {texture_detail}",
|
||||
"{two_piece} with {footwear}, {jewelry}, and {fabric_detail}",
|
||||
"{top} tucked into {bottom}, paired with {bag}, {footwear}, and {detail}",
|
||||
"{dress} under {layer}, with {accessory}, {jewelry}, and {color_mood}",
|
||||
"{two_piece} styled with {bag}, {footwear}, {texture_detail}, and {detail}",
|
||||
"{top} with {bottom}, {layer}, {accessory}, and {fabric_detail}"
|
||||
],
|
||||
"item_axes": {
|
||||
"accessory": [
|
||||
"wide sunglasses",
|
||||
"a straw sunhat",
|
||||
"a silk hair scarf",
|
||||
"a woven belt",
|
||||
"thin oval sunglasses",
|
||||
"a cotton bandana",
|
||||
"a simple sun visor",
|
||||
"a lightweight shawl"
|
||||
],
|
||||
"bag": [
|
||||
"a woven tote",
|
||||
"a small raffia bag",
|
||||
"a canvas beach bag",
|
||||
"a soft shoulder bag",
|
||||
"a compact basket purse",
|
||||
"a linen drawstring bag",
|
||||
"a minimal crossbody pouch",
|
||||
"a straw clutch"
|
||||
],
|
||||
"bottom": [
|
||||
"linen shorts",
|
||||
"relaxed cropped trousers",
|
||||
"a flowing midi skirt",
|
||||
"high-waist cotton shorts",
|
||||
"a breezy wrap skirt",
|
||||
"wide-leg linen pants",
|
||||
"a soft pleated skirt",
|
||||
"light denim shorts",
|
||||
"paperbag-waist trousers",
|
||||
"a calf-length summer skirt"
|
||||
],
|
||||
"color_mood": [
|
||||
"pale summer colors",
|
||||
"sun-washed white and blue",
|
||||
"coral and cream accents",
|
||||
"sage green and ivory tones",
|
||||
"soft yellow and denim blue",
|
||||
"warm terracotta details",
|
||||
"fresh white and citrus accents",
|
||||
"muted sea-glass colors"
|
||||
],
|
||||
"detail": [
|
||||
"rolled hems",
|
||||
"a loose tucked waist",
|
||||
"wind-lifted fabric edges",
|
||||
"open collar styling",
|
||||
"a relaxed vacation fit",
|
||||
"thin shoulder straps",
|
||||
"a clean high-waist line",
|
||||
"softly draped fabric"
|
||||
],
|
||||
"dress": [
|
||||
"light cotton sundress",
|
||||
"button-front linen dress",
|
||||
"soft wrap dress",
|
||||
"ribbed tank dress",
|
||||
"flowing midi sundress",
|
||||
"simple slip dress",
|
||||
"tiered cotton dress",
|
||||
"halter summer dress"
|
||||
],
|
||||
"fabric_detail": [
|
||||
"breathable linen texture",
|
||||
"soft cotton folds",
|
||||
"light gauze fabric",
|
||||
"fine ribbed cotton",
|
||||
"sunlit woven texture",
|
||||
"thin summer knit texture",
|
||||
"crisp poplin folds",
|
||||
"airy voile fabric"
|
||||
],
|
||||
"footwear": [
|
||||
"simple sandals",
|
||||
"flat leather sandals",
|
||||
"white canvas sneakers",
|
||||
"espadrilles",
|
||||
"strappy sandals",
|
||||
"woven slides",
|
||||
"minimal mule sandals",
|
||||
"low platform sandals"
|
||||
],
|
||||
"jewelry": [
|
||||
"small gold hoops",
|
||||
"a shell necklace",
|
||||
"a delicate anklet",
|
||||
"thin stacked bracelets",
|
||||
"a small pendant necklace",
|
||||
"pearl stud earrings",
|
||||
"a beaded bracelet",
|
||||
"a fine waist chain over fabric"
|
||||
],
|
||||
"layer": [
|
||||
"soft camp-collar shirt",
|
||||
"open linen shirt",
|
||||
"light cotton overshirt",
|
||||
"cropped denim jacket",
|
||||
"sheer beach shirt",
|
||||
"loose short-sleeve cardigan",
|
||||
"thin knit wrap",
|
||||
"unbuttoned chambray shirt"
|
||||
],
|
||||
"texture_detail": [
|
||||
"natural linen slubs",
|
||||
"matte cotton finish",
|
||||
"subtle woven stripes",
|
||||
"soft wrinkled fabric",
|
||||
"delicate eyelet texture",
|
||||
"smooth summer poplin",
|
||||
"sunlit thread texture",
|
||||
"lightweight ribbing"
|
||||
],
|
||||
"top": [
|
||||
"tucked-in sleeveless blouse",
|
||||
"ribbed tank top",
|
||||
"cropped cotton tee",
|
||||
"linen camisole",
|
||||
"halter knit top",
|
||||
"soft bandeau under a shirt",
|
||||
"square-neck tank",
|
||||
"thin-strapped summer top",
|
||||
"buttoned linen vest",
|
||||
"loose cotton blouse"
|
||||
],
|
||||
"two_piece": [
|
||||
"breathable linen two-piece",
|
||||
"matching crop top and skirt set",
|
||||
"soft resort shirt-and-short set",
|
||||
"ribbed tank and midi skirt set",
|
||||
"cotton co-ord set",
|
||||
"linen vest and trouser set",
|
||||
"open shirt and wrap-skirt set",
|
||||
"minimal summer knit set"
|
||||
]
|
||||
},
|
||||
"scenes": [
|
||||
{
|
||||
"slug": "sunny_market",
|
||||
@@ -61,20 +330,148 @@
|
||||
"poses": [
|
||||
"turning slightly with fabric moving in the breeze",
|
||||
"standing in warm sunlight with relaxed shoulders",
|
||||
"sitting on a low wall with one knee bent"
|
||||
"sitting on a low wall with one knee bent",
|
||||
"walking with one hand holding a sunhat",
|
||||
"leaning on a promenade railing with a soft smile",
|
||||
"lifting sunglasses while looking toward the light",
|
||||
"standing barefoot near warm paving stones",
|
||||
"mid-step with loose fabric trailing behind"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cozy lounge",
|
||||
"slug": "cozy_lounge",
|
||||
"weight": 1.0,
|
||||
"items": [
|
||||
"soft knit cardigan with a fitted tee and lounge trousers",
|
||||
"oversized sweater with leggings and wool socks",
|
||||
"relaxed sweatshirt with drawstring joggers",
|
||||
"ribbed lounge set with a long open cardigan",
|
||||
"simple cotton tee with loose pajama-style trousers"
|
||||
"scene_pools": ["casual_lounge_scenes"],
|
||||
"items": ["cozy lounge outfit generator"],
|
||||
"item_templates": [
|
||||
"{layer} over {top}, with {bottom}, {footwear}, and {texture_detail}",
|
||||
"{set_piece} with {layer}, {accessory}, and {color_mood}",
|
||||
"{top} with {bottom}, {footwear}, {prop}, and {detail}",
|
||||
"{layer} wrapped around {top}, with {bottom}, {jewelry}, and {texture_detail}",
|
||||
"{set_piece} styled with {footwear}, {prop}, and {detail}",
|
||||
"{top} tucked loosely into {bottom}, with {layer}, {accessory}, and {color_mood}",
|
||||
"{layer} slipping off one shoulder over {top}, with {bottom}, {footwear}, and {texture_detail}",
|
||||
"{set_piece} with {accessory}, {jewelry}, {prop}, and {detail}"
|
||||
],
|
||||
"item_axes": {
|
||||
"accessory": [
|
||||
"a soft hair clip",
|
||||
"thin reading glasses",
|
||||
"a scrunchie at the wrist",
|
||||
"a loose blanket scarf",
|
||||
"a simple headband",
|
||||
"a warm knit beanie",
|
||||
"a delicate sleep mask pushed up",
|
||||
"a cotton bandana"
|
||||
],
|
||||
"bottom": [
|
||||
"lounge trousers",
|
||||
"soft leggings",
|
||||
"drawstring joggers",
|
||||
"loose pajama-style trousers",
|
||||
"ribbed lounge pants",
|
||||
"wide knit pants",
|
||||
"cotton sleep shorts",
|
||||
"thermal leggings",
|
||||
"slouchy sweatpants",
|
||||
"soft waffle-knit pants"
|
||||
],
|
||||
"color_mood": [
|
||||
"warm oatmeal and grey tones",
|
||||
"soft rose and cream colors",
|
||||
"muted sage and ivory",
|
||||
"heather grey and white",
|
||||
"warm mocha neutrals",
|
||||
"powder blue and cream",
|
||||
"charcoal and blush accents",
|
||||
"soft lavender and warm beige"
|
||||
],
|
||||
"detail": [
|
||||
"relaxed draped proportions",
|
||||
"rolled sleeves",
|
||||
"softly rumpled fabric",
|
||||
"a loose off-duty silhouette",
|
||||
"visible cozy layering",
|
||||
"a slightly oversized fit",
|
||||
"bare ankle styling",
|
||||
"a gentle high-waist line"
|
||||
],
|
||||
"footwear": [
|
||||
"wool socks",
|
||||
"soft house slippers",
|
||||
"bare feet",
|
||||
"fuzzy socks",
|
||||
"knit ankle socks",
|
||||
"shearling slippers",
|
||||
"simple cotton socks",
|
||||
"ribbed knee socks"
|
||||
],
|
||||
"jewelry": [
|
||||
"tiny hoop earrings",
|
||||
"a simple pendant necklace",
|
||||
"a thin bracelet",
|
||||
"small stud earrings",
|
||||
"a delicate ring",
|
||||
"a minimal chain necklace",
|
||||
"a soft fabric wristband",
|
||||
"a subtle ankle chain"
|
||||
],
|
||||
"layer": [
|
||||
"soft knit cardigan",
|
||||
"long open cardigan",
|
||||
"oversized sweater",
|
||||
"relaxed sweatshirt",
|
||||
"chunky cable-knit cardigan",
|
||||
"brushed fleece hoodie",
|
||||
"thin robe cardigan",
|
||||
"cropped lounge hoodie",
|
||||
"slouchy wrap sweater",
|
||||
"soft waffle-knit cardigan"
|
||||
],
|
||||
"prop": [
|
||||
"a casual magazine nearby",
|
||||
"a warm mug in one hand",
|
||||
"a paperback book nearby",
|
||||
"a folded blanket at the hip",
|
||||
"a phone resting on the sofa",
|
||||
"a small tray on a side table",
|
||||
"a pillow tucked against the waist",
|
||||
"a half-open notebook nearby"
|
||||
],
|
||||
"set_piece": [
|
||||
"ribbed lounge set",
|
||||
"matching sweatshirt and jogger set",
|
||||
"soft knit co-ord set",
|
||||
"cotton tee and pajama trouser set",
|
||||
"waffle-knit lounge set",
|
||||
"brushed fleece lounge set",
|
||||
"cardigan and knit pant set",
|
||||
"simple sleepwear-inspired set"
|
||||
],
|
||||
"texture_detail": [
|
||||
"soft knit texture",
|
||||
"brushed fleece texture",
|
||||
"ribbed cotton texture",
|
||||
"waffle-knit fabric",
|
||||
"warm wool fibers",
|
||||
"smooth jersey folds",
|
||||
"plush cardigan texture",
|
||||
"softly worn cotton"
|
||||
],
|
||||
"top": [
|
||||
"fitted tee",
|
||||
"simple cotton tee",
|
||||
"ribbed tank top",
|
||||
"soft long-sleeve top",
|
||||
"thin camisole",
|
||||
"slouchy henley shirt",
|
||||
"cropped lounge tee",
|
||||
"thermal knit top",
|
||||
"light sleep tank",
|
||||
"soft V-neck tee"
|
||||
]
|
||||
},
|
||||
"scenes": [
|
||||
{
|
||||
"slug": "sunny_apartment",
|
||||
@@ -88,7 +485,12 @@
|
||||
"poses": [
|
||||
"curled comfortably on a sofa",
|
||||
"standing barefoot near a window with a relaxed smile",
|
||||
"sitting cross-legged with a casual magazine nearby"
|
||||
"sitting cross-legged with a casual magazine nearby",
|
||||
"leaning into a couch corner with one knee raised",
|
||||
"stretching lazily with sleeves falling over the hands",
|
||||
"kneeling on a rug while reaching for a warm mug",
|
||||
"standing in profile near soft curtains",
|
||||
"reclining with one arm draped over a pillow"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user