Nodes/ComfyUI-FLUX2-JSON/FLUX2 Prompt Assembler 🎯
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

By MushroomFleetΒ·Created 9 months agoΒ·Updated 4 months agoΒ· 26
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)

NameTypeDefaultDescription
sceneoptSTRINGβ€”
subjectsoptFLUX2_SUBJECT_ARRAYβ€”
styleoptSTRINGβ€”
color_paletteoptFLUX2_COLOR_ARRAYβ€”
lightingoptSTRINGβ€”
moodoptSTRINGβ€”
backgroundoptSTRINGβ€”
compositionoptSTRINGβ€”
cameraoptFLUX2_CAMERAβ€”
pretty_printoptBOOLEANtrueβ€”
remove_emptyoptBOOLEANtrueβ€”

Outputs (2)

NameTypeDescription
json_stringSTRINGβ€”
json_objectFLUX2_JSONβ€”