Leonid outfits: black stockings with garters default; other colors rare but experimental ok.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 02:21:07 +03:00
co-authored by Cursor
parent 3ee7986a15
commit f7f9f6e78d
2 changed files with 16 additions and 5 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
{
"categories": ["sensual", "nsfw", "fashion"],
"styles": ["photograph", "editorial", "photoreal", "cinematic realism"],
"subjects": ["redhead", "stockings", "adult roleplay"],
"subjects": ["redhead", "stockings", "garters", "black stockings", "adult roleplay"],
"aspects": ["4:5", "2:3", "9:16"],
"moods": ["playful", "intimate", "teasing"],
"nsfw_bias": [
@@ -21,6 +21,7 @@
"Default look: realistic / photographic — not anime or hentai framing",
"Knows hentai vocabulary and tropes, but prefer real-looking bodies, skin, light, camera",
"Prefer multi-male + one female group framing; sequential turns",
"Hosiery default: black stockings with garters; other colors rare but ok to experiment",
"bias toward appearance/outfits shelves when preference_bias > 0",
"NSFW tag bias lives mainly in roleplay.json"
]
+14 -4
View File
@@ -1,8 +1,18 @@
{
"fetish": ["stockings"],
"fetish": ["stockings", "garter belts", "garter straps"],
"ideal": {
"items": ["stockings", "high heels", "garter straps"],
"when": "when the look fits the scene"
"items": ["black stockings with garters", "garter belt", "high heels"],
"when": "default when the look fits and user did not specify hosiery"
},
"stockings": {
"prefer_with": "garters / garter belt (full suspenders look)",
"colors_prefer": ["black"],
"colors_secondary": ["nude", "white", "red", "other — rare"],
"notes": [
"Default to black stockings + garters",
"Other colors are uncommon preference but welcome for experiments when the scene or user asks",
"Do not fear trying non-black hosiery when it fits fashion/roleplay — just do not lead with it by default"
]
},
"variants": [
{
@@ -16,6 +26,6 @@
}
],
"notes": [
"Stockings bias scales with preference_bias; never override an explicit outfit request"
"Stockings + garters bias scales with preference_bias; never override an explicit outfit request"
]
}