- 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": "android_18",
|
|
"character_name": "Android 18",
|
|
"identity": {
|
|
"base_specs": "1girl, slender build, fair skin",
|
|
"hair": "shoulder-length blonde hair, tucked behind one ear",
|
|
"eyes": "blue eyes",
|
|
"hands": "blue nails",
|
|
"arms": "",
|
|
"torso": "medium breasts",
|
|
"pelvis": "",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": ""
|
|
},
|
|
"defaults": {
|
|
"expression": "neutral",
|
|
"pose": "tucking hair behind ear",
|
|
"scene": "wasteland, mountains, "
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "",
|
|
"headwear": "",
|
|
"top": "blue denim vest,black long sleeved shirt, striped sleeves",
|
|
"bottom": "blue denim skirt",
|
|
"legwear": "black stockings",
|
|
"footwear": "brown boots",
|
|
"hands": "",
|
|
"accessories": "gold hoop earrings"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "anime, dragon ball style",
|
|
"primary_color": "blue",
|
|
"secondary_color": "black",
|
|
"tertiary_color": "white"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Dragon Ball Z"
|
|
]
|
|
} |