- 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.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"character_id": "olivier_mira_armstrong",
|
|
"character_name": "Olivier Mira Armstrong",
|
|
"identity": {
|
|
"base_specs": "1girl, tall, mature female",
|
|
"hair": "blonde hair, long hair, hair over one eye",
|
|
"eyes": "blue eyes, sharp eyes",
|
|
"hands": "",
|
|
"arms": "",
|
|
"torso": "medium breasts",
|
|
"pelvis": "",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": "thick lips"
|
|
},
|
|
"defaults": {
|
|
"expression": "",
|
|
"pose": "",
|
|
"scene": ""
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "",
|
|
"headwear": "",
|
|
"top": "blue military coat, fur collar, black shirt",
|
|
"bottom": "black pants",
|
|
"legwear": "",
|
|
"footwear": "black boots",
|
|
"hands": "black gloves",
|
|
"accessories": "sword"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "military, amestris uniform",
|
|
"primary_color": "blue",
|
|
"secondary_color": "black",
|
|
"tertiary_color": "gold"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Fullmetal Alchemist"
|
|
]
|
|
} |