Learn how to execute your Canvas workflows and manage generations.
Running a Single Node
Basic Generation
- Select the node you want to run
- Configure settings (prompt, model, parameters)
- Click Generate button on the node
- Wait for processing (5 seconds to 2 minutes depending on node type)
- View output directly in the node
Generation Status
Idle - Node ready to run (gray)
Generating - Processing (blue, animated)
Complete - Output ready (green)
Error - Generation failed (red)
Running Connected Workflows
Auto-Run Chains
When nodes are connected and have auto-run enabled:
- Run the first node
- Output automatically feeds to next node
- Next node auto-runs
- Process continues through the chain
- All connected nodes complete
Example:
Prompt → Text-to-Image → Image-to-Video
(Run) (Auto-runs) (Auto-runs)
Manual Chain
Without auto-run:
- Run first node
- Wait for completion
- Manually click Generate on next node
- Repeat for each node
Benefit: Control when each step runs
Controlling Execution
Auto-Run Toggle
Enable auto-run:
- Select a node
- Toggle "Auto-run" in node settings
- Node will run automatically when input arrives
Disable auto-run:
- Gives you manual control
- Useful for expensive operations
- Good for testing and debugging
Pause/Resume
Pause a workflow:
- Disable auto-run on intermediate nodes
- Prevents automatic cascade
- Resume by manually triggering
Monitoring Progress
Node Status Indicators
Icon indicators:
- ⚪ Gray circle - Idle/ready
- 🔵 Blue circle - Running
- 🟢 Green checkmark - Complete
- 🔴 Red X - Error
Progress Information
While generating:
- Estimated time shown in node
- Model being used displayed
- Queue position if applicable
Activity Feed
View all recent activity:
- Go to Dashboard
- See generation history
- Filter by board/app
- Click to open result
Understanding Outputs
Viewing Outputs
Generated content appears directly in the node:
Images:
- Thumbnail preview
- Click to enlarge
- Download button
Videos:
- Video player in node
- Play/pause controls
- Download button
Audio:
- Audio player
- Waveform visualization
- Download button
Downloading Outputs
Method 1: Click download icon in node
Method 2: Right-click output → Save
Method 3: Find in Media Library → Download
Using Outputs
Generated content automatically:
- Saved to Media Library
- Available in Editor
- Usable in other apps
- Flows to connected nodes
Batch Operations
Run Multiple Nodes
Select multiple nodes:
- Hold Shift and click each node
- Or drag to select area
- Click Run Selected (if available)
Sequential Execution
For complex workflows:
- Disable auto-run on all nodes
- Run nodes in desired order
- Manually trigger each step
- Control resource usage
Error Handling
Common Errors
Generation Failed
- Model error or timeout
- Check error message
- Try again or different model
Invalid Input
- Input doesn't match expected type
- Fix upstream node
- Verify connection
Quota Exceeded
- Hit monthly limit
- Upgrade plan or enable overage
- Wait for next billing period
Network Error
- Internet connection lost
- Refresh and try again
- Check status page
Retry Failed Generations
- Review error message
- Fix the issue (model, prompt, settings)
- Click Retry or Generate again
Optimizing Workflow Execution
Model Selection
Fast models: Quick results, good for testing
- FLUX Schnell (images)
- SeeDance (videos)
Quality models: Better results, slower
- FLUX Dev (images)
- Kling (videos)
Choose based on your needs:
- Draft/test: Fast models
- Final output: Quality models
Parameter Tuning
Reduce generation time:
- Lower quality settings
- Smaller resolution
- Shorter duration (videos)
- Fewer output images
Balance quality vs speed for your use case
Parallel Execution
Run independent branches simultaneously:
→ Node B
A → |
→ Node C
Both B and C run at the same time (not sequential)
Saving Workflow States
Auto-Save
Your board state saves automatically:
- Node configurations
- Connections
- Generated outputs
- Node positions
Manual Checkpoints
Before major changes:
- Duplicate the board
- Name it with version/date
- Make changes in new copy
- Keep original as backup
Testing Workflows
Test Mode
Best practices for testing:
- Start small - Test with 1-2 nodes first
- Use cheap models - Fast generation for testing
- Check each step - Verify output before continuing
- Disable auto-run - Control execution manually
- Test edge cases - Try unusual inputs
Debugging
If workflow doesn't work:
- Check connections - Verify all links
- Test each node - Run individually
- Review settings - Confirm parameters
- Check error messages - Read carefully
- Simplify - Remove complexity, test basics
Performance Tips
Large Workflows (20+ nodes)
Keep it responsive:
- Disable auto-run on heavy nodes
- Break into smaller boards
- Use Explore node for existing content
- Close unused browser tabs
Memory Management
If board is slow:
- Limit number of high-res outputs visible
- Download and remove old outputs
- Refresh browser periodically
- Use latest Chrome/Firefox
Cost Management
Monitor Usage
Each generation counts toward limits:
- Images: 1 per image
- Videos: 1 per video
- Audio: Minutes used
Check remaining limits:
- Dashboard shows usage
- Board shows warnings at 80%
- Plan accordingly
Optimize Costs
Reduce unnecessary runs:
- Test with cheap models first
- Reuse outputs (via Explore node)
- Plan workflow before executing
- Use manual triggers for expensive ops
Learn about pricing →
Collaboration Considerations
Team Workflows
When multiple people edit:
- Communicate before running expensive operations
- Use Notes to document expensive nodes
- Consider who should trigger costly generations
- Monitor organization usage pool
Shared Board Execution
All editors can run nodes:
- Costs count toward shared pool
- Use permissions wisely
- Educate team on costs
- Set up approval process for large operations
Learn about team features →
Keyboard Shortcuts
Ctrl/Cmd + Enter - Run selected node
Ctrl/Cmd + Shift + Enter - Run all nodes
Esc - Stop/cancel generation
R - Retry failed generation
Full shortcuts →
Troubleshooting
Generation stuck
- Wait up to 5 minutes
- Refresh page if no progress
- Check status page
- Contact support if persistent
Outputs not saving
- Check internet connection
- Verify browser isn't blocking storage
- Clear cache and retry
- Download outputs manually
Workflow too slow
- Use faster models
- Disable auto-run
- Break into smaller boards
- Optimize node count
Next Steps