Nodes Browser
ComfyDeploy: How comfyui_openai_node works in ComfyUI?
What is comfyui_openai_node?
This provides a single node openai > Open AI query node that takes a system prompt and user message and sends them to chatGPT 3.5 Note, you MUST have an OPEN AI API key stored in the environment variable OPENAI_API_KEY in order for this to work.
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_openai_node
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
This provides a single node openai > Open AI query node
that takes a system prompt and user message and sends them to chatGPT 3.5
Note, you MUST have an OPEN AI API key stored in the environment variable OPENAI_API_KEY in order for this to work.