Package Information
Available Nodes
Documentation
n8n-nodes-imagerouter
This is an n8n community node. It lets you use ImageRouter.io in your n8n workflows.
ImageRouter.io is a platform for generating images and videos using AI. n8n is a fair-code licensed workflow automation platform.
Table of Contents
Installation
Operations
Credentials
Compatibility
Usage
What AI models are available?
Resources
Development
Installation
The package is published on NPM, so it's pretty easy to install in n8n.
- Open
Settings: - Go to
Community Nodes: - Install a new community node. Enter
n8n-nodes-imagerouter:
For CLI install, follow the installation guide in the n8n community nodes documentation.
Operations
- Image
- Text to Image
- Image to Image
- Video
- Text to Video
- Image to Video
- Models
- Get All Models
Credentials
- Sign up for ImageRouter
- Go to https://imagerouter.io/api-keys and create an API key.
Usage
What AI models are available?
More than 80+ image and video model, see the full list here: https://imagerouter.io/models
or download as JSON: https://api.imagerouter.io/v1/models
Resources
Development
Build the image and start a local n8n instance with the ImageRouter node already available:
# From the repository root
npm run build
docker compose up --build
Open http://localhost:5678 in your browser and search for ImageRouter in the node panel to start using the node.
Publish to NPM:
npm publish