FLUX2 Prompt Assembler ๐ŸŽฏ

FLUX2_PromptAssembler

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)

NameTypeRequired
sceneSTRINGoptional
subjectsFLUX2_SUBJECT_ARRAYoptional
styleSTRINGoptional
color_paletteFLUX2_COLOR_ARRAYoptional
lightingSTRINGoptional
moodSTRINGoptional
backgroundSTRINGoptional
compositionSTRINGoptional
cameraFLUX2_CAMERAoptional
pretty_printBOOLEANoptional
remove_emptyBOOLEANoptional

Outputs (2)

NameType
json_stringSTRING
json_objectFLUX2_JSON
FLUX2 Prompt Assembler ๐ŸŽฏ | TealPug Node Explorer