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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for comfyui_openai_node and select it
  5. 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.