- Migrate 11 character JSONs from old wardrobe keys to _BODY_GROUP_KEYS format - Add is_favourite/is_nsfw columns to Preset model - Add HTTP response validation and timeouts to ComfyUI client - Add path traversal protection on replace cover route - Deduplicate services/mcp.py (4 functions → 2 generic + 2 wrappers) - Extract apply_library_filters() and clean_html_text() shared helpers - Add named constants for 17 ComfyUI workflow node IDs - Fix bare except clauses in services/llm.py - Fix tags schema in ensure_default_outfit() (list → dict) - Convert f-string logging to lazy % formatting - Add 5-minute polling timeout to frontend waitForJob() - Improve migration error handling (non-duplicate errors log at WARNING) - Update CLAUDE.md to reflect all changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"character_id": "aisha_clan_clan",
|
|
"character_name": "Aisha Clan-Clan",
|
|
"identity": {
|
|
"base": "1girl, dark_skin, toned, fangs, facial_mark",
|
|
"head": "white_hair, long_hair, hair_braid, cat_ears, long_ears, aqua_eyes, circlet, hair_ring",
|
|
"upper_body": "abs, toned_body, medium_breasts",
|
|
"lower_body": "cat_tail",
|
|
"hands": "claws, bracelets",
|
|
"feet": "",
|
|
"additional": "cattra"
|
|
},
|
|
"defaults": {
|
|
"expression": "grin",
|
|
"pose": "flexing",
|
|
"scene": "space_station"
|
|
},
|
|
"wardrobe": {
|
|
"base": "off-shoulder_dress, two-tone_dress",
|
|
"head": "circlet, hair_ring",
|
|
"upper_body": "neck_bell, white_collar, long_sleeves, cleavage",
|
|
"lower_body": "black_belt",
|
|
"additional": "bell",
|
|
"feet": "pantyhose, thigh_strap",
|
|
"hands": "bracelets"
|
|
},
|
|
"styles": {
|
|
"aesthetic": "retro_anime, 1990s_(style), outlaw_star",
|
|
"primary_color": "white",
|
|
"secondary_color": "green",
|
|
"tertiary_color": "black"
|
|
},
|
|
"lora": {
|
|
"lora_name": "Illustrious/Looks/Hoseki_OutlawStar_AishaClanClan_IllustriousXL_v1.safetensors",
|
|
"lora_weight": 1.0,
|
|
"lora_weight_min": 0.7,
|
|
"lora_weight_max": 1.0,
|
|
"lora_triggers": "ashcln"
|
|
},
|
|
"tags": {
|
|
"origin_series": "Outlaw Star",
|
|
"origin_type": "Anime",
|
|
"nsfw": false
|
|
}
|
|
} |