Skip to content

Scenes ​

The Scenes view lets you save and reuse scene presets with prompts and reference images for quick, consistent image generation.

Overview ​

The Scenes feature enables:

  • Reusable scene templates with saved prompts and settings
  • Reference image attachment for visual consistency
  • Quick generation from saved scenes
  • Usage tracking for popular scenes

Scene Library ​

Library View ​

+-------------------------------------------------------------+
|  Scenes                         [Search] [+ Create Scene]    |
+-------------------------------------------------------------+
|                                                               |
|  +---------------+  +---------------+  +---------------+     |
|  |    [img]      |  |    [img]      |  |    [img]      |     |
|  | Beach Sunset  |  | City Skyline  |  | Forest Path   |     |
|  |  15 uses      |  |  8 uses       |  |  12 uses      |     |
|  +---------------+  +---------------+  +---------------+     |
|                                                               |
+-------------------------------------------------------------+

Sorting Options ​

SortDescription
Most UsedBy times_used (default)
Name A-ZAlphabetical
NewestRecently added
Recently UsedLast used date

Creating a Scene ​

Required Fields ​

FieldDescription
Scene NameUnique name for the scene
Scene PromptThe prompt template to use

Optional Fields ​

FieldDescription
Reference ImagesAttach images from your gallery for visual reference
TagsOrganize scenes by category
DescriptionNotes about the scene's purpose

Using Scenes ​

From Scenes View ​

  1. Click a scene card
  2. Click Generate with Scene
  3. Optionally modify the prompt
  4. Generate

From Composer ​

  1. Go to Composer
  2. Select scene from the References tab
  3. Scene prompt auto-fills
  4. Adjust and generate

Via MCP Tools ​

create_scene({ scene_name: "Beach Sunset", scene_prompt: "golden sunset on a tropical beach" })
list_scenes({ search: "beach" })

Editing Scenes ​

Update scene name, prompt, or reference images:

  1. Click a scene card
  2. Click Edit
  3. Modify fields
  4. Save Changes

Deleting Scenes ​

WARNING

Deleting a scene removes the preset permanently. Images generated with this scene are NOT deleted.

Multi-Select Bulk Delete ​

Select multiple scenes and delete them at once using the selection toolbar.

API Access ​

Scenes are also accessible via:

  • MCP Tools: create_scene, list_scenes, get_scene, update_scene, delete_scene
  • REST API: GET/POST/PATCH/DELETE /api/scenes

See Scenes API for details.

Next Steps ​

Released under the MIT License.