generate-image
ai/generate-image
Component: This is an AI image generation component that can generate specified image url through prompt and titles.
# Configuration
Field | Type | Description | Default |
---|---|---|---|
API Address | string | OPENAI REST API | https://api.gptgod.online/v1 |
Authorization Key | string | GPT authorization key | |
Model | string | GPT model | dall-e-3 |
# Execute Result
The execution result replaces msg.Data and flows to the next node.
# Configuration Example
{
"id": "s5",
"type": "ai/generate-image",
"name": "generate-image",
"debugMode": false,
"configuration": {
"key": "sk-xxx",
"model": "dall-e-3",
"url": "https://api.openai.com/v1/"
}
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Edit this page on GitHub (opens new window)
Last Updated: 2024/10/23, 10:13:01