Add expression intensity controls
This commit is contained in:
@@ -9,12 +9,18 @@
|
||||
"item_label": "Clothing",
|
||||
"style": "tasteful adult fashion-editorial coloured-pencil comic illustration with casual everyday styling",
|
||||
"positive_suffix": "Use crisp clean comic linework, soft fabric texture, detailed hatching, warm natural light, and tactile textured paper.",
|
||||
"expression_pools": ["casual_observational_expressions"],
|
||||
"composition_pools": ["casual_fashion_compositions"],
|
||||
"subcategories": [
|
||||
{
|
||||
"name": "Streetwear",
|
||||
"slug": "streetwear",
|
||||
"weight": 1.0,
|
||||
"inherit_expressions": false,
|
||||
"inherit_compositions": false,
|
||||
"scene_pools": ["casual_urban_scenes"],
|
||||
"expression_pools": ["streetwear_attitude_expressions"],
|
||||
"composition_pools": ["streetwear_phone_compositions"],
|
||||
"items": ["streetwear outfit generator"],
|
||||
"item_templates": [
|
||||
"{outerwear} layered over {top}, with {bottom}, {footwear}, and {accessory}",
|
||||
@@ -169,7 +175,11 @@
|
||||
"name": "Summer casual",
|
||||
"slug": "summer_casual",
|
||||
"weight": 1.0,
|
||||
"inherit_expressions": false,
|
||||
"inherit_compositions": false,
|
||||
"scene_pools": ["casual_summer_scenes"],
|
||||
"expression_pools": ["summer_candid_expressions"],
|
||||
"composition_pools": ["summer_lifestyle_compositions"],
|
||||
"items": ["summer casual outfit generator"],
|
||||
"item_templates": [
|
||||
"{dress} with {footwear}, {accessory}, and {fabric_detail}",
|
||||
@@ -342,7 +352,11 @@
|
||||
"name": "Cozy lounge",
|
||||
"slug": "cozy_lounge",
|
||||
"weight": 1.0,
|
||||
"inherit_expressions": false,
|
||||
"inherit_compositions": false,
|
||||
"scene_pools": ["casual_lounge_scenes"],
|
||||
"expression_pools": ["cozy_lounge_expressions"],
|
||||
"composition_pools": ["cozy_home_compositions"],
|
||||
"items": ["cozy lounge outfit generator"],
|
||||
"item_templates": [
|
||||
"{layer} over {top}, with {bottom}, {footwear}, and {texture_detail}",
|
||||
|
||||
Reference in New Issue
Block a user