You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are many people (including me) who are integrating an LLM into their ComfyUI workflow for the first time with the help of anynode. So please forgive this generic question about setting up the OpenAI API.
I have already generated a project API key, but now I don't know how to connect my portable ComfyUI version under Windows 11 with the API key. Can anyone give me a tip on how to proceed?
{"model": "gpt-4o", "server": "", "api_key": "", "prompt": "Convert the image to high contrast B&W", "last_comment": null, "inputs": ["Type: <class 'torch.Tensor'>, Shape: (1, 1152, 896, 3), Dtype: torch.float32", "Type: <class 'NoneType'>"], "imports": [], "function": "An error occurred: Error code: 404 - {'error': {'message': 'The model `gpt-4o` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}", "last_error": null}
I think there are many people (including me) who are integrating an LLM into their ComfyUI workflow for the first time with the help of anynode. So please forgive this generic question about setting up the OpenAI API.
I have already generated a project API key, but now I don't know how to connect my portable ComfyUI version under Windows 11 with the API key. Can anyone give me a tip on how to proceed?
Would this be the right guide for this: https://platform.openai.com/docs/quickstart?context=python
Cheers :)
The text was updated successfully, but these errors were encountered: