WorkflowX-Configurator Lets You Switch ComfyUI Profiles in One Click

Digital-themed composition with a single sleek modular toggle switch features distinct glowing labels.

WorkflowX-Configurator is a ComfyUI custom node package that brings selectable workflow profiles to complex image and video generation graphs. Instead of duplicating entire workflows or manually swapping parameters for each run, users define multiple named configurations and switch between them with one click. The tool resolves step counts, CFG scales, samplers, model paths, and even relayed graph objects based on the active profile at queue time.

Developer Haroonaslam created WorkflowX-Configurator to solve the hassle of keeping one powerful workflow that constantly needs different models, LoRAs, or settings. It lets you reuse the same variable name inside different node groups but return different values depending on which configuration you select. That means a single workflow can house speed drafts, high-quality renders, and experimental LoRA chains side by side without manually rewiring anything.

Scoped configurations and group modes

Key features
  • Typed Set/Get nodes for integers, floats, text.
  • Sampler and Scheduler nodes with native lists.
  • Set/Get Relay for live model and latent objects.
  • Group Configurator defines profiles and Active/Bypass/Mute modes.
  • Config Selector toggles profiles instantly, no refresh needed.
  • Global Set values override all scoped ones.
  • Queue-time resolution avoids stale canvas data.

Users who run the same ComfyUI workflow repeatedly but need quick variations will save a lot of time. Small teams or privacy-focused professionals keep everything local and avoid duplicating complex node trees. The tool is especially handy for comparing checkpoints, adjusting scheduler presets, or toggling entire LoRA chains without leaving a single graph.

How it differs from global preset stores

Unlike typical preset nodes that rely on a single global key-value lookup, WorkflowX-Configurator scopes values to specific groups so the same parameter name can mean different things in different configurations. The project currently ships without a license file and has no formal releases, so users should keep that in mind if sharing workflows. Feedback and edge‑case reports are very welcome on GitHub to help improve the tool.

"WorkflowX Configurator turns sprawling ComfyUI graphs into selectable workflow profiles: reuse the same key names in different groups, switch one config, and the right value or relay source is picked at queue time." — Source: GitHub