ComfyUI Node
Gemini Image Processor
A ComfyUI node in π€ Gemini with 12 inputs and 5 outputs.
Gemini Image Processor
- image
- reference_image
- output_text
- processed_image
- raw_json
- api_request
- api_response
βapi_keyβΊ
βmodeanalyzeβΊ
βpromptDescribe this image in detail.βΊ
βmodelgemini-1.5-flashβΊ
βtemperature0.7βΊ
βmax_output_tokens1024βΊ
βtop_p0.95βΊ
βtop_k64βΊ
βseed0βΊ
βoutput_schema{
"type": "object",
"properties": {
"main_subject": {"type": "string"},
"description": {"type": "string"},
"colors": {
"type": "array",
"items": {"type": "string"}
},
"mood": {"type": "string"},
"style": {"type": "string"}
},
"required": ["main_subject", "description"]
}βΊ
Categoryπ€ Gemini
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| api_key | STRING | β | |
| image | IMAGE | β | |
| mode | COMBO | analyze | 5 options: analyze, modify, generate_prompt, extract_text, structured_output |
| prompt | STRING | Describe this image in detail. | β |
| model | STRING | gemini-1.5-flash | β |
| temperature | FLOAT | 0.70β1 | β |
| max_output_tokens | INT | 102450β8192 | β |
| top_p | FLOAT | 0.950β1 | β |
| top_k | INT | 641β100 | β |
| seed | INT | 00β2147483647 | β |
| reference_imageopt | IMAGE | β | |
| output_schemaopt | STRING | { "type": "object", "properties": { "main_subject": {"type": "string"}, "description": {"type": "string"}, "colors": { "type": "array", "items": {"type": "string"} }, "mood": {"type": "string"}, "style": {"type": "string"} }, "required": ["main_subject", "description"] } | β |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| output_text | STRING | β |
| processed_image | IMAGE | β |
| raw_json | STRING | β |
| api_request | STRING | β |
| api_response | STRING | β |