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

30 lines
816 B
JSON

{
"scene_id": "canopy_bed",
"scene_name": "Canopy Bed",
"description": "A luxurious bedroom interior centered around a classic canopy bed with heavy draping curtains and soft bedding.",
"scene": {
"background": "indoors, bedroom, window, curtains, draped_curtains",
"foreground": "canopy_bed, bed, pillows, messy_bed, bed_sheet",
"furniture": [
"canopy_bed",
"bed"
],
"colors": [
"white",
"blue"
],
"lighting": "soft_lighting, natural_lighting, dim_lighting",
"theme": "bedroom, luxurious"
},
"lora": {
"lora_name": "Illustrious/Backgrounds/Canopy_Bed.safetensors",
"lora_weight": 0.8,
"lora_triggers": "c4nopy",
"lora_weight_min": 0.8,
"lora_weight_max": 0.8
},
"tags": {
"scene_type": "Indoor",
"nsfw": false
}
}