This repo contains custom n8n nodes for VLM Run.
You need the following installed on your development machine:
- git
- Node.js and pnpm. Minimum version Node 18. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
- Install n8n with:
pnpm install n8n -g
- Recommended: follow n8n's guide to set up your development environment.
These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.
- Generate a new repository from this template repository.
- Clone your new repo:
git clone [email protected]:autonomi-ai/n8n-nodes-vlmrun.git
- Run
pnpm i
to install dependencies. - Open the project in your editor.
- Browse the examples in
/nodes
and/credentials
. Modify the examples, or replace them with your own nodes. - Update the
package.json
to match your details. - Run
pnpm lint
to check for errors orpnpm lintfix
to automatically fix errors when possible. - Test your node locally. Refer to Run your node locally for guidance.
export VLMRUN_API_BASE_URL='https://api.vlm.run/v1'
echo $VLMRUN_API_BASE_URL
(n8n-nodes-vlmrun)
pnpm run build
pnpm link --global
n8n
cd ~/.n8n
mkdir custom
cd custom
pnpm init
pnpm link --global @vlm-run/n8n-nodes-vlmrun
(restart n8n)
n8n
(search for VlmRun)
- Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
- Update the LICENSE file to use your details.
- Publish your package to npm.
Refer to our documentation on creating nodes for detailed information on building your own nodes.
Here are some screenshots of the n8n-nodes-vlmrun in action:
Overview of the VLM Run node in n8n