ComfyUI Node
FLUX2 Prompt Assembler π―
Master node for assembling complete FLUX.2 JSON prompts. Connect all your prompt components (scene, subjects, style, camera, etc.) to this node to generate the final JSON output. Outputs: - json_string: Formatted JSON text (copy this to FLUX.2) - json_object: Python dict for further processing Options: - pretty_print: Format with indentation for readability - remove_empty: Automatically remove empty/null fields
FLUX2 Prompt Assembler π―
- subjects
- color_palette
- camera
- json_string
- json_object
βsceneβΊ
βstyleβΊ
βlightingβΊ
βmoodβΊ
βbackgroundβΊ
βcompositionβΊ
βpretty_printtrueβΊ
βremove_emptytrueβΊ
CategoryFLUX2_Prompt_Builder/Core
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| sceneopt | STRING | β | |
| subjectsopt | FLUX2_SUBJECT_ARRAY | β | |
| styleopt | STRING | β | |
| color_paletteopt | FLUX2_COLOR_ARRAY | β | |
| lightingopt | STRING | β | |
| moodopt | STRING | β | |
| backgroundopt | STRING | β | |
| compositionopt | STRING | β | |
| cameraopt | FLUX2_CAMERA | β | |
| pretty_printopt | BOOLEAN | true | β |
| remove_emptyopt | BOOLEAN | true | β |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| json_string | STRING | β |
| json_object | FLUX2_JSON | β |