FLUX2 Prompt Assembler ๐ฏ
FLUX2_PromptAssembler
FLUX2_Prompt_Builder/Coreoutput node
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
Pack: ComfyUI-FLUX2-JSON
custom_nodes.ComfyUI-FLUX2-JSON
Inputs (11)
| Name | Type | Required |
|---|---|---|
| scene | STRING | optional |
| subjects | FLUX2_SUBJECT_ARRAY | optional |
| style | STRING | optional |
| color_palette | FLUX2_COLOR_ARRAY | optional |
| lighting | STRING | optional |
| mood | STRING | optional |
| background | STRING | optional |
| composition | STRING | optional |
| camera | FLUX2_CAMERA | optional |
| pretty_print | BOOLEAN | optional |
| remove_empty | BOOLEAN | optional |
Outputs (2)
| Name | Type |
|---|---|
| json_string | STRING |
| json_object | FLUX2_JSON |