Skip to content

autonomi-ai/n8n-nodes-vlmrun

Repository files navigation

image

n8n-nodes-vlmrun

This repo contains custom n8n nodes for VLM Run.

Prerequisites

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.

Using this starter

These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.

  1. Generate a new repository from this template repository.
  2. Clone your new repo:
    git clone [email protected]:autonomi-ai/n8n-nodes-vlmrun.git
    
  3. Run pnpm i to install dependencies.
  4. Open the project in your editor.
  5. Browse the examples in /nodes and /credentials. Modify the examples, or replace them with your own nodes.
  6. Update the package.json to match your details.
  7. Run pnpm lint to check for errors or pnpm lintfix to automatically fix errors when possible.
  8. 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)
  1. Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
  2. Update the LICENSE file to use your details.
  3. Publish your package to npm.

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

Screenshots

Here are some screenshots of the n8n-nodes-vlmrun in action:

VLM Run Node Overview Overview of the VLM Run node in n8n

VLM Run Workflow Example Example workflow using the VLM Run node

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •