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

53 lines
1.2 KiB
JSON

{
"scene_id": "laboratory___il",
"scene_name": "Laboratory Il",
"description": "A detailed scientific laboratory environment featuring high-tech equipment, glassware, and sterile surfaces.",
"scene": {
"background": "indoors, laboratory, reflective_floor, science_fiction",
"foreground": "test_tube, vial, bottle, round-bottom_flask, chemicals, liquid, potion, paper, cable",
"furniture": [
"cabinet",
"shelf",
"monitor",
"table",
"stasis_tank"
],
"colors": [
"white",
"blue",
"silver"
],
"lighting": "ceiling_light, artificial_lighting",
"theme": "science, chemistry, medical, sci-fi"
},
"lora": {
"lora_name": "Illustrious/Backgrounds/Laboratory_-_IL.safetensors",
"lora_weight": 0.7,
"lora_triggers": "l4b",
"lora_weight_min": 0.6,
"lora_weight_max": 1.0
},
"tags": [
"indoors",
"laboratory",
"science",
"test_tube",
"monitor",
"shelf",
"vial",
"bottle",
"round-bottom_flask",
"cabinet",
"paper",
"reflective_floor",
"cable",
"chemicals",
"jar",
"ceiling_light",
"liquid",
"potion",
"science_fiction",
"stasis_tank"
]
}