Skip to content

Quick Start

DumiFlex edited this page May 28, 2026 · 1 revision

Quick Start

Five-minute path from "freshly installed" to "Generate produces a wildcard-rolled prompt". Two stages:

  1. Create a starter wildcard in the manager SPA.
  2. Wire a three-node chain on the ComfyUI canvas.

Step 1 — Save a wildcard in the library

Open the Wildcard Pipeline manager (sidebar → Wildcards+ New). Fill in:

  • Name: subject
  • Variable binding: $subject (auto-fills from the name)
  • Options: a cat / a dog / a fox, each at weight 1

New wildcard form

The SPA's New wildcard form pre-filled by the starter button. Identity name subject, variable binding $subject, three options at weight 1 each (probability 33%).

Hit Save. The wildcard is now in your library and can be referenced from any WP Context node by name or by @{uuid}.

Skip-ahead: every module page in the SPA docs has a Create starter button that builds the same row in one click. Same shape; faster than typing.


Step 2 — Wire the canvas chain

On the ComfyUI canvas:

  1. Add WP Context — right-click → Add Node → wildcard-pipeline → WP Context.
  2. Add the wildcard to the context — click + Add module inside the Context widget, pick Wildcard, select subject from the library list.
  3. Add WP Prompt Assembler — wire WP Context.contextWP Prompt Assembler.context. Type a $subject into the template field.
  4. Wire to CLIPWP Prompt Assembler.promptCLIP Text Encode.text.
  5. Hook into the sampler — CLIP conditioning into KSampler positive.

Finished pipeline

Four nodes: WP Context (Starter subject row) → WP Prompt Assembler (template a $subject, resolved preview a cat) → CLIP Text Encode → KSampler.

Press Queue. Each run rolls a fresh subject through the same skeleton.


What to do next

  • Add more variables — drop a fixed_values for $style, a combine for $scene from $mood $subject. See Modules for what each does.
  • Loop the chain — drop a WP Context Loop in front of your Context to roll N variations from one Generate click. See Nodes → WP Context Loop.
  • Inspect what got picked — wire a WP Debug node off any Context output and open its Snapshot / Trace / Picks / Warnings tabs after a run. See Nodes → WP Debug.
  • Save a module group as a bundle — multi-select rows in the Context widget → right-click → Save as bundle. See Modules → Bundle.

📖 Wildcard Pipeline

🧩 Reference

🔗 Links

Clone this wiki locally