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

32 lines
880 B
JSON

{
"scene_id": "nightclub",
"scene_name": "Nightclub",
"description": "A vibrant and moody interior of a nightclub heavily styled with purple tones and neon lighting.",
"scene": {
"background": "nightclub, indoors, purple_interior, neon_lights, bokeh, dance_floor",
"foreground": "crowd, blurred_people",
"furniture": [
"bar_counter",
"bar_stool",
"disco_ball"
],
"colors": [
"purple_lighting",
"violet_lighting",
"black_background"
],
"lighting": "neon_lights, dim_lighting, laser_lights, colored_lighting, spotlight",
"theme": "nightlife"
},
"lora": {
"lora_name": "Illustrious/Backgrounds/nightclub.safetensors",
"lora_weight": 1.0,
"lora_triggers": "nightclub",
"lora_weight_min": 1.0,
"lora_weight_max": 1.0
},
"tags": {
"scene_type": "Indoor",
"nsfw": false
}
}