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:
48
data/characters/delinquent_mother_flim13.json
Normal file
48
data/characters/delinquent_mother_flim13.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"character_id": "delinquent_mother_flim13",
|
||||
"character_name": "Delinquent Mother",
|
||||
"identity": {
|
||||
"base_specs": "1girl, milf, gyaru, tall",
|
||||
"hair": "blonde hair, long hair",
|
||||
"eyes": "sharp eyes, black eyes, white pupil,",
|
||||
"hands": "red nails",
|
||||
"arms": "",
|
||||
"torso": "very large breasts",
|
||||
"pelvis": "wide hips",
|
||||
"legs": "",
|
||||
"feet": "painted nails",
|
||||
"extra": ""
|
||||
},
|
||||
"defaults": {
|
||||
"expression": "naughty face",
|
||||
"pose": "spread legs, leopard print panties",
|
||||
"scene": "sitting on couch, from below"
|
||||
},
|
||||
"wardrobe": {
|
||||
"default": {
|
||||
"full_body": "",
|
||||
"headwear": "",
|
||||
"top": "light brown sweater, cleavage",
|
||||
"bottom": "leopard print skirt",
|
||||
"legwear": "",
|
||||
"footwear": "red high heels",
|
||||
"hands": "",
|
||||
"accessories": "necklace, rings,"
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"aesthetic": "living room",
|
||||
"primary_color": "pink",
|
||||
"secondary_color": "black",
|
||||
"tertiary_color": "gold"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Looks/Gyaru_mom_Flim13_IL_V1.safetensors",
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": ""
|
||||
},
|
||||
"tags": [
|
||||
"Original",
|
||||
"flim13"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user