- 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
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"character_id": "jasmine_disney",
|
|
"character_name": "Jasmine",
|
|
"identity": {
|
|
"base_specs": "1girl, dark skin, ",
|
|
"hair": "black hair, long hair, voluminous hair, banded hair, sectioned hair",
|
|
"eyes": "brown eyes, ",
|
|
"hands": "teal nails",
|
|
"arms": "",
|
|
"torso": "medium breasts",
|
|
"pelvis": "narrow waist",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": "heavy eyeliner, winged eyeliner"
|
|
},
|
|
"defaults": {
|
|
"expression": "gentle smile",
|
|
"pose": "hand in water",
|
|
"scene": "sitting beside fountain, sunshine"
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "",
|
|
"headwear": "",
|
|
"top": "teal crop top, tube top, off-shoulder, cleavage",
|
|
"bottom": "teal harem pants",
|
|
"legwear": " baggy pants, sheer fabric",
|
|
"footwear": "gold shoes, curling toes, pointed shoes",
|
|
"hands": "",
|
|
"accessories": "gold hoop earrings, large gold necklace, blue headband, jewel on headband"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "desert arabian, disney, cartoon, ",
|
|
"primary_color": "teal",
|
|
"secondary_color": "gold",
|
|
"tertiary_color": "black"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Looks/Jasmine-IL_V2.safetensors",
|
|
"lora_weight": 0.8,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Aladdin",
|
|
"princess",
|
|
"disney"
|
|
]
|
|
} |