24 lines
431 B
JSON
24 lines
431 B
JSON
{
|
|
"outfit_id": "nurse_01",
|
|
"outfit_name": "Nurse",
|
|
"wardrobe": {
|
|
"base": "",
|
|
"head": "nurse cap",
|
|
"upper_body": "nurse outfit",
|
|
"lower_body": "short skirt, stockings",
|
|
"hands": "",
|
|
"feet": "high heels",
|
|
"additional": ""
|
|
},
|
|
"lora": {
|
|
"lora_name": "",
|
|
"lora_weight": 0.8,
|
|
"lora_triggers": "",
|
|
"lora_weight_min": 0.8,
|
|
"lora_weight_max": 0.8
|
|
},
|
|
"tags": [
|
|
"nurse"
|
|
]
|
|
}
|