- Add outfit gallery with CRUD operations (create, read, update, delete) - Add AI-powered profile generation for both characters and outfits - Add toggle to switch between AI generation and manual creation - Auto-generate filenames from names with incrementing for duplicates - Add 'full_body' and 'bottom' fields to wardrobe structure - Update all character and outfit JSON files with new wardrobe fields - Reorganize data into data/characters and data/clothing directories - Update README with new features and JSON structure documentation
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"character_id": "delinquent_mother_flim13",
|
|
"character_name": "Delinquent Mother",
|
|
"identity": {
|
|
"base_specs": "1girl, milf, gyaru, tall",
|
|
"hair": "blonde hair, long hair",
|
|
"eyes": "sharp eyes, black eyes, white pupil,",
|
|
"hands": "red nails",
|
|
"arms": "",
|
|
"torso": "very large breasts",
|
|
"pelvis": "wide hips",
|
|
"legs": "",
|
|
"feet": "painted nails",
|
|
"extra": ""
|
|
},
|
|
"defaults": {
|
|
"expression": "naughty face",
|
|
"pose": "spread legs, leopard print panties",
|
|
"scene": "sitting on couch, from below"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "",
|
|
"headwear": "",
|
|
"top": "light brown sweater, cleavage",
|
|
"bottom": "leopard print skirt",
|
|
"legwear": "",
|
|
"footwear": "red high heels",
|
|
"hands": "",
|
|
"accessories": "necklace, rings,"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "living room",
|
|
"primary_color": "pink",
|
|
"secondary_color": "black",
|
|
"tertiary_color": "gold"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Looks/Gyaru_mom_Flim13_IL_V1.safetensors",
|
|
"lora_weight": 0.8,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Original",
|
|
"flim13"
|
|
]
|
|
} |