Nodes/comfyui-nodes/Gemini Image (Symbiotica)
ComfyUI Node

Gemini Image (Symbiotica)

Generate or edit images with Gemini, billed to the studio's own key through Cloudflare AI Gateway rather than to a ComfyUI account.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
Gemini Image (Symbiotica)
    • image
    • text
    • thought_image
    prompt
    model
    seed0
    response_modalitiesIMAGE+TEXT
    system_promptYou are an expert image-generation engine. You must ALWAYS produce an image. Interpret all user input—regardless of format, intent, or abstraction—as literal visual directives for image composition. If a prompt is conversational or lacks specific visual details, you must creatively invent a concrete visual scenario that depicts the concept. Prioritize generating the visual representation above any text, formatting, or conversational requests.
    temperature1.00
    top_p0.95
    api_key
    Categorysymbiotica/image

    Inputs (8)

    NameTypeDefaultDescription
    promptSTRINGWhat to draw. Reference images are described by this prompt, not replaced by it.
    modelCOMBOThe Lite model is the cheap lever for drafts, and renders at 1K only.
    seedINT00–18446744073709550000Not sent to Google — Gemini takes no seed. It exists so re-queueing re-runs this node instead of serving ComfyUI's cached output.
    response_modalitiesCOMBOIMAGE+TEXTIMAGE alone suppresses the model's commentary, and with it the thought image.
    system_promptoptSTRINGYou are an expert image-generation engine. You must ALWAYS produce an image. Interpret all user input—regardless of format, intent, or abstraction—as literal visual directives for image composition. If a prompt is conversational or lacks specific visual details, you must creatively invent a concrete visual scenario that depicts the concept. Prioritize generating the visual representation above any text, formatting, or conversational requests.Standing instructions. Emptying this lets a conversational prompt come back as prose instead of a picture.
    temperatureoptFLOAT1.000–2Lower is more focused and repeatable.
    top_poptFLOAT0.950–1Nucleus sampling threshold. Lower is more focused, higher more diverse.
    api_keyoptSTRINGGoogle AI Studio key for direct calls; empty falls back to Symbiotica.GEMINI_API_KEY or Symbiotica.GOOGLE_API_KEY in Settings, then the GEMINI_API_KEY or GOOGLE_API_KEY env vars, in that order. Ignored where the studio gateway is configured.

    Outputs (3)

    NameTypeDescription
    imageIMAGE
    textSTRING
    thought_imageIMAGEThe model's interim sketch. Only arrives with thinking_level HIGH and IMAGE+TEXT.