- 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
1018 B
JSON
47 lines
1018 B
JSON
{
|
|
"character_id": "kagamine_rin",
|
|
"character_name": "Kagamine Rin",
|
|
"identity": {
|
|
"base_specs": "1girl, petite",
|
|
"hair": "blonde hair, short hair, hair bow",
|
|
"eyes": "blue eyes",
|
|
"hands": "",
|
|
"arms": "detached sleeves",
|
|
"torso": "flat chest",
|
|
"pelvis": "",
|
|
"legs": "leg warmers",
|
|
"feet": "",
|
|
"extra": ""
|
|
},
|
|
"defaults": {
|
|
"expression": "",
|
|
"pose": "",
|
|
"scene": ""
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "",
|
|
"headwear": "",
|
|
"top": "white shirt, sailor collar",
|
|
"bottom": "black shorts, yellow belt",
|
|
"legwear": "knee-high socks",
|
|
"footwear": "white shoes",
|
|
"hands": "",
|
|
"accessories": "headset, hair bow"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "concert, stage, vocaloid, cyber",
|
|
"primary_color": "yellow",
|
|
"secondary_color": "white",
|
|
"tertiary_color": "black"
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 1.0,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Vocaloid"
|
|
]
|
|
} |