---
title: "Fake Generate Image"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/fake/fakegenerateimage
markdown: https://docs.nodetool.ai/nodes/nodetool/fake/fakegenerateimage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/fake/fakegenerateimage.md
---

# Fake Generate Image

**Type:** `nodetool.fake.GenerateImage`

**Namespace:** `nodetool.fake`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| prompt | `str` | Describes the image. Seeds the placeholder; no real model runs. | `a serene mountain lake at sunset` |
| width | `int` |  | `512` |
| height | `int` |  | `512` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [nodetool.fake](./) namespace.
