Files
character-browser/data/characters/yuffie_kisaragi.json
Aodhan Collins 5e4348ebc1 Add extra prompts, endless generation, random character default, and small fixes
- Add extra positive/negative prompt textareas to all 9 detail pages with session persistence
- Add Endless generation button to all detail pages (continuous preview generation until stopped)
- Default character selector to "Random Character" on all secondary detail pages
- Fix queue clear endpoint (remove spurious auth check)
- Refactor app.py into routes/ and services/ modules
- Update CLAUDE.md with new architecture documentation
- Various data file updates and cleanup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 02:07:16 +00:00

49 lines
1.2 KiB
JSON

{
"character_id": "yuffie_kisaragi",
"character_name": "Yuffie Kisaragi",
"identity": {
"base_specs": "1girl, slender build, fair skin",
"hair": "short black hair, bob cut",
"eyes": "brown eyes",
"hands": "",
"arms": "black sleeve on one arm",
"torso": "small breasts",
"pelvis": "",
"legs": "",
"feet": "",
"extra": "headband"
},
"defaults": {
"expression": "cheeky smile",
"pose": "wave",
"scene": "forest, sunlight"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "green turtleneck sweater vest, midriff",
"bottom": "beige shorts",
"legwear": "single kneehigh sock",
"footwear": "boots, ",
"hands": "fingerless glove on one hand, large gauntlet on one arm",
"accessories": "shuriken, materia"
}
},
"styles": {
"aesthetic": "ninja, japanese, final fantasy style",
"primary_color": "green",
"secondary_color": "beige",
"tertiary_color": "black"
},
"lora": {
"lora_name": "",
"lora_weight": 1.0,
"lora_triggers": "",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
},
"tags": [
"Final Fantasy VII"
]
}