mify.llm.image
Node ID: mify.llm.image
Category: llm
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
prompt (required) | string | Image generation prompt |
negativePrompt | string | What to avoid in the image |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
image | string | Base64 encoded image |
format | string | Image format (png, jpeg, webp) |
seed | number | Seed used for generation |
width | number | Image width in pixels |
height | number | Image height in pixels |