lks-ai / anynode

A Node for ComfyUI that does what you ask it to do
MIT License
500 stars 32 forks source link

Errors with Anthropic, Gemini #39

Closed piovis2023 closed 4 months ago

piovis2023 commented 4 months ago

Context: Windows 11 OS Python 3.11 Conda env

I followed these instructions to commit my keys: conda env config vars set OPENAI_API_KEY=your_openai_api_key conda env config vars set GOOGLE_API_KEY=your_google_api_key conda env config vars set ANTHROPIC_API_KEY=your_anthropic_api_key Reactivate the environment to apply the changes.

The keys seem to be committed to the env successfully.

Tests completed: Multiply 5 by input

Errors: Expected metadata value to be a str, int, float or bool, got None which is a NoneType

Help and guidance would be great. I'd love to see more examples of workflows to better understand the potential / limitations of this solution.

Either way - don't stop inventing. Great work so far!

piovis2023 commented 4 months ago

EDIT: Fixed

Follow my instructions below THEN.... Simply restart VSCode and ComfyUI. Give everything a chance to reset and setup properly.

piovis2023 commented 4 months ago

EDIT: Fixed

Follow my instructions below THEN.... Simply restart VSCode and ComfyUI. Give everything a chance to reset and setup properly.