- 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
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"character_id": "yor_briar",
|
|
"character_name": "Yor Briar",
|
|
"identity": {
|
|
"base_specs": "1girl, slender build, fair skin",
|
|
"hair": "long black hair, styled with gold headband",
|
|
"eyes": "red eyes",
|
|
"hands": "black nails",
|
|
"arms": "",
|
|
"torso": "medium breasts",
|
|
"pelvis": "",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": ""
|
|
},
|
|
"defaults": {
|
|
"expression": "serious",
|
|
"pose": "leaping",
|
|
"scene": "rooftop, night, red sky, blood splatter"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "black halter dress",
|
|
"headwear": "",
|
|
"top": "backless, pattern inside",
|
|
"bottom": "",
|
|
"legwear": "black thigh-high boots",
|
|
"footwear": "black boots",
|
|
"hands": "black fingerless gloves",
|
|
"accessories": "gold rose-themed headband, gold needle weapons"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "elegant, assassin,red rose, spy x family style",
|
|
"primary_color": "black",
|
|
"secondary_color": "red",
|
|
"tertiary_color": "gold"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Spy x Family"
|
|
]
|
|
} |