ComfyUI Node
AQ_Gemini
A ComfyUI node in Aquasite/LLM with 12 inputs and 3 outputs.
AQ_Gemini
- image
- response
- formatted_response
- instruction
◄gemini_api_key►
◄model_selectiongemma-3-12b-it►
◄custom_model►
◄prompt►
◄system_messageYou are a helpful assistant.►
◄temperature1.00►
◄top_k64►
◄top_p0.95►
◄enable_jsonfalse►
◄json_schema{
"type": "object",
"required": ["description", "style"],
"properties": {
"description": {
"type": "string"
},
"style": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
}
}
}►
◄result_template►
CategoryAquasite/LLM
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| gemini_api_key | STRING | — | |
| model_selection | COMBO | gemma-3-12b-it | 17 options: gemma-3-12b-it, gemma-3-1b-it, gemma-3-4b-it, gemma-3-27b-it, gemini-2.5-flash-preview-04-17, gemini-2.5-pro-preview-05-06, +11 |
| custom_model | STRING | — | |
| prompt | STRING | — | |
| system_message | STRING | You are a helpful assistant. | — |
| temperature | FLOAT | 1.000–2 | — |
| top_k | INT | 640–100 | — |
| top_p | FLOAT | 0.950–1 | — |
| enable_json | BOOLEAN | false | — |
| json_schema | STRING | { "type": "object", "required": ["description", "style"], "properties": { "description": { "type": "string" }, "style": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } } } } | — |
| result_template | STRING | — | |
| imageopt | IMAGE | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| response | STRING | — |
| formatted_response | STRING | — |
| instruction | STRING | — |