ComfyUI Extension: ComfyUI-Artha-Gemini

Authored by Cyrostar

Created

Updated

0 stars

ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting.

Custom Nodes (0)

    README

    ComfyUI-Artha-Gemini

    ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting.

    Installation

    1. Clone this repo into ComfyUI custom_nodes folder.
    2. Install dependencies: pip install -r requirements.txt or 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-Gemini\requirements.txt

    Gemini API

    You will need a Gemini API key to use the Artha-Gemini custom nodes. To get your API key, visit the Google AI Studio from the link below.

    <a href="https://aistudio.google.com" target="_blank">GOOGLE AI STUDIO</a>

    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-Gemini 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.