ComfyUI custom nodes for general purpose.
- Clone this repo into ComfyUI
custom_nodesfolder. - Install dependencies:
pip install -r requirements.txtor if you use the portable install, run this inside ComfyUI root folder:
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Artha-Nodes\requirements.txt
You will need a Gemini API key to use the Gemini custom nodes. To get your API key, visit the Google AI Studio from the link below.
Once you have your API key, it's good practice to place it in the api.json file located in the ComfyUI/custom_nodes/ComfyUI-Artha-Nodes folder. Alternatively, you can enter it directly into the custom node's api_key field, but be aware that it will be visible in plain text.
You may also choose to define GEMINI_API_KEY as a global variable.