- 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.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"character_id": "sucy_manbavaran",
|
|
"character_name": "Sucy Manbavaran",
|
|
"identity": {
|
|
"base_specs": "1girl, lanky build, pale skin",
|
|
"hair": "light purple hair, hair covering one eye",
|
|
"eyes": "red eyes",
|
|
"hands": "black nails",
|
|
"arms": "",
|
|
"torso": "small breasts",
|
|
"pelvis": "narrow waist",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": "dark circles under eyes"
|
|
},
|
|
"defaults": {
|
|
"expression": "neutral expression",
|
|
"pose": "looking at mushroom",
|
|
"scene": "dark forest"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "luna nova school uniform, dark purple witch robes",
|
|
"headwear": "pointed witch hat",
|
|
"top": "oversized sleeves",
|
|
"bottom": "",
|
|
"legwear": "long skirt with frayed edges",
|
|
"footwear": "brown boots",
|
|
"hands": "",
|
|
"accessories": "potion bottle, mushroom"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "gothic, magic, little witch academia style",
|
|
"primary_color": "purple",
|
|
"secondary_color": "mauve",
|
|
"tertiary_color": "green"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Little Witch Academia"
|
|
]
|
|
} |