Files
character-browser/data/scenes/backstage.json
2026-03-21 18:21:00 +00:00

32 lines
995 B
JSON

{
"scene_id": "backstage",
"scene_name": "Backstage",
"description": "A behind-the-scenes perspective of a concert or theater stage, characterized by heavy velvet curtains, industrial scaffolding, and stage equipment waiting in the wings.",
"scene": {
"background": "backstage, stage_curtains, scaffolding, indoors, dark_background, wings_of_stage",
"foreground": "microphone_stand, amplifier, musical_cables, stage_equipment",
"furniture": [
"scaffolding",
"microphone_stand",
"amplifier"
],
"colors": [
"black",
"red",
"grey"
],
"lighting": "stage_lights, spotlight, artificial_lighting, dimly_lit",
"theme": "music_concert, performance, idol, theater"
},
"lora": {
"lora_name": "Illustrious/Backgrounds/Backstage.safetensors",
"lora_weight": 0.8,
"lora_triggers": "b4ckst4g3",
"lora_weight_min": 0.8,
"lora_weight_max": 0.8
},
"tags": {
"scene_type": "Indoor",
"nsfw": false
}
}