- 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": "tifa_lockhart",
|
|
"character_name": "Tifa Lockhart",
|
|
"identity": {
|
|
"base_specs": "1girl, athletic build, fair skin",
|
|
"hair": "long black hair, tied end",
|
|
"eyes": "red eyes",
|
|
"hands": "dark red nails",
|
|
"arms": "",
|
|
"torso": "large breasts",
|
|
"pelvis": "",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": ""
|
|
},
|
|
"defaults": {
|
|
"expression": "smile",
|
|
"pose": "leaning on counter, looking at viewer",
|
|
"scene": "tavern, bartending"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "",
|
|
"headwear": "",
|
|
"top": "white tank top, black sports bra,black suspenders",
|
|
"bottom": "black miniskirt",
|
|
"legwear": "thigh high black socks",
|
|
"footwear": "red boots",
|
|
"hands": "red fingerless gloves",
|
|
"accessories": "silver earrings"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "martial arts, final fantasy style",
|
|
"primary_color": "white",
|
|
"secondary_color": "black",
|
|
"tertiary_color": "red"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Final Fantasy VII"
|
|
]
|
|
} |