Prerequisites
- A Cordage account (sign up at trycordage.com)
- Credits in your account for AI model execution
Step 1: Create a New Canvas
- Log in to Cordage and navigate to your workspace
- Click New Canvas to create a blank canvas
- Give your canvas a descriptive name like “My First Workflow”
Step 2: Add Input Nodes
Every workflow needs input nodes to provide data. Let’s add a text input for our prompt.- Open the Node Palette on the left sidebar
- Find Text Input under “Inputs”
- Drag it onto the canvas
- Click the node and enter a prompt like:
A serene mountain landscape at sunset, photorealistic
Step 3: Add an AI Model
Now let’s add an image generation model to process our prompt.- From the Node Palette, drag a Model node onto the canvas
- Click the model node to open the model selector
- Search for “flux” or browse the available models
- Select a model like black-forest-labs/flux-schnell for fast generation
Step 4: Connect the Nodes
Connect your text input to the model:- Click and drag from the output handle (right side) of the Text Input node
- Drop the connection onto the prompt input handle (left side) of the Model node
- The connection line confirms data will flow from input to model
Step 5: Add an Export Node
To save the generated image, add an export node:- Drag an Export node from the Node Palette
- Connect the Model node’s output to the Export node’s input
- Configure export settings (format, quality) in the inspector panel
Step 6: Run the Workflow
- Click the Run button on the Export node, or use the toolbar
- Watch the execution progress on each node
- When complete, your generated image appears in the Export node
- Click to download or view the full-size image
Congratulations! You’ve built your first Cordage workflow.
What’s Next?
Explore Nodes
Learn about all available node types and their capabilities.
Chain Models
Connect multiple AI models for advanced pipelines.
Add Tools
Use crop, resize, and filter tools to refine outputs.
Batch Processing
Process multiple prompts or images automatically.