Add Checkpoints Gallery with per-checkpoint generation settings
- New Checkpoint model (slug, name, checkpoint_path, data JSON, image_path) - sync_checkpoints() loads metadata from data/checkpoints/*.json and falls back to template defaults for models without a JSON file - _apply_checkpoint_settings() applies per-checkpoint steps, CFG, sampler, base positive/negative prompts, and VAE (with dynamic VAELoader node injection for non-integrated VAEs) to the ComfyUI workflow - Bulk Create from Checkpoints: scans Illustrious/Noob model directories, reads matching HTML files, uses LLM to populate metadata, falls back to template defaults when no HTML is present - Gallery index with batch cover generation and WebSocket progress bar - Detail page showing Generation Settings and Base Prompts cards - Checkpoints nav link added to layout - New data/prompts/checkpoint_system.txt LLM system prompt - Updated README with all current galleries and file structure - Also includes accumulated action/scene JSON updates, new actions, and other template/generator improvements from prior sessions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,34 +1,37 @@
|
||||
{
|
||||
"scene_id": "arcade___illustrious",
|
||||
"scene_name": "Arcade Illustrious",
|
||||
"description": "A vibrant, bustling interior of a Japanese-style game center illuminated by the glow of retro arcade cabinets and neon signs.",
|
||||
"description": "A vibrant, dimly lit arcade filled with rows of classic game cabinets and neon lights.",
|
||||
"scene": {
|
||||
"background": "arcade, indoors, game center, crowded, scenery, posters, ceiling lights, patterned carpet, rows of machines",
|
||||
"foreground": "arcade cabinet, claw machine, joystick, buttons, screen, neon signage, glowing",
|
||||
"background": "indoors, checkered_floor, neon_lights, dark_background, poster",
|
||||
"foreground": "arcade_cabinet, joystick, monitor, stool",
|
||||
"furniture": [
|
||||
"arcade machine",
|
||||
"crane game",
|
||||
"arcade_cabinet",
|
||||
"stool",
|
||||
"change machine"
|
||||
"game_machine"
|
||||
],
|
||||
"colors": [
|
||||
"neon purple",
|
||||
"cyan",
|
||||
"magenta",
|
||||
"dark blue"
|
||||
"purple",
|
||||
"neon_blue",
|
||||
"red",
|
||||
"dark"
|
||||
],
|
||||
"lighting": "dimly lit, cinematic lighting, neon glow, screen light, bloom",
|
||||
"theme": "gaming, retro, cyberpunk, nightlife"
|
||||
"lighting": "dimly_lit, ceiling_light, bloom, neon_lights",
|
||||
"theme": "retro_gaming, cyberpunk, 80s"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Arcade_-_Illustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Arcade_-_Illustrious"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "4rc4d3"
|
||||
},
|
||||
"tags": [
|
||||
"video games",
|
||||
"amusement",
|
||||
"electronic",
|
||||
"nostalgia"
|
||||
"indoors",
|
||||
"arcade_cabinet",
|
||||
"joystick",
|
||||
"monitor",
|
||||
"checkered_floor",
|
||||
"ceiling_light",
|
||||
"neon_lights",
|
||||
"retro_artstyle"
|
||||
]
|
||||
}
|
||||
@@ -1,38 +1,36 @@
|
||||
{
|
||||
"scene_id": "arcadev2",
|
||||
"scene_name": "Arcadev2",
|
||||
"description": "A vibrant, dimly lit retro arcade filled with rows of classic game cabinets and neon signs.",
|
||||
"description": "A vibrant, retro-styled video arcade interior filled with rows of gaming cabinets, illuminated by neon glows and ceiling lights over a classic checkered floor.",
|
||||
"scene": {
|
||||
"background": "indoors, arcade, row of arcade machines, arcade cabinet, neon sign, patterned carpet, posters, crowd background",
|
||||
"foreground": "arcade machine, joystick, buttons, coin slot, reflection, glowing screen",
|
||||
"background": "indoors",
|
||||
"foreground": "arcade_cabinet",
|
||||
"furniture": [
|
||||
"arcade cabinet",
|
||||
"stool",
|
||||
"pinball machine",
|
||||
"crane game"
|
||||
"arcade_cabinet",
|
||||
"stool"
|
||||
],
|
||||
"colors": [
|
||||
"neon purple",
|
||||
"neon blue",
|
||||
"cyan",
|
||||
"magenta",
|
||||
"black"
|
||||
"neon_lights",
|
||||
"colorful"
|
||||
],
|
||||
"lighting": "dimly lit, neon glow, backlighting, screen glow, cinematic lighting",
|
||||
"theme": "retro, synthwave, 1980s, gaming, cyberpunk"
|
||||
"lighting": "ceiling_light",
|
||||
"theme": "arcade"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/ArcadeV2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ArcadeV2"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "4rc4d3"
|
||||
},
|
||||
"tags": [
|
||||
"arcade",
|
||||
"scenery",
|
||||
"retro gaming",
|
||||
"indoors",
|
||||
"neon lights",
|
||||
"video games",
|
||||
"atmosphere"
|
||||
"arcade_cabinet",
|
||||
"joystick",
|
||||
"monitor",
|
||||
"checkered_floor",
|
||||
"ceiling_light",
|
||||
"neon_lights",
|
||||
"stool",
|
||||
"dim_lighting"
|
||||
]
|
||||
}
|
||||
@@ -1,35 +1,36 @@
|
||||
{
|
||||
"scene_id": "backstage",
|
||||
"scene_name": "Backstage",
|
||||
"description": "A cluttered and atmospheric backstage dressing room area behind the scenes of a performance venue.",
|
||||
"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": "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",
|
||||
"background": "backstage, stage_curtains, scaffolding, indoors, crowd",
|
||||
"foreground": "microphone_stand, amplifier, cable, instrument",
|
||||
"furniture": [
|
||||
"vanity table",
|
||||
"folding chair",
|
||||
"clothing rack",
|
||||
"sofa"
|
||||
"scaffolding",
|
||||
"microphone_stand",
|
||||
"amplifier"
|
||||
],
|
||||
"colors": [
|
||||
"tungsten yellow",
|
||||
"dark grey",
|
||||
"black",
|
||||
"wood brown"
|
||||
"red",
|
||||
"grey"
|
||||
],
|
||||
"lighting": "dim lighting, warm lighting, artificial light, cinematic lighting, dramatic shadows",
|
||||
"theme": "behind the scenes, concerts, theater, preparation"
|
||||
"lighting": "stage_lights, spotlight, artificial_lighting, dimly_lit",
|
||||
"theme": "music_concert, performance, idol, theater"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Backstage.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Backstage"
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "b4ckst4g3"
|
||||
},
|
||||
"tags": [
|
||||
"backstage",
|
||||
"dressing room",
|
||||
"green room",
|
||||
"behind the scenes",
|
||||
"concert venue"
|
||||
"curtains",
|
||||
"scaffolding",
|
||||
"indoors",
|
||||
"stage_curtains",
|
||||
"stage_lights",
|
||||
"crowd",
|
||||
"microphone_stand"
|
||||
]
|
||||
}
|
||||
@@ -1,39 +1,49 @@
|
||||
{
|
||||
"scene_id": "barbie_b3dr00m_i",
|
||||
"scene_name": "Barbie B3Dr00M I",
|
||||
"description": "A vibrant and glamorous bedroom inspired by a Barbie dream house, featuring extensive pink decor, plastic-like textures, and cute, girly aesthetics typical of a dollhouse interior.",
|
||||
"description": "A vibrant, pink-themed Barbie bedroom filled with glamorous decor and accessories.",
|
||||
"scene": {
|
||||
"background": "indoors, bedroom, pink wallpaper, heart pattern, window, lace curtains, chandelier, ornate walls",
|
||||
"foreground": "bed, pink bedding, fluffy pillows, stuffed toys, perfume bottles, vanity mirror",
|
||||
"background": "indoors, bedroom, pink_theme, neon_lights, curtains, wall, shelf",
|
||||
"foreground": "bed, pillow, handbag, high_heels, tiara, sequins, gem, ribbon",
|
||||
"furniture": [
|
||||
"canopy bed",
|
||||
"vanity table",
|
||||
"heart-shaped chair",
|
||||
"wardrobe",
|
||||
"nightstand"
|
||||
"bed",
|
||||
"chandelier",
|
||||
"mirror",
|
||||
"shelf",
|
||||
"curtains"
|
||||
],
|
||||
"colors": [
|
||||
"pink",
|
||||
"magenta",
|
||||
"white",
|
||||
"fuchsia",
|
||||
"pastel pink"
|
||||
"purple"
|
||||
],
|
||||
"lighting": "bright, soft box, sparkling, dreamy, sunlight",
|
||||
"theme": "barbiecore, dollhouse, girly, plastic, cute"
|
||||
"lighting": "neon_lights, sparkle",
|
||||
"theme": "barbie_(franchise), glitter, frills, kitsch"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Barbie_b3dr00m-i.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Barbie_b3dr00m-i"
|
||||
"lora_triggers": "barbie bedroom"
|
||||
},
|
||||
"tags": [
|
||||
"interior",
|
||||
"barbie_(franchise)",
|
||||
"bedroom",
|
||||
"barbie",
|
||||
"pink",
|
||||
"dollhouse",
|
||||
"cozy",
|
||||
"room"
|
||||
"indoors",
|
||||
"pink_theme",
|
||||
"fuchsia",
|
||||
"neon_lights",
|
||||
"sparkle",
|
||||
"sequins",
|
||||
"gem",
|
||||
"mirror",
|
||||
"chandelier",
|
||||
"frills",
|
||||
"curtains",
|
||||
"bed",
|
||||
"pillow",
|
||||
"handbag",
|
||||
"high_heels",
|
||||
"tiara",
|
||||
"ribbon"
|
||||
]
|
||||
}
|
||||
@@ -1,35 +1,43 @@
|
||||
{
|
||||
"scene_id": "bedroom_0f_4_succubus_i",
|
||||
"scene_name": "Bedroom 0F 4 Succubus I",
|
||||
"description": "A lavish and moody gothic bedroom designed for a succubus, featuring dark romantic aesthetics, mystical colors, and ornate furniture.",
|
||||
"description": "A dark and seductive bedroom designed for a succubus, featuring a grand canopy bed with red velvet, black stone walls, glowing runes, and gothic decor.",
|
||||
"scene": {
|
||||
"background": "indoors, bedroom, gothic architecture, stone walls, stained glass window, night",
|
||||
"foreground": "ornate canopy bed, silk sheets, heart motif, scattered rose petals, magical aura",
|
||||
"background": "indoors, stone_wall, black_wall, runes, glowing, smoke, incense",
|
||||
"foreground": "chain, skull",
|
||||
"furniture": [
|
||||
"canopy bed",
|
||||
"antique vanity",
|
||||
"candelabra",
|
||||
"heavy velvet curtains"
|
||||
"canopy_bed",
|
||||
"curtains",
|
||||
"mirror",
|
||||
"candle"
|
||||
],
|
||||
"colors": [
|
||||
"crimson",
|
||||
"black",
|
||||
"deep purple",
|
||||
"gold"
|
||||
"black_theme",
|
||||
"red_theme"
|
||||
],
|
||||
"lighting": "dim lighting, candlelight, purple ambient glow, volumetric lighting",
|
||||
"theme": "dark fantasy"
|
||||
"lighting": "dim_lighting, candlelight",
|
||||
"theme": "gothic_architecture, fantasy"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/bedroom_0f_4_succubus-i.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "bedroom_0f_4_succubus-i"
|
||||
"lora_triggers": "bedroom 0f 4 succubus"
|
||||
},
|
||||
"tags": [
|
||||
"interior",
|
||||
"gothic",
|
||||
"fantasy",
|
||||
"luxurious",
|
||||
"succubus theme"
|
||||
"indoors",
|
||||
"scenery",
|
||||
"no_humans",
|
||||
"bedroom",
|
||||
"gothic_architecture",
|
||||
"stone_wall",
|
||||
"canopy_bed",
|
||||
"runes",
|
||||
"candlelight",
|
||||
"red_theme",
|
||||
"black_theme",
|
||||
"dim_lighting",
|
||||
"chain",
|
||||
"skull",
|
||||
"incense"
|
||||
]
|
||||
}
|
||||
@@ -1,34 +1,40 @@
|
||||
{
|
||||
"scene_id": "before_the_chalkboard_il",
|
||||
"scene_name": "Before The Chalkboard Il",
|
||||
"description": "A character standing confidently in a classroom setting with a chalkboard full of equations and notes in the background.",
|
||||
"description": "A classroom scene where a character stands near the teacher's desk (lectern) in front of the chalkboard, typically used for self-introductions or announcements.",
|
||||
"scene": {
|
||||
"background": "indoors, classroom, school, chalkboard, greenboard, math, formula, writing on board, window, daylight, dust motes",
|
||||
"foreground": "solo, standing, looking at viewer, holding chalk, pointing, school uniform, upper body",
|
||||
"background": "classroom, chalkboard, indoors, clock",
|
||||
"foreground": "standing, desk, lectern, chalk",
|
||||
"furniture": [
|
||||
"desk",
|
||||
"lectern",
|
||||
"school_desk",
|
||||
"chalkboard",
|
||||
"teacher's desk",
|
||||
"podium"
|
||||
"clock"
|
||||
],
|
||||
"colors": [
|
||||
"dark green",
|
||||
"chalk white",
|
||||
"wood brown",
|
||||
"creamy beige"
|
||||
"green",
|
||||
"brown",
|
||||
"white"
|
||||
],
|
||||
"lighting": "natural light, sunbeams, soft indoor lighting, cinematic lighting",
|
||||
"theme": "education, school life, presentation"
|
||||
"lighting": "indoors",
|
||||
"theme": "school, introduction"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Before_the_Chalkboard_IL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Before_the_Chalkboard_IL"
|
||||
"lora_triggers": "standing beside desk, chalkboard, indoors"
|
||||
},
|
||||
"tags": [
|
||||
"classroom",
|
||||
"chalkboard",
|
||||
"school",
|
||||
"teaching",
|
||||
"presentation"
|
||||
"desk",
|
||||
"lectern",
|
||||
"school_desk",
|
||||
"chalk",
|
||||
"clock",
|
||||
"indoors",
|
||||
"standing",
|
||||
"school_uniform"
|
||||
]
|
||||
}
|
||||
@@ -1,34 +1,35 @@
|
||||
{
|
||||
"scene_id": "canopy_bed",
|
||||
"scene_name": "Canopy Bed",
|
||||
"description": "An ornate and elegant bedroom featuring a grand four-poster canopy bed with flowing sheer drapes, bathed in soft window light.",
|
||||
"description": "A luxurious bedroom interior centered around a classic canopy bed with heavy draping curtains and soft bedding.",
|
||||
"scene": {
|
||||
"background": "indoors, bedroom, master_bedroom, ornate_wallpaper, large_window, patterned_carpet, victorian_decor",
|
||||
"foreground": "canopy_bed, four-poster_bed, bed_curtains, white_bed_sheet, plush_pillows, duvet, no_humans",
|
||||
"background": "indoors, bedroom, curtains, window, wall",
|
||||
"foreground": "canopy_bed, bed_sheet, pillow, white_bed_sheet",
|
||||
"furniture": [
|
||||
"bedside_table",
|
||||
"antique_lamp",
|
||||
"vanity_desk",
|
||||
"tufted_bench"
|
||||
"canopy_bed",
|
||||
"bed"
|
||||
],
|
||||
"colors": [
|
||||
"cream",
|
||||
"gold",
|
||||
"white",
|
||||
"pale_blue"
|
||||
"blue"
|
||||
],
|
||||
"lighting": "soft_lighting, natural_light, volumetric_lighting, sunbeams",
|
||||
"theme": "aristocratic, cozy, vintage, romance"
|
||||
"lighting": "soft_lighting",
|
||||
"theme": "bedroom"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Canopy_Bed.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Canopy_Bed"
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "c4nopy"
|
||||
},
|
||||
"tags": [
|
||||
"interior_design",
|
||||
"furniture",
|
||||
"scenery",
|
||||
"classic"
|
||||
"indoors",
|
||||
"bedroom",
|
||||
"canopy_bed",
|
||||
"curtains",
|
||||
"pillow",
|
||||
"bed_sheet",
|
||||
"white_bed_sheet",
|
||||
"soft_lighting",
|
||||
"no_humans"
|
||||
]
|
||||
}
|
||||
@@ -1,35 +1,37 @@
|
||||
{
|
||||
"scene_id": "cozy_bedroom___illustrious",
|
||||
"scene_name": "Cozy Bedroom Illustrious",
|
||||
"description": "A warm and inviting bedroom filled with soft light, plush textures, and a relaxing atmosphere.",
|
||||
"description": "A detailed, modern, and lived-in cozy bedroom environment with scattered items and warm atmosphere.",
|
||||
"scene": {
|
||||
"background": "indoors, bedroom, window, white curtains, sunlight, wood floor, bookshelf, potted plant, cluttered",
|
||||
"foreground": "bed, messy bed, white bed sheet, duvet, pile of pillows, plush toy, blanket",
|
||||
"background": "indoors, bedroom, house, scenery, window, curtains, wooden_floor, messy_room",
|
||||
"foreground": "potted_plant, desk, chair, computer",
|
||||
"furniture": [
|
||||
"double bed",
|
||||
"nightstand",
|
||||
"rug",
|
||||
"desk"
|
||||
"bed",
|
||||
"desk",
|
||||
"bookshelf",
|
||||
"chair",
|
||||
"lamp",
|
||||
"pillow",
|
||||
"blanket"
|
||||
],
|
||||
"colors": [
|
||||
"beige",
|
||||
"warm brown",
|
||||
"cream",
|
||||
"pastel yellow"
|
||||
"brown_theme",
|
||||
"orange_theme"
|
||||
],
|
||||
"lighting": "warm lighting, natural light, soft illumination, afternoon sun",
|
||||
"theme": "cozy, comfort, slice of life, relaxation"
|
||||
"lighting": "sunlight, sunbeam, light_rays, dim_lighting",
|
||||
"theme": "anime_coloring"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Cozy_bedroom_-_Illustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Cozy_bedroom_-_Illustrious"
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "cozybedroom"
|
||||
},
|
||||
"tags": [
|
||||
"scenery",
|
||||
"no humans",
|
||||
"modern",
|
||||
"cozy",
|
||||
"interior",
|
||||
"highly detailed",
|
||||
"aesthetic"
|
||||
"morning",
|
||||
"bright",
|
||||
"dutch_angle"
|
||||
]
|
||||
}
|
||||
@@ -1,35 +1,36 @@
|
||||
{
|
||||
"scene_id": "forestill",
|
||||
"scene_name": "Forestill",
|
||||
"description": "A lush, enchanted forest floor illuminated by shafts of sunlight filtering through ancient trees, rendered in a detailed illustrative style.",
|
||||
"description": "A dense, atmospheric forest scene featuring mossy rocks, trees, and a river, potentially providing a dark or dappled sunlight backdrop.",
|
||||
"scene": {
|
||||
"background": "forest, tree, nature, outdoors, scenery, woodland, trunk, leaf, ancient tree, dense foliage, moss",
|
||||
"foreground": "grass, flower, path, roots, fern, plant, mushroom",
|
||||
"furniture": [
|
||||
"fallen log",
|
||||
"stump"
|
||||
],
|
||||
"background": "forest, tree, dark_background, nature, outdoors, scenery",
|
||||
"foreground": "grass, moss, rock, river, stream, snow",
|
||||
"furniture": [],
|
||||
"colors": [
|
||||
"emerald green",
|
||||
"earth brown",
|
||||
"golden yellow",
|
||||
"soft teal"
|
||||
"green",
|
||||
"brown",
|
||||
"dark_green"
|
||||
],
|
||||
"lighting": "sunlight, sunbeam, dappled sunlight, god rays, atmospheric lighting",
|
||||
"theme": "nature, fantasy, ethereal, mysterious, tranquil"
|
||||
"lighting": "dappled_sunlight, shadow",
|
||||
"theme": "nature"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/ForestILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ForestILL"
|
||||
"lora_weight": 0.75,
|
||||
"lora_triggers": "forest, tree, dark_background"
|
||||
},
|
||||
"tags": [
|
||||
"forest",
|
||||
"illustration",
|
||||
"tree",
|
||||
"grass",
|
||||
"moss",
|
||||
"rock",
|
||||
"river",
|
||||
"dappled_sunlight",
|
||||
"dark_background",
|
||||
"snow",
|
||||
"scenery",
|
||||
"fantasy",
|
||||
"nature",
|
||||
"detailed",
|
||||
"vegetation"
|
||||
"outdoors",
|
||||
"nature"
|
||||
]
|
||||
}
|
||||
@@ -1,41 +1,39 @@
|
||||
{
|
||||
"scene_id": "girl_b3dr00m_i",
|
||||
"scene_name": "Girl B3Dr00M I",
|
||||
"description": "A cozy, lived-in girl's bedroom filled with soft textures, personal items, and pastel decor.",
|
||||
"description": "A beautifully designed modern bedroom with a warm and inviting atmosphere, featuring soft pastel tones, fairy lights, and a cozy bed.",
|
||||
"scene": {
|
||||
"background": "indoors, bedroom, window, curtains, bookshelf, posters, wallpaper, ",
|
||||
"foreground": "bed, pillows, stuffed toy, blanket, sheets, cushions",
|
||||
"background": "indoors, bedroom, window, curtains, bookshelf, string_lights",
|
||||
"foreground": "bed, pillow, blanket, potted_plant, bedside_table, cat",
|
||||
"furniture": [
|
||||
"bed",
|
||||
"desk",
|
||||
"chair",
|
||||
"nightstand",
|
||||
"rug",
|
||||
"shelves"
|
||||
"bookshelf",
|
||||
"bedside_table"
|
||||
],
|
||||
"colors": [
|
||||
"pastel pink",
|
||||
"pastel_colors",
|
||||
"white",
|
||||
"cream",
|
||||
"light blue",
|
||||
"lavender"
|
||||
"brown"
|
||||
],
|
||||
"lighting": "soft natural light, sunlight, bright, ambient occlusion",
|
||||
"theme": "cozy, cute, kawaii,interior"
|
||||
"lighting": "sunlight, warm_light, volumetric_lighting",
|
||||
"theme": "cozy, modern, scenery"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Girl_b3dr00m-i.safetensors",
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "Girl_b3dr00m-i"
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Girl b3dr00m"
|
||||
},
|
||||
"tags": [
|
||||
"indoors",
|
||||
"bedroom",
|
||||
"scenery",
|
||||
"no humans",
|
||||
"room",
|
||||
"scenery",
|
||||
"no_humans",
|
||||
"bed",
|
||||
"furniture",
|
||||
"messy",
|
||||
"pastel colors"
|
||||
"window",
|
||||
"curtains",
|
||||
"string_lights",
|
||||
"pastel_colors"
|
||||
]
|
||||
}
|
||||
@@ -1,36 +1,30 @@
|
||||
{
|
||||
"scene_id": "glass_block_wall_il_2_d16",
|
||||
"scene_name": "Glass Block Wall Il 2 D16",
|
||||
"description": "A bright, retro-modern interior space featuring a textured glass block wall that distorts sunlight into soft, geometric patterns across the tiled floor.",
|
||||
"description": "A modern indoor space featuring a distinctive glass block wall (Luxfery) that diffuses light, creating a soft, translucent geometric backdrop often paired with simple flooring.",
|
||||
"scene": {
|
||||
"background": "glass_block_wall, indoors, architecture, white_wall, window, tiled_floor, blurred_background",
|
||||
"foreground": "potted_plant, sunlight, heavy_shadows, no_humans, reflection",
|
||||
"furniture": [
|
||||
"sleek_sofa",
|
||||
"metal_coffee_table",
|
||||
"potted_fern"
|
||||
],
|
||||
"background": "glass_wall, wall, indoors, blurry_background, simple_background",
|
||||
"foreground": "wooden_floor",
|
||||
"furniture": [],
|
||||
"colors": [
|
||||
"white",
|
||||
"cyan",
|
||||
"light_gray",
|
||||
"green"
|
||||
"green_theme",
|
||||
"grey_theme",
|
||||
"white_theme"
|
||||
],
|
||||
"lighting": "natural_light, caustics, volumetric_lighting, subsurface_scattering, day",
|
||||
"theme": "interior_design, 1980s_style, aesthetic, minimalism"
|
||||
"lighting": "backlighting",
|
||||
"theme": "simple_background"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/glass_block_wall_il_2_d16.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "glass_block_wall_il_2_d16"
|
||||
"lora_triggers": "glass block wall"
|
||||
},
|
||||
"tags": [
|
||||
"glass_block_wall",
|
||||
"scenery",
|
||||
"interior",
|
||||
"translucent",
|
||||
"retro",
|
||||
"distortion",
|
||||
"architectural"
|
||||
"glass_wall",
|
||||
"indoors",
|
||||
"backlighting",
|
||||
"wooden_floor",
|
||||
"blurry_background",
|
||||
"wall"
|
||||
]
|
||||
}
|
||||
@@ -1,39 +1,32 @@
|
||||
{
|
||||
"scene_id": "homeless_ossan_v2",
|
||||
"scene_name": "Homeless Ossan V2",
|
||||
"description": "A gritty and melancholic urban scene featuring a disheveled middle-aged man sitting in a dimly lit alleyway surrounded by the remnants of daily life.",
|
||||
"description": "A cramped and chaotic makeshift living space, characterized by urban decay and accumulation of refuse. The area is enclosed by blue tarpaulins and battered partitions, filled with scattered trash, cardboard boxes, and worn-out bedding like tatami mats and futons, illuminated by dim, dappled sunlight filtering through gaps.",
|
||||
"scene": {
|
||||
"background": "outdoors, alley, night, brick wall, graffiti, trash, garbage, asphalt, damp, scenery, depth of field",
|
||||
"foreground": "1male, solo, ossan, middle-aged man, beard, stubble, wrinkled skin, dirty face, messy hair, tired eyes, worn clothes, torn jacket, beanie, sitting on ground, crouching, gloom, realistic",
|
||||
"background": "ruins, messy_room, tarpaulin, wall, partition",
|
||||
"foreground": "trash, litter, cardboard_box, plastic_bag, crumpled_paper, mold",
|
||||
"furniture": [
|
||||
"cardboard box",
|
||||
"blue tarp",
|
||||
"milk crate",
|
||||
"empty can"
|
||||
"tatami",
|
||||
"futon",
|
||||
"pillow"
|
||||
],
|
||||
"colors": [
|
||||
"grey",
|
||||
"blue",
|
||||
"brown",
|
||||
"black",
|
||||
"mustard yellow",
|
||||
"desaturated"
|
||||
"grey"
|
||||
],
|
||||
"lighting": "dim lighting, cinematic lighting, street light, harsh shadows, low key, volumetric lighting",
|
||||
"theme": "poverty, homelessness, urban decay, depression, survival, realistic"
|
||||
"lighting": "dim_lighting, dappled_sunlight, light_particles",
|
||||
"theme": "poverty, dirty, urban_decay, deterioration"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/homeless_ossan_V2.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "homeless_ossan_V2"
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "homeless_ossan"
|
||||
},
|
||||
"tags": [
|
||||
"homeless",
|
||||
"ossan",
|
||||
"poverty",
|
||||
"urban",
|
||||
"gritty",
|
||||
"middle-aged",
|
||||
"realistic",
|
||||
"depressed"
|
||||
"dutch_angle",
|
||||
"fisheye",
|
||||
"scenery",
|
||||
"no_humans"
|
||||
]
|
||||
}
|
||||
@@ -1,40 +1,42 @@
|
||||
{
|
||||
"scene_id": "il_medieval_brothel_bedroom_r1",
|
||||
"scene_name": "Il Medieval Brothel Bedroom R1",
|
||||
"description": "A dimly lit, intimate medieval bedroom with rustic stone walls and luxurious red ornate fabrics, illuminated by warm candlelight and a fireplace.",
|
||||
"description": "A dimly lit, rustic medieval bedroom featuring a large canopy bed, wooden interiors, and red drapery.",
|
||||
"scene": {
|
||||
"background": "indoors, stone wall, wood flooring, arched window, fireplace, tapestry, medieval interior, wooden beams, night",
|
||||
"foreground": "canopy bed, red bedding, messy sheets, velvet pillows, fur rug, ornate chair, goblet, washbasin",
|
||||
"background": "indoors, wooden_wall, wooden_floor, window, night",
|
||||
"foreground": "canopy_bed, carpet, candle",
|
||||
"furniture": [
|
||||
"four-poster bed",
|
||||
"vanity table",
|
||||
"wooden trunk",
|
||||
"dressing screen",
|
||||
"candle stand"
|
||||
"canopy_bed",
|
||||
"carpet",
|
||||
"curtains"
|
||||
],
|
||||
"colors": [
|
||||
"crimson",
|
||||
"brown",
|
||||
"gold",
|
||||
"amber",
|
||||
"deep purple"
|
||||
"red",
|
||||
"orange"
|
||||
],
|
||||
"lighting": "candlelight, firelight, warm lighting, dim, volumetric lighting, atmospheric, low key",
|
||||
"theme": "medieval, fantasy, romance, historical, rustic, intimate"
|
||||
"lighting": "candlelight, dim_light",
|
||||
"theme": "medieval, brothel, fantasy, red_theme"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/IL_Medieval_brothel_Bedroom_r1.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "IL_Medieval_brothel_Bedroom_r1"
|
||||
"lora_triggers": "medieval_brothel, bedroom, canopy bed, wooden floor, wooden wall, candle, night, red curtains, carpet, window"
|
||||
},
|
||||
"tags": [
|
||||
"medieval",
|
||||
"bedroom",
|
||||
"brothel",
|
||||
"interior",
|
||||
"fantasy",
|
||||
"intricate",
|
||||
"luxury",
|
||||
"romantic atmosphere"
|
||||
"bedroom",
|
||||
"canopy_bed",
|
||||
"wooden_floor",
|
||||
"wooden_wall",
|
||||
"candle",
|
||||
"night",
|
||||
"curtains",
|
||||
"carpet",
|
||||
"window",
|
||||
"candlelight",
|
||||
"dim_light",
|
||||
"red_theme"
|
||||
]
|
||||
}
|
||||
@@ -1,41 +1,43 @@
|
||||
{
|
||||
"scene_id": "il_vintage_tavern",
|
||||
"scene_name": "Il Vintage Tavern",
|
||||
"description": "A cozy and rustic tavern interior featuring aged wooden beams, stone walls filled with shelves of bottles, and a warm, inviting atmosphere illuminated by soft lantern light.",
|
||||
"description": "A dimly lit medieval tavern interior featuring wooden furniture, a bar counter, and warm red lighting with vintage decor.",
|
||||
"scene": {
|
||||
"background": "indoors, tavern, bar, shelves, glass bottle, alcohol, stone wall, wooden wall, fireplace, shelf, blur",
|
||||
"foreground": "table, wooden chair, tankard, candle, countertop",
|
||||
"background": "indoors, tavern, scenery, wooden_wall, wooden_floor, tapestry, shelf, barrel",
|
||||
"foreground": "wooden_table, chair, stool, counter, bottle, alcohol, glass, mug",
|
||||
"furniture": [
|
||||
"wooden beams",
|
||||
"bar counter",
|
||||
"bar stool",
|
||||
"barrels",
|
||||
"wooden table",
|
||||
"chandelier"
|
||||
"wooden_table",
|
||||
"chair",
|
||||
"stool",
|
||||
"shelf",
|
||||
"counter"
|
||||
],
|
||||
"colors": [
|
||||
"red",
|
||||
"brown",
|
||||
"amber",
|
||||
"dark wood",
|
||||
"warm yellow",
|
||||
"orange"
|
||||
"dark"
|
||||
],
|
||||
"lighting": "warm lighting, candlelight, cinematic lighting, lantern light, volumetric lighting, low light",
|
||||
"theme": "rustic, medieval, fantasy, historical, cozy, pub"
|
||||
"lighting": "chandelier, ceiling_light, lamp, red_light, dimly_lit, candle",
|
||||
"theme": "medieval, vintage, rustic"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/IL_Vintage_Tavern.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "IL_Vintage_Tavern"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "vinbmf, scenery, vintage, medieval, wooden tables, tavern, counter, red lamps, dark, red tapestry, small chandelier"
|
||||
},
|
||||
"tags": [
|
||||
"scenery",
|
||||
"no humans",
|
||||
"detailed background",
|
||||
"architecture",
|
||||
"interior",
|
||||
"perspective",
|
||||
"depth of field",
|
||||
"realistic"
|
||||
"anime",
|
||||
"vintage",
|
||||
"medieval",
|
||||
"tavern",
|
||||
"background",
|
||||
"wooden_table",
|
||||
"counter",
|
||||
"red_light",
|
||||
"darkness",
|
||||
"tapestry",
|
||||
"chandelier",
|
||||
"indoors",
|
||||
"scenery"
|
||||
]
|
||||
}
|
||||
@@ -1,33 +1,50 @@
|
||||
{
|
||||
"scene_id": "laboratory___il",
|
||||
"scene_name": "Laboratory Il",
|
||||
"description": "A detailed modern science laboratory scene featuring a cluttered workbench with various chemical experiments and high-tech equipment.",
|
||||
"description": "A detailed scientific laboratory environment featuring high-tech equipment, glassware, and sterile surfaces.",
|
||||
"scene": {
|
||||
"background": "indoors, laboratory, science, shelves, cabinets, poster, whiteboard, machinery, glass_wall",
|
||||
"foreground": "table, desk, beaker, flask, test_tube, liquid, chemical, microscope, computer, laptop, messy_desk, paperwork, wire",
|
||||
"background": "indoors, laboratory, reflective_floor, science_fiction",
|
||||
"foreground": "test_tube, vial, bottle, round-bottom_flask, chemicals, liquid, potion, paper, cable",
|
||||
"furniture": [
|
||||
"lab_bench",
|
||||
"metal_cabinet",
|
||||
"stool"
|
||||
"cabinet",
|
||||
"shelf",
|
||||
"monitor",
|
||||
"table",
|
||||
"stasis_tank"
|
||||
],
|
||||
"colors": [
|
||||
"white",
|
||||
"silver",
|
||||
"cyan",
|
||||
"glass"
|
||||
"blue",
|
||||
"silver"
|
||||
],
|
||||
"lighting": "fluorescent, bright, cold_lighting, screen_glow",
|
||||
"theme": "science, research, chemistry, technology"
|
||||
"lighting": "ceiling_light, artificial_lighting",
|
||||
"theme": "science, chemistry, medical, sci-fi"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Laboratory_-_IL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Laboratory_-_IL"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "l4b"
|
||||
},
|
||||
"tags": [
|
||||
"scenery",
|
||||
"no_humans",
|
||||
"hyperdetailed",
|
||||
"realistic"
|
||||
"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"
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,53 @@
|
||||
{
|
||||
"scene_id": "m4dscienc3_il",
|
||||
"scene_name": "M4Dscienc3 Il",
|
||||
"description": "A dark, cluttered laboratory filled with chaotic experiments, glowing chemical flasks, and sparking electrical equipment.",
|
||||
"description": "A freaky, funky laboratory full of strange inventions, bubbling chemicals, and ominous machines with a Saturday morning cartoon vibe.",
|
||||
"scene": {
|
||||
"background": "indoors, laboratory, science fiction, mess, cluttered, wires, pipes, servers, electronics on wall, monitors, vapor",
|
||||
"foreground": "flask, beaker, test tube, glowing liquid, bubbling, smoke, sparks, electricity, tesla coil, paperwork, glass shards",
|
||||
"background": "dungeon, stone_wall, brick_wall, indoors, scenery, dark",
|
||||
"foreground": "flask, beaker, test_tube, glowing_liquid, green_liquid, purple_liquid, smoke, bubbles, electricity",
|
||||
"furniture": [
|
||||
"workbench",
|
||||
"metal shelving",
|
||||
"rusty table",
|
||||
"control console"
|
||||
"machine",
|
||||
"table",
|
||||
"desk",
|
||||
"shelf",
|
||||
"monitor",
|
||||
"cable",
|
||||
"wire"
|
||||
],
|
||||
"colors": [
|
||||
"neon green",
|
||||
"electric blue",
|
||||
"dark grey",
|
||||
"rust orange"
|
||||
"green",
|
||||
"purple",
|
||||
"black",
|
||||
"grey"
|
||||
],
|
||||
"lighting": "dimly lit, cinematic lighting, volumetric lighting, glow from chemicals, bloom",
|
||||
"theme": "mad science, cyberpunk, ominous, eccentric, hazard"
|
||||
"lighting": "dim_lighting, glowing, ominous",
|
||||
"theme": "science_fiction, horror_(theme), cartoon"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/M4DSCIENC3-IL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "M4DSCIENC3-IL"
|
||||
"lora_triggers": "M4DSCIENC3, laboratory, dungeon"
|
||||
},
|
||||
"tags": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"highres",
|
||||
"detailed background",
|
||||
"illustration",
|
||||
"concept art",
|
||||
"scifi"
|
||||
"laboratory",
|
||||
"dungeon",
|
||||
"science_fiction",
|
||||
"horror_(theme)",
|
||||
"machine",
|
||||
"flask",
|
||||
"beaker",
|
||||
"test_tube",
|
||||
"glowing_liquid",
|
||||
"green_liquid",
|
||||
"purple_liquid",
|
||||
"smoke",
|
||||
"cable",
|
||||
"wire",
|
||||
"monitor",
|
||||
"electricity",
|
||||
"dark",
|
||||
"indoors",
|
||||
"no_humans",
|
||||
"scenery"
|
||||
]
|
||||
}
|
||||
@@ -1,34 +1,35 @@
|
||||
{
|
||||
"scene_id": "midis_largeroom_v0_5_il_",
|
||||
"scene_name": "Midis Largeroom V0 5 Il ",
|
||||
"description": "An expansive, modern interior space featuring high ceilings and panoramic floor-to-ceiling windows.",
|
||||
"description": "A vast and distinctively large modern living room, emphasizing the wide open space and architectural details.",
|
||||
"scene": {
|
||||
"background": "indoors, window, cityscape, sky, high_ceiling, glass_wall, scenery",
|
||||
"foreground": "spacious, empty_room, polished_floor, depth_of_field",
|
||||
"background": "living_room, indoors, window, scenery, architecture, ceiling",
|
||||
"foreground": "carpet, floor",
|
||||
"furniture": [
|
||||
"modern_sofa",
|
||||
"coffee_table",
|
||||
"couch",
|
||||
"table",
|
||||
"bookshelf",
|
||||
"potted_plant",
|
||||
"carpet"
|
||||
"television"
|
||||
],
|
||||
"colors": [
|
||||
"white",
|
||||
"beige",
|
||||
"grey"
|
||||
"brown",
|
||||
"beige"
|
||||
],
|
||||
"lighting": "natural_light, sunlight, cinematic_lighting, soft_shadows",
|
||||
"theme": "modern_architecture, luxury, minimalism"
|
||||
"lighting": "sunlight, day",
|
||||
"theme": "spacious_interior"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/midis_LargeRoom_V0.5[IL].safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "midis_LargeRoom_V0.5[IL]"
|
||||
"lora_triggers": "largeroom"
|
||||
},
|
||||
"tags": [
|
||||
"best_quality",
|
||||
"masterpiece",
|
||||
"ultra_detailed",
|
||||
"architectural_photography",
|
||||
"no_humans"
|
||||
"best_quality",
|
||||
"absurdres",
|
||||
"wide_shot",
|
||||
"very_aesthetic"
|
||||
]
|
||||
}
|
||||
@@ -1,34 +1,33 @@
|
||||
{
|
||||
"scene_id": "mushroom",
|
||||
"scene_name": "Mushroom",
|
||||
"description": "A whimsical fantasy forest floor teeming with giant bioluminescent mushrooms and magical spores floating in the air.",
|
||||
"description": "A fantasy forest landscape filled with large, glowing mushrooms and bioluminescent flora under a night sky",
|
||||
"scene": {
|
||||
"background": "forest, trees, dense vegetation, moss, ferns, dark background, bokeh, nature, outdoors, mist",
|
||||
"foreground": "mushroom, giant mushroom, glowing fungus, spores, sparkling, intricate details, dew drops, mycelium",
|
||||
"furniture": [
|
||||
"tree stump",
|
||||
"fallen log"
|
||||
],
|
||||
"background": "forest, giant_mushroom, glowing_mushroom, night, bioluminescence, nature, trees",
|
||||
"foreground": "grass, mushroom, fungus, ferns, wildflowers",
|
||||
"furniture": [],
|
||||
"colors": [
|
||||
"forest green",
|
||||
"bioluminescent blue",
|
||||
"earthy brown",
|
||||
"glowing purple"
|
||||
"colorful",
|
||||
"blue",
|
||||
"green",
|
||||
"purple"
|
||||
],
|
||||
"lighting": "bioluminescence, soft atmospheric lighting, volumetric lighting, god rays, low light, cinematic",
|
||||
"theme": "fantasy, magical, botanical, surreal, cottagecore"
|
||||
"lighting": "bioluminescence, glowing, cinematic_lighting",
|
||||
"theme": "fantasy, magical, surreal"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Mushroom.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Mushroom"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "mshr00m"
|
||||
},
|
||||
"tags": [
|
||||
"forest",
|
||||
"mushroom",
|
||||
"nature",
|
||||
"giant_mushroom",
|
||||
"glowing_mushroom",
|
||||
"bioluminescence",
|
||||
"fantasy",
|
||||
"scenery",
|
||||
"no humans",
|
||||
"masterpiece",
|
||||
"best quality"
|
||||
"night"
|
||||
]
|
||||
}
|
||||
@@ -1,38 +1,35 @@
|
||||
{
|
||||
"scene_id": "mysterious_4lch3my_sh0p_i",
|
||||
"scene_name": "Mysterious 4Lch3My Sh0P I",
|
||||
"description": "A dimly lit, cluttered interior of an apothecary filled with bubbling potions, ancient tomes, and strange artifacts.",
|
||||
"description": "A dimly lit, mysterious alchemy shop filled with ancient books, glowing potions, and strange magical artifacts like preserved eyes and enchanted daggers.",
|
||||
"scene": {
|
||||
"background": "indoors, room, wooden walls, stone floor, filled shelves, cobwebs, hanging plants, drying herbs",
|
||||
"foreground": "counter, glass bottle, potion, glowing liquid, open book, scroll, skull, crystals, mortar and pestle",
|
||||
"background": "indoors, alchemy laboratory, cluttered, bookshelf, potion, glass bottle, spider web, stone wall, mist, shelves, ancient",
|
||||
"foreground": "wooden counter, open book, grimoire, mortar and pestle, crystal ball, dagger, jar, cauldron, magic circle, glowing runes, steam",
|
||||
"furniture": [
|
||||
"wooden shelves",
|
||||
"wooden counter",
|
||||
"bookshelf",
|
||||
"display cabinet",
|
||||
"stool"
|
||||
"stone walls"
|
||||
],
|
||||
"colors": [
|
||||
"dark brown",
|
||||
"emerald green",
|
||||
"amethyst purple",
|
||||
"gold"
|
||||
"deep purple",
|
||||
"shimmering gold",
|
||||
"eerie green",
|
||||
"brown",
|
||||
"dark grey"
|
||||
],
|
||||
"lighting": "dim, candlelight, lantern, glowing, cinematic lighting, volumetric lighting, shadows",
|
||||
"theme": "fantasy, magic, alchemy, mystery, steampunk"
|
||||
"lighting": "dimly lit, candlelight, flickering, glowing, volumetric lighting",
|
||||
"theme": "fantasy, mystery, arcane, magic, ancient"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/mysterious_4lch3my_sh0p-i.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "mysterious_4lch3my_sh0p-i"
|
||||
"lora_triggers": "mysterious 4lch3my sh0p"
|
||||
},
|
||||
"tags": [
|
||||
"alchemy",
|
||||
"shop",
|
||||
"magic",
|
||||
"fantasy",
|
||||
"mysterious alchemy shop",
|
||||
"interior",
|
||||
"detailed",
|
||||
"cluttered",
|
||||
"mysterious"
|
||||
"fantasy",
|
||||
"background",
|
||||
"magic shop"
|
||||
]
|
||||
}
|
||||
@@ -1,27 +1,22 @@
|
||||
{
|
||||
"scene_id": "nightclub",
|
||||
"scene_name": "Nightclub",
|
||||
"description": "A vibrant and energetic nightclub interior pulsing with neon lasers, haze, and a crowded dance floor atmosphere.",
|
||||
"description": "A vibrant and moody interior of a nightclub heavily styled with purple tones and neon lighting.",
|
||||
"scene": {
|
||||
"background": "indoors, nightclub, crowd, bokeh, dj booth, shelves, alcohol bottles, wall, dark",
|
||||
"foreground": "dance floor, confetti, haze, laser beam",
|
||||
"background": "indoors, nightclub, purple_background, purple_theme, shelf",
|
||||
"foreground": "dance_floor",
|
||||
"furniture": [
|
||||
"bar counter",
|
||||
"bar stool",
|
||||
"disco ball",
|
||||
"couch",
|
||||
"speakers",
|
||||
"amplifier"
|
||||
"bar_counter",
|
||||
"bar_stool",
|
||||
"disco_ball"
|
||||
],
|
||||
"colors": [
|
||||
"purple",
|
||||
"cyan",
|
||||
"neon pink",
|
||||
"black",
|
||||
"midnight blue"
|
||||
"violet",
|
||||
"black"
|
||||
],
|
||||
"lighting": "cinematic lighting, volumetric lighting, strobe lights, dim, colorful, backlighting",
|
||||
"theme": "nightlife, party, edm, rave"
|
||||
"lighting": "neon_lights, dim_lighting, stage_lights",
|
||||
"theme": "nightlife"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/nightclub.safetensors",
|
||||
@@ -30,11 +25,10 @@
|
||||
},
|
||||
"tags": [
|
||||
"nightclub",
|
||||
"party",
|
||||
"neon",
|
||||
"music",
|
||||
"dance",
|
||||
"crowd",
|
||||
"alcohol"
|
||||
"purple_theme",
|
||||
"neon_lights",
|
||||
"indoors",
|
||||
"bar_counter",
|
||||
"disco_ball"
|
||||
]
|
||||
}
|
||||
@@ -1,35 +1,37 @@
|
||||
{
|
||||
"scene_id": "privacy_screen_anyillustriousxlfor_v11_came_1420_v1_0",
|
||||
"scene_name": "Privacy Screen Anyillustriousxlfor V11 Came 1420 V1 0",
|
||||
"description": "An intimate indoor setting featuring a classic folding privacy screen acting as a room divider in a dressing area.",
|
||||
"description": "A partitioned area within a hospital or infirmary, featuring medical privacy curtains to separate patient beds.",
|
||||
"scene": {
|
||||
"background": "indoors, bedroom, dressing room, wooden floor, painted wall, rug",
|
||||
"foreground": "privacy screen, folding screen, room divider, wood frame, paper screen, ornate design",
|
||||
"background": "hospital, infirmary, indoors, white_wall",
|
||||
"foreground": "privacy_screen, curtains, partition",
|
||||
"furniture": [
|
||||
"privacy screen",
|
||||
"full-length mirror",
|
||||
"clothes rack",
|
||||
"stool"
|
||||
"hospital_bed",
|
||||
"intravenous_drip",
|
||||
"bed"
|
||||
],
|
||||
"colors": [
|
||||
"beige",
|
||||
"light brown",
|
||||
"warm white",
|
||||
"cream"
|
||||
"white",
|
||||
"green",
|
||||
"pale_color"
|
||||
],
|
||||
"lighting": "soft ambient lighting, indoor lighting, cast shadows",
|
||||
"theme": "domestic, privacy, slice of life"
|
||||
"lighting": "ceiling_light, daylight",
|
||||
"theme": "medical, sterile"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/privacy_screen_anyillustriousXLFor_v11_came_1420_v1.0.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "privacy_screen_anyillustriousXLFor_v11_came_1420_v1.0"
|
||||
"lora_triggers": "privacy_curtains, hospital_curtains"
|
||||
},
|
||||
"tags": [
|
||||
"privacy screen",
|
||||
"room divider",
|
||||
"furniture",
|
||||
"indoors",
|
||||
"folding screen"
|
||||
"hospital",
|
||||
"infirmary",
|
||||
"privacy_screen",
|
||||
"curtains",
|
||||
"hospital_bed",
|
||||
"intravenous_drip",
|
||||
"ceiling_light",
|
||||
"white_wall",
|
||||
"partition"
|
||||
]
|
||||
}
|
||||
@@ -1,36 +1,44 @@
|
||||
{
|
||||
"scene_id": "retrokitchenill",
|
||||
"scene_name": "Retrokitchenill",
|
||||
"description": "A charming, nostalgic mid-century modern kitchen illustration featuring pastel colors, checkered flooring, and vintage appliances.",
|
||||
"description": "A charming 1950s-style kitchen scene featuring pastel appliances and checkered floors, evoking a nostalgic diner atmosphere.",
|
||||
"scene": {
|
||||
"background": "indoors, kitchen, tile floor, checkered floor, window, curtains, wallpaper, cabinets, retro style, scenery, no humans",
|
||||
"foreground": "table, chair, refrigerator, stove, oven, sink, countertop, plant, vase, fruit bowl",
|
||||
"background": "kitchen, indoors, checkered_floor, window",
|
||||
"foreground": "table, chair",
|
||||
"furniture": [
|
||||
"chrome dinette set",
|
||||
"rounded refrigerator",
|
||||
"gas stove",
|
||||
"formica table"
|
||||
"refrigerator",
|
||||
"stove",
|
||||
"cabinet",
|
||||
"sink",
|
||||
"cupboard"
|
||||
],
|
||||
"colors": [
|
||||
"mint green",
|
||||
"pastel pink",
|
||||
"cream",
|
||||
"turquoise",
|
||||
"chrome"
|
||||
"pastel_colors",
|
||||
"white"
|
||||
],
|
||||
"lighting": "soft lighting, natural light, flat lighting",
|
||||
"theme": "vintage, retro, 1950s, pop art, domestic"
|
||||
"lighting": "sunlight",
|
||||
"theme": "1950s_(style), retro_artstyle"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/RetroKitchenILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "RetroKitchenILL"
|
||||
"lora_triggers": "retro kitchens"
|
||||
},
|
||||
"tags": [
|
||||
"retro",
|
||||
"illustration",
|
||||
"kitchen",
|
||||
"aesthetic",
|
||||
"vintage"
|
||||
"indoors",
|
||||
"checkered_floor",
|
||||
"refrigerator",
|
||||
"stove",
|
||||
"cabinet",
|
||||
"sink",
|
||||
"pastel_colors",
|
||||
"1950s_(style)",
|
||||
"no_humans",
|
||||
"scenery",
|
||||
"table",
|
||||
"chair",
|
||||
"window",
|
||||
"sunlight"
|
||||
]
|
||||
}
|
||||
@@ -1,34 +1,42 @@
|
||||
{
|
||||
"scene_id": "scenicill",
|
||||
"scene_name": "Scenicill",
|
||||
"description": "A breathtaking fantasy landscape illustrating a vast valley with floating islands and cascading waterfalls under a vibrant sunset.",
|
||||
"description": "A mystical and detailed forest landscape bathed in the soft glow of twilight and starlight, evoking a magical atmosphere.",
|
||||
"scene": {
|
||||
"background": "scenery, outdoors, sky, clouds, day, mountain, waterfall, fantasy, tree, nature, water, river, floating_island, sunset, horizon, vast, panoramic view, aesthetic",
|
||||
"foreground": "grass, flower, field, moss, rock, path, depth of field, detailed flora",
|
||||
"background": "scenery, outdoors, nature, forest, tree, night, starry_sky, twilight, magic",
|
||||
"foreground": "grass, flower, fireflies, glowing, no_humans",
|
||||
"furniture": [
|
||||
"ancient ruins",
|
||||
"stone archway"
|
||||
"rock",
|
||||
"tree_stump"
|
||||
],
|
||||
"colors": [
|
||||
"gold",
|
||||
"azure",
|
||||
"cyan",
|
||||
"verdant green"
|
||||
"blue_theme",
|
||||
"purple_theme"
|
||||
],
|
||||
"lighting": "cinematic lighting, volumetric lighting, god rays, glimmering, golden hour",
|
||||
"theme": "fantasy, adventure, majesty, tranquility"
|
||||
"lighting": "starry_sky, glowing, cinematic_lighting",
|
||||
"theme": "fantasy, magic"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/ScenicILL.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "ScenicILL"
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "scenery"
|
||||
},
|
||||
"tags": [
|
||||
"wallpaper",
|
||||
"highly detailed",
|
||||
"scenery",
|
||||
"no_humans",
|
||||
"nature",
|
||||
"outdoors",
|
||||
"forest",
|
||||
"tree",
|
||||
"grass",
|
||||
"flower",
|
||||
"night",
|
||||
"twilight",
|
||||
"starry_sky",
|
||||
"glowing",
|
||||
"fireflies",
|
||||
"magic",
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"vivid colors",
|
||||
"painting"
|
||||
"best_quality"
|
||||
]
|
||||
}
|
||||
@@ -1,30 +1,32 @@
|
||||
{
|
||||
"scene_id": "space_backround_illustrious",
|
||||
"scene_name": "Space Backround Illustrious",
|
||||
"description": "A breathtaking view of a vibrant, swirling nebula and distant galaxies in deep space.",
|
||||
"description": "A majestic and aesthetic space scenery featuring intricate starry skies, vibrant nebulae, and the vast universe, designed to serve as a high-quality background for illustrations.",
|
||||
"scene": {
|
||||
"background": "outer space, nebula, galaxy, milky way, starry sky, cosmic dust, purple space, blue space, hyperdetailed sky",
|
||||
"foreground": "no humans, scenery, wide shot, lens flare",
|
||||
"background": "space, starry_sky, universe, nebula, galaxy, milky_way, scenery",
|
||||
"foreground": "",
|
||||
"furniture": [],
|
||||
"colors": [
|
||||
"deep violet",
|
||||
"cyan",
|
||||
"midnight blue",
|
||||
"glowing magenta"
|
||||
"purple_theme",
|
||||
"blue_theme",
|
||||
"black"
|
||||
],
|
||||
"lighting": "bioluminescent, starlight, cinematic lighting, chromatic aberration",
|
||||
"theme": "sci-fi, celestial, atmospheric, mysterious"
|
||||
"lighting": "starry_sky",
|
||||
"theme": "science_fiction"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/space_backround_illustrious.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "space_backround_illustrious"
|
||||
"lora_weight": 0.8,
|
||||
"lora_triggers": "space_backround"
|
||||
},
|
||||
"tags": [
|
||||
"masterpiece",
|
||||
"best quality",
|
||||
"wallpaper",
|
||||
"astrophotography",
|
||||
"concept art"
|
||||
"space",
|
||||
"universe",
|
||||
"galaxy",
|
||||
"nebula",
|
||||
"starry_sky",
|
||||
"scenery",
|
||||
"science_fiction",
|
||||
"milky_way"
|
||||
]
|
||||
}
|
||||
@@ -1,35 +1,40 @@
|
||||
{
|
||||
"scene_id": "vip",
|
||||
"scene_name": "Vip",
|
||||
"description": "A high-end, exclusive VIP lounge scene set in a luxury penthouse overlooking a city skyline at night.",
|
||||
"description": "An exclusive, dimly lit VIP area in a bustling nightclub, separated by velvet rope stanchions and furnished with plush couches and tables laden with expensive alcohol and money.",
|
||||
"scene": {
|
||||
"background": "indoors, penthouse, luxury, cityscape, night, skyline, large window, heavy curtains, golden geometric patterns",
|
||||
"foreground": "champagne bottle, ice bucket, crystal glasses, velvet rope, red carpet",
|
||||
"background": "nightclub, indoors, dim_lighting",
|
||||
"foreground": "stanchion, alcohol, drinking_glass, banknote, money",
|
||||
"furniture": [
|
||||
"chesterfield sofa",
|
||||
"crystal chandelier",
|
||||
"marble coffee table",
|
||||
"gold accents"
|
||||
"couch",
|
||||
"booth_seating",
|
||||
"table"
|
||||
],
|
||||
"colors": [
|
||||
"gold",
|
||||
"black",
|
||||
"burgundy",
|
||||
"royal purple"
|
||||
"red",
|
||||
"purple",
|
||||
"black"
|
||||
],
|
||||
"lighting": "dim lighting, mood lighting, cinematic, soft glow, city lights",
|
||||
"theme": "luxury, wealth, exclusivity, nightlife"
|
||||
"lighting": "neon_lights",
|
||||
"theme": "party"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/VIP.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "VIP"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "v1p"
|
||||
},
|
||||
"tags": [
|
||||
"vip",
|
||||
"luxury",
|
||||
"rich",
|
||||
"elegant",
|
||||
"high lass"
|
||||
"nightclub",
|
||||
"indoors",
|
||||
"stanchion",
|
||||
"couch",
|
||||
"table",
|
||||
"alcohol",
|
||||
"drinking_glass",
|
||||
"booth_seating",
|
||||
"money",
|
||||
"banknote",
|
||||
"neon_lights",
|
||||
"dim_lighting"
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,43 @@
|
||||
{
|
||||
"scene_id": "wedding_venue",
|
||||
"scene_name": "Wedding Venue",
|
||||
"description": "A grand and romantic indoor wedding venue adorned with white floral arrangements, an elegant aisle runner, and soft, ethereal lighting illuminating the altar.",
|
||||
"description": "A romantic outdoor wedding reception area set in a lush garden, featuring decorated tables and floral arches perfectly prepared for a celebration.",
|
||||
"scene": {
|
||||
"background": "indoors, church, stained glass, window, altar, arch, scenery, architecture",
|
||||
"foreground": "aisle, carpet, flower petals, white flower, rose, no humans",
|
||||
"background": "outdoors, scenery, garden, nature, floral_arch, flower, tree, shrub",
|
||||
"foreground": "table, tablecloth, bouquet, chair, dishware, bloom",
|
||||
"furniture": [
|
||||
"pew",
|
||||
"table",
|
||||
"chair",
|
||||
"chandelier",
|
||||
"podium",
|
||||
"vase"
|
||||
"floral_arch"
|
||||
],
|
||||
"colors": [
|
||||
"white",
|
||||
"gold",
|
||||
"pastel pink",
|
||||
"cream"
|
||||
"green",
|
||||
"pink",
|
||||
"pastel_colors"
|
||||
],
|
||||
"lighting": "sunlight, volumetric lighting, bright, soft lighting, bloom",
|
||||
"theme": "wedding, romance, ceremony, elegance"
|
||||
"lighting": "day, sunlight, soft_lighting, natural_light",
|
||||
"theme": "wedding, party, romance, celebration, formal"
|
||||
},
|
||||
"lora": {
|
||||
"lora_name": "Illustrious/Backgrounds/Wedding_Venue.safetensors",
|
||||
"lora_weight": 1.0,
|
||||
"lora_triggers": "Wedding_Venue"
|
||||
"lora_weight": 0.7,
|
||||
"lora_triggers": "w3dd1ng"
|
||||
},
|
||||
"tags": [
|
||||
"w3dd1ng",
|
||||
"outdoors",
|
||||
"wedding",
|
||||
"church",
|
||||
"interior",
|
||||
"romantic",
|
||||
"flowers",
|
||||
"ceremony"
|
||||
"table",
|
||||
"bouquet",
|
||||
"tablecloth",
|
||||
"floral_arch",
|
||||
"flower",
|
||||
"party",
|
||||
"scenery",
|
||||
"garden",
|
||||
"chair",
|
||||
"nature",
|
||||
"day"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user