Nodes Browser
ComfyDeploy: How ComfyUI-KepOpenAI works in ComfyUI?
What is ComfyUI-KepOpenAI?
ComfyUI-KepOpenAI is a user-friendly node that serves as an interface to the GPT-4 with Vision (GPT-4V) API. This integration facilitates the processing of images coupled with text prompts, leveraging the capabilities of the OpenAI API to generate text completions that are contextually relevant to the provided inputs.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-KepOpenAI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-KepOpenAI
Overview
ComfyUI-KepOpenAI is a user-friendly node that serves as an interface to the GPT-4 with Vision (GPT-4V) API. This integration facilitates the processing of images coupled with text prompts, leveraging the capabilities of the OpenAI API to generate text completions that are contextually relevant to the provided inputs.
Features
- Accepts both an image and a text prompt as input.
- Integrates seamlessly with the OpenAI GPT-4V API to provide intelligent text completions.
- Requires an OpenAI API key, which should be securely stored and provided as an environment variable.
Configuration
To utilize this node, you must set the OPEN_AI_API_KEY
environment variable with your OpenAI API key. This ensures that the API is accessible and requests are authenticated properly.