Added scene and actions browser.

This commit is contained in:
Aodhan Collins
2026-02-22 23:44:28 +00:00
parent bb65486995
commit 615c400024
361 changed files with 13438 additions and 15 deletions

View File

@@ -0,0 +1,35 @@
{
"scene_id": "backstage",
"scene_name": "Backstage",
"description": "A cluttered and atmospheric backstage dressing room area behind the scenes of a performance venue.",
"scene": {
"background": "indoors, backstage, brick wall, electrical wires, flight cases, musical equipment, posters on wall",
"foreground": "vanity mirror, light bulbs, makeup tools, scattered clothes, clothing rack, hanging clothes",
"furniture": [
"vanity table",
"folding chair",
"clothing rack",
"sofa"
],
"colors": [
"tungsten yellow",
"dark grey",
"black",
"wood brown"
],
"lighting": "dim lighting, warm lighting, artificial light, cinematic lighting, dramatic shadows",
"theme": "behind the scenes, concerts, theater, preparation"
},
"lora": {
"lora_name": "Illustrious/Backgrounds/Backstage.safetensors",
"lora_weight": 1.0,
"lora_triggers": "Backstage"
},
"tags": [
"backstage",
"dressing room",
"green room",
"behind the scenes",
"concert venue"
]
}