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
| Sort | Description |
|---|---|
| Most Used | By times_used (default) |
| Name A-Z | Alphabetical |
| Newest | Recently added |
| Recently Used | Last used date |
Creating a Scene
Required Fields
| Field | Description |
|---|---|
| Scene Name | Unique name for the scene |
| Scene Prompt | The prompt template to use |
Optional Fields
| Field | Description |
|---|---|
| Reference Images | Attach images from your gallery for visual reference |
| Tags | Organize scenes by category |
| Description | Notes about the scene's purpose |
Using Scenes
From Scenes View
- Click a scene card
- Click Generate with Scene
- Optionally modify the prompt
- Generate
From Composer
- Go to Composer
- Select scene from the References tab
- Scene prompt auto-fills
- 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:
- Click a scene card
- Click Edit
- Modify fields
- 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
- Style Presets - Manage reusable style templates
- Characters - Build your character library
- Webhooks - Configure notifications