Files
character-browser/data/scenes/before_the_chalkboard_il.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

43 lines
1.0 KiB
JSON

{
"scene_id": "before_the_chalkboard_il",
"scene_name": "Before The Chalkboard Il",
"description": "A classroom scene where a character stands near the teacher's desk (lectern) in front of the chalkboard, typically used for self-introductions or announcements.",
"scene": {
"background": "classroom, chalkboard, indoors, clock",
"foreground": "standing, desk, lectern, chalk",
"furniture": [
"desk",
"lectern",
"school_desk",
"chalkboard",
"clock"
],
"colors": [
"green",
"brown",
"white"
],
"lighting": "indoors",
"theme": "school, introduction"
},
"lora": {
"lora_name": "Illustrious/Backgrounds/Before_the_Chalkboard_IL.safetensors",
"lora_weight": 1.0,
"lora_triggers": "standing beside desk, chalkboard, indoors",
"lora_weight_min": 0.6,
"lora_weight_max": 1.0
},
"tags": [
"classroom",
"chalkboard",
"desk",
"lectern",
"school_desk",
"chalk",
"clock",
"indoors",
"standing",
"school_uniform"
]
}