ComfyUI Node
System Prompter JK๐
Build single image | shot script system prompt for LLM/VLM based on preset templates and user configuration. Supports JSON format and multi-language output request.
System Prompter JK๐
- prompt
โmodelTextโบ
โmodesingle imageโบ
โshot_continuitytrueโบ
โshot_forfalseโบ
โshot_count3โบ
โinput_as_1st_shotfalseโบ
โdetaildetailedโบ
โshot_detailfalseโบ
โsystem_languageEnglishโบ
โoutput_languageEnglishโบ
Category๐ JK/๐ Prompt
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | Text | Select model type. Text: generate prompt from user text; Image: generate prompt from ref image. |
| mode | COMBO | single image | Select mode: single image, shot script or one shot paragraph. |
| shot_continuity | BOOLEAN | true | Shot script continuity setting. |
| shot_for | BOOLEAN | false | Shot script for image generation or video generation. |
| shot_count | INT | 31โ20 | Number of shots for script mode. Total count +1 if input_as_1st_shot is True. |
| input_as_1st_shot | BOOLEAN | false | Whether to use the custom prompt or reference image as the first shot |
| detail | COMBO | detailed | Select detail level for prompt generation. |
| shot_detail | BOOLEAN | false | Only available for QWen3-VL for now. Whether to output in JSON format with detailed breakdown. |
| system_language | COMBO | English | System language for LLM/VLM. |
| output_language | COMBO | English | Output language for the generated prompt. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | โ |