Files
character-browser/data/characters/jasmine_disney.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

51 lines
1.3 KiB
JSON

{
"character_id": "jasmine_disney",
"character_name": "Jasmine",
"identity": {
"base_specs": "1girl, dark skin, ",
"hair": "black hair, long hair, voluminous hair, banded hair, sectioned hair",
"eyes": "brown eyes, ",
"hands": "teal nails",
"arms": "",
"torso": "medium breasts",
"pelvis": "narrow waist",
"legs": "",
"feet": "",
"extra": "heavy eyeliner, winged eyeliner"
},
"defaults": {
"expression": "gentle smile",
"pose": "hand in water",
"scene": "sitting beside fountain, sunshine"
},
"wardrobe": {
"default": {
"full_body": "",
"headwear": "",
"top": "teal crop top, tube top, off-shoulder, cleavage",
"bottom": "teal harem pants",
"legwear": " baggy pants, sheer fabric",
"footwear": "gold shoes, curling toes, pointed shoes",
"hands": "",
"accessories": "gold hoop earrings, large gold necklace, blue headband, jewel on headband"
}
},
"styles": {
"aesthetic": "desert arabian, disney, cartoon, ",
"primary_color": "teal",
"secondary_color": "gold",
"tertiary_color": "black"
},
"lora": {
"lora_name": "Illustrious/Looks/JasmineIL.safetensors",
"lora_weight": 0.8,
"lora_triggers": "",
"lora_weight_min": 0.8,
"lora_weight_max": 0.8
},
"tags": [
"Aladdin",
"princess",
"disney"
]
}