- 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.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"character_id": "princess_peach",
|
|
"character_name": "Princess Peach",
|
|
"identity": {
|
|
"base_specs": "1girl, slender build, fair skin",
|
|
"hair": "long blonde hair, voluminous, crown",
|
|
"eyes": "blue eyes, long eyelashes",
|
|
"hands": "",
|
|
"arms": "",
|
|
"torso": "medium breasts",
|
|
"pelvis": "",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": "pink lips, blue earrings"
|
|
},
|
|
"defaults": {
|
|
"expression": "smile",
|
|
"pose": "hands together",
|
|
"scene": "throne room"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "pink ball gown",
|
|
"headwear": "gold crown",
|
|
"top": "white petticoat, puffy sleeves, dark pink panniers",
|
|
"bottom": "",
|
|
"legwear": "floor length skirt",
|
|
"footwear": "red high heels",
|
|
"hands": "white opera gloves",
|
|
"accessories": "gold crown with red and blue jewels, blue brooch"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "royal, whimsical, nintendo style",
|
|
"primary_color": "pink",
|
|
"secondary_color": "gold",
|
|
"tertiary_color": "blue"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Looks/Princess_Peach_Shiny_Style_V4.0_Illustrious_1652958.safetensors",
|
|
"lora_weight": 0.8,
|
|
"lora_triggers": "princess peach, crown, pink dress, shiny skin, royal elegance"
|
|
},
|
|
"tags": [
|
|
"Super Mario"
|
|
]
|
|
} |