Add outfit gallery and AI-powered creation for characters and outfits
- 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
This commit is contained in:
57
data/characters/aerith_gainsborough.json
Normal file
57
data/characters/aerith_gainsborough.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"character_id": "aerith_gainsborough",
|
||||
"identity": {
|
||||
"base_specs": "1girl, slender build, fair skin",
|
||||
"hair": "long brown hair, braided, ",
|
||||
"eyes": "green eyes",
|
||||
"hands": "pink nails",
|
||||
"arms": "",
|
||||
"torso": "small breasts",
|
||||
"pelvis": "",
|
||||
"legs": "",
|
||||
"feet": "",
|
||||
"extra": "pink hair ribbon"
|
||||
},
|
||||
"defaults": {
|
||||
"expression": "gentle smile, looking at viewer",
|
||||
"pose": "handing flower to viewer",
|
||||
"scene": "city street, night"
|
||||
},
|
||||
"wardrobe": {
|
||||
"default": {
|
||||
"full_body": "long pink dress",
|
||||
"headwear": "",
|
||||
"top": "red bolero jacket",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "brown boots",
|
||||
"hands": "",
|
||||
"accessories": "gold bracelets, flower basket"
|
||||
},
|
||||
"red_dress": {
|
||||
"full_body": "long dress, frilled dress, red dress",
|
||||
"headwear": "red hair ribbons",
|
||||
"top": "",
|
||||
"bottom": "",
|
||||
"legwear": "",
|
||||
"footwear": "white high heels",
|
||||
"hands": "red nails",
|
||||
"accessories": "gold bracelets"
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"aesthetic": "floral, final fantasy vii style",
|
||||
"primary_color": "pink",
|
||||
"secondary_color": "red",
|
||||
"tertiary_color": "brown"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": ""
|
||||
},
|
||||
"tags": [
|
||||
"Final Fantasy VII"
|
||||
],
|
||||
"character_name": "Aerith Gainsborough"
|
||||
}
|
||||
Reference in New Issue
Block a user