This is a node for n8n to perform chroma key (green screen) operations on images.
- Clone this repository
- Navigate to the project directory
- Run
npm install - Run
npm run build - Create a symbolic link:
npm link - In your n8n installation directory, run:
npm link n8n-nodes-chroma-key
npm install -g n8n-nodes-chroma-key
- Add the Chroma Key node to your workflow
- Provide base64-encoded or URL strings for both foreground and background images
- Adjust the color to remove and tolerance as needed
- The output will be a base64-encoded PNG image