33 lines
875 B
JSON
33 lines
875 B
JSON
{
|
|
"characters": [
|
|
{
|
|
"id": "lin",
|
|
"name": "Lin",
|
|
"gender": "female",
|
|
"age": "mid-20s",
|
|
"appearance": {
|
|
"hair": "long black hair with side bangs",
|
|
"eyes": "dark brown almond-shaped eyes",
|
|
"skin": "fair",
|
|
"build": "slender",
|
|
"features": ["high cheekbones", "soft jawline"]
|
|
},
|
|
"outfits": [
|
|
{
|
|
"name": "default",
|
|
"description": "white blouse, dark fitted jeans, minimalist silver necklace",
|
|
"tags": ["casual", "modern", "clean"]
|
|
},
|
|
{
|
|
"name": "formal",
|
|
"description": "black tailored blazer, white shirt, pencil skirt",
|
|
"tags": ["formal", "professional"]
|
|
}
|
|
],
|
|
"style_tags": ["realistic", "cinematic lighting", "soft focus"],
|
|
"lora_path": null,
|
|
"reference_dir": null
|
|
}
|
|
]
|
|
}
|