Building workflows with the visual graph editor
Workflow Builder is the default mode in Scope. It lets you visually compose AI pipelines by connecting nodes on a canvas, no coding required. You can route video sources, chain multiple AI pipelines, blend prompts, control timing, and export the entire setup as a shareable workflow file.Opening Workflow Builder
Scope opens in Workflow Builder mode by default. If you are in a different mode, you can switch back using the mode selector in the top bar.1
Open the mode selector
Click the mode selector in the top bar of the Scope interface.
2
Select Workflow Builder
Choose Workflow Builder from the list. The canvas will appear with your current graph.
Canvas basics
Adding nodes
Click the [+] button on the canvas (or right-click on empty space and choose Add node) to open the node picker. You can also use the Menu > Nodes panel to browse all available nodes and plugins.Common node types
This table shows the most common node types. Additional nodes like Primitive, Reroute, Slider, XY Pad, VACE, and others are also available in the node picker.
Connecting nodes
Drag from an output handle (right side of a node) to an input handle (left side of another node). Handles are color-coded by type so you can quickly see what connects to what:- Cyan (sky-blue) for numeric values
- Amber for string/text values
- Orange for trigger events
- Green for boolean values
Streaming
Click Play in the toolbar to begin inference. The connected pipeline nodes will initialize and frames will flow through the graph. Click Stop to end the session.Pipeline nodes need a moment to warm up when you first start streaming. You will see a loading indicator on each pipeline node while it initializes.
Importing and exporting workflows
A workflow captures the complete graph state: nodes, connections, parameter values, LoRA configs, and plugin dependencies. This makes it easy to save snapshots of your work or share setups with others.Exporting
1
Open the export dialog
Go to Menu > Export Workflow.
2
Name your workflow
Enter a name for the workflow file.
3
Download
Click Export. The file downloads as a
.scope-workflow.json file.Importing
1
Open the import dialog
Go to Menu > Import Workflow and select a
.scope-workflow.json file.2
Review dependencies
Scope checks that all required pipelines, plugins, and LoRAs are available. If anything is missing, you will be prompted to download it before loading.
3
Load the workflow
Click Load to apply the workflow to your canvas.
Subgraphs
Group any selection of nodes into a Subgraph to keep your canvas tidy and create reusable components. This is especially useful when your graph grows large and you want to collapse sections into a single, labeled block. Double-click a subgraph to enter it. Use the breadcrumb at the top to navigate back out.Keyboard shortcuts
See also
Using Nodes
Install and manage third-party nodes to extend Scope
Quick Start
Get Scope running if you haven’t already