ComfyUI Node
Multi-Caption Combiner
Calls Gemini with your API key/model to merge multiple frame captions (plus optional timestamps) into a cohesive description, returning the combined text and a status summary.
Multi-Caption Combiner
- combined_caption
- gemini_status
◄captions►
◄gemini_api_key►
◄gemini_modelmodels/gemini-2.0-flash-exp►
◄combination_styleAction Summary►
◄timestamps►
◄custom_prompt►
◄output_formatParagraph►
CategorySwiss Army Knife 🔪/Utils
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| captions | STRING | Comma-separated or newline-separated captions to combine (one per frame) | |
| gemini_api_key | STRING | Google Gemini API key for caption combining | |
| gemini_model | STRING | models/gemini-2.0-flash-exp | Gemini model to use for combining captions |
| combination_style | COMBO | Action Summary | Style for combining captions |
| timestampsopt | STRING | Comma-separated timestamps (in seconds) corresponding to each caption (optional) | |
| custom_promptopt | STRING | Custom instruction for combining captions (used when combination_style is 'Custom') | |
| output_formatopt | COMBO | Paragraph | Format for the combined caption output |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| combined_caption | STRING | — |
| gemini_status | STRING | — |