GenerateImage
High-fidelity image synthesis using AI models (DALL-E/Image-Gen). Supports context-aware generation using reference images, style guides, and previous task outputs.
Category: Writing
Model: Image-Gen / DALL-E 3
Side-Effect: Destructive (File Creation)
⚙️ TaskConfig.json
{
"files": ["assets/hero.png"],
"task_description": "A futuristic city
at sunset, synthwave style,
highly detailed, 8k",
"related_files": ["docs/style.md"]
}
→
👁️ Session Preview
Generating Image: assets/hero.png
🖼️
[ Synthwave Cityscape Preview ]
✔ Successfully generated and saved image.
📂 Test Workspace: ImageGenerationTask
Live view of the webui/workspaces/ImageGenerationTask/ directory containing generated assets and logs.
Execution Configuration
| Field | Type | Description |
|---|---|---|
files * |
List<String> |
The image file to be created. Must be a single file ending in .png, .jpg, or .jpeg. |
task_description |
String |
Detailed description of the image including subject, style, composition, and mood. |
related_files |
List<String> |
Reference images or style guides to provide visual context to the generator. |
task_dependencies |
List<String> |
List of task IDs that must complete before this generation starts. |