Files
character-browser/data/characters/blossom_ppg.json
Aodhan Collins 29a6723b25 Code review fixes: wardrobe migration, response validation, path traversal guard, deduplication
- 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>
2026-03-22 00:31:27 +00:00

45 lines
1.2 KiB
JSON

{
"character_id": "blossom_ppg",
"character_name": "Blossom",
"identity": {
"base": "blossom_(ppg), 1girl, mature_female, slender, fair_skin, multicolored_eyes",
"head": "orange_hair, very_long_hair, high_ponytail, blunt_bangs, pink_eyes, eyelashes",
"upper_body": "slender_waist",
"lower_body": "",
"hands": "",
"feet": "",
"additional": ""
},
"defaults": {
"expression": "smile, confident",
"pose": "standing, hand_on_hip",
"scene": "cityscape, daytime, sky"
},
"wardrobe": {
"base": "pink_dress, sleeveless_dress, a-line_dress",
"head": "red_hair_bow, oversized_bow",
"upper_body": "",
"lower_body": "",
"additional": "black_waist_belt",
"feet": "white_leggings, white_tights, black_shoes, mary_janes",
"hands": ""
},
"styles": {
"aesthetic": "modern_cartoon, cel_shading, vibrant",
"primary_color": "pink",
"secondary_color": "red",
"tertiary_color": "black"
},
"lora": {
"lora_name": "Illustrious/Looks/Aged_up_Powerpuff_Girls.safetensors",
"lora_weight": 1.0,
"lora_weight_min": 0.7,
"lora_weight_max": 1.0,
"lora_triggers": ""
},
"tags": {
"origin_series": "The Powerpuff Girls",
"origin_type": "Cartoon",
"nsfw": false
}
}