Sign In

DataSetPrepare-Gemini

10
67
7
Updated: Sep 9, 2024
tool
Type
Workflows
Stats
67
Reviews
Published
Sep 9, 2024
Base Model
Flux.1 D
Hash
AutoV2
4FB3D40C46
The FLUX.1 [dev] Model is licensed by Black Forest Labs. Inc. under the FLUX.1 [dev] Non-Commercial License. Copyright Black Forest Labs. Inc.
IN NO EVENT SHALL BLACK FOREST LABS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.

I prepare this tool plus the node to be very accurate and fast

lets go

  1. Clone this repository into your ComfyUI's custom_nodes directory:

    cd /path/to/ComfyUI/custom_nodes
    git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini
  2. Install the required dependencies:

    pip install google-generativeai requests vtracer

Configuration

-Gemini API Key Setup

  1. get your free api key from Google AI Studio.

  2. Create a new API key or use an existing one.

  3. Copy the API key.

  4. add your api-key to config.json file in the node directory :

    {
      "GEMINI_API_KEY": "your_api_key_here"
    }

-DataSet- setup

  1. type your Lora Key-word (Ex: goldxxx >this what will be used in image generation)

  2. type your image location

  3. Enable Auto-queue

    RunThe WorkFlow!