UNPKG

n8n-nodes-chhazcustom

Version:

n8n node to integrate with ComfyUI stable diffusion workflows for image to video conversion

51 lines (50 loc) 1.23 kB
{ "name": "n8n-nodes-chhazcustom", "version": "1.0.1", "description": "n8n node to integrate with ComfyUI stable diffusion workflows for image to video conversion", "keywords": [ "n8n-community-node-package", "comfyui", "stable-diffusion", "image-to-video", "video-generation", "wan-image-to-video" ], "license": "MIT", "homepage": "", "author": { "name": "christiankuri", "email": "mintedwealth.es@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/christiankuri/n8n-nodes-comfyui-image-to-video.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.4", "main": "index.js", "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/ComfyUI/ComfyuiImageToVideo.node.js" ] }, "dependencies": { "form-data": "^4.0.0" } }