Update custom-node-list.json (#1784)

This commit is contained in:
unicough 2025-05-03 07:12:05 -07:00 committed by GitHub
parent e007e6f897
commit 821f908dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}