- 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": "jessica_rabbit",
|
|
"character_name": "Jessica Rabbit",
|
|
"identity": {
|
|
"base_specs": "1girl, tall,",
|
|
"hair": "long red hair, side part, hair over one eye",
|
|
"eyes": "green eyes, heavy makeup, purple eyeshadow",
|
|
"hands": "purple elbow gloves",
|
|
"arms": "",
|
|
"torso": "large breasts",
|
|
"pelvis": "very narrow waist",
|
|
"legs": "",
|
|
"feet": "",
|
|
"extra": "red lips"
|
|
},
|
|
"defaults": {
|
|
"expression": "",
|
|
"pose": "",
|
|
"scene": ""
|
|
},
|
|
"wardrobe": {
|
|
"default": {
|
|
"full_body": "red sequin evening gown",
|
|
"headwear": "",
|
|
"top": "strapless, backless",
|
|
"bottom": "high slit",
|
|
"legwear": "side slit",
|
|
"footwear": "red high heels",
|
|
"hands": "purple opera gloves",
|
|
"accessories": "gold earrings, glitter"
|
|
}
|
|
},
|
|
"styles": {
|
|
"aesthetic": "jazz club,noir,",
|
|
"primary_color": "red",
|
|
"secondary_color": "purple",
|
|
"tertiary_color": "gold"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Looks/JessicaRabbitXL_character-12-IL.safetensors",
|
|
"lora_weight": 0.8,
|
|
"lora_triggers": ""
|
|
},
|
|
"tags": [
|
|
"Who Framed Roger Rabbit"
|
|
]
|
|
} |