mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
Update custom-node-list.json (#1784)
This commit is contained in:
parent
e007e6f897
commit
821f908dbc
@ -25239,6 +25239,17 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "unicough",
|
||||
"title": "OpenAI Image API with gpt-image-1",
|
||||
"id": "comfy_openai_image_api",
|
||||
"reference": "https://github.com/unicough/comfy_openai_image_api",
|
||||
"files": [
|
||||
"https://github.com/unicough/comfy_openai_image_api"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node uses OpenAI Image API to generate image (if no input image is provided) or edit image (if input image is provided) with the latest gpt-image-1 model. To use it, you will need to provide your OpenAI API key. This makes the node to be friendly for situations where ComfyUi serves as API server, because you don't have to login like the official OpenAI GPT Image 1 node does."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user