Sign In

DataSetPrepare-Gemini

18
129
10
Updated: Mar 11, 2025
tool
Type
Workflows
Stats
42
0
Reviews
Published
Mar 11, 2025
Base Model
Flux.1 D
Hash
AutoV2
ABFE43C95D
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.

plz read my guid for lora training I

https://civitai.com/articles/7365/flux-lora-training-low-gpu-kohya-ssdscript-linux

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!