- 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": "widowmaker",
|
|
"character_name": "Widowmaker",
|
|
"identity": {
|
|
"base_specs": "1girl, slender build, blue skin",
|
|
"hair": "long purple hair, ponytail",
|
|
"eyes": "yellow eyes",
|
|
"hands": "",
|
|
"arms": "spider tattoo on arm",
|
|
"torso": "large breasts",
|
|
"pelvis": "",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": ""
|
|
},
|
|
"defaults": {
|
|
"expression": "light smile",
|
|
"pose": "sniping, prone",
|
|
"scene": "rooftop, night"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "purple bodysuit, skintight",
|
|
"headwear": "",
|
|
"top": " plunging neckline",
|
|
"bottom": "",
|
|
"legwear": "",
|
|
"footwear": "purple high-heeled boots",
|
|
"hands": "purple gauntlets",
|
|
"accessories": "sniper rifle, visor"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "sci-fi, assassin, overwatch style",
|
|
"primary_color": "purple",
|
|
"secondary_color": "black",
|
|
"tertiary_color": "pink"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Overwatch"
|
|
]
|
|
} |