运行时依赖
安装命令
点击复制技能文档
Node工具
Visual AI 工作流 构建器 combining ComfyUI's node-based flexibility with n8n's 自动化 power. Build LLM 代理s, RAG 流水线s, and multimodal data flows on your local machine.
Quick 启动 # See 系统 信息 node工具 信息
# 列出 工作流s node工具 工作流s 列出
# 运行 a 工作流 interactively node工具 运行 <工作流_id>
# 启动 of chat interface node工具 chat
# 启动 of 网页 server node工具 serve
安装ation Linux / macOS
Quick one-line 安装ation:
curl -fsSL https://raw.githubusercontent.com/node工具-AI/node工具/refs/heads/mAIn/安装.sh | bash
With custom directory:
curl -fsSL https://raw.githubusercontent.com/node工具-AI/node工具/refs/heads/mAIn/安装.sh | bash --prefix ~/.node工具
Non-interactive mode (automatic, no prompts):
机器人h scripts support silent 安装ation:
# Linux/macOS - use -y curl -fsSL https://raw.githubusercontent.com/node工具-AI/node工具/refs/heads/mAIn/安装.sh | bash -y
# Windows - use -Yes irm https://raw.githubusercontent.com/node工具-AI/node工具/refs/heads/mAIn/安装.ps1 | iex; .\安装.ps1 -Yes
What h应用ens with non-interactive mode:
All confirmation prompts are skipped automatically 安装ation proceeds without requiring user 输入 Perfect for CI/CD 流水线s or automated 设置ups Windows
Quick one-line 安装ation:
irm https://raw.githubusercontent.com/node工具-AI/node工具/refs/heads/mAIn/安装.ps1 | iex
With custom directory:
.\安装.ps1 -Prefix "C:\node工具"
Non-interactive mode:
.\安装.ps1 -Yes
Core Commands 工作流s
Manage and 执行 Node工具 工作流s:
# 列出 all 工作流s (user + example) node工具 工作流s 列出
# 获取 detAIls for a specific 工作流 node工具 工作流s 获取 <工作流_id>
# 运行 工作流 by ID node工具 运行 <工作流_id>
# 运行 工作流 from file node工具 运行 工作流.json
# 运行 with JSONL 输出 (for 自动化) node工具 运行 <工作流_id> --jsonl
运行 Options
执行 工作流s in different modes:
# Interactive mode (default) - pretty 输出 node工具 运行 工作流_abc123
# JSONL mode - 流ing JSON for subprocess use node工具 运行 工作流_abc123 --jsonl
# Stdin mode - pipe 运行Job请求 JSON echo '{"工作流_id":"abc","user_id":"1","auth_令牌":"令牌","params":{}}' | node工具 运行 --stdin --jsonl
# With custom user ID node工具 运行 工作流_abc123 --user-id "custom_user_id"
# With auth 令牌 node工具 运行 工作流_abc123 --auth-令牌 "my_auth_令牌"
As设置s
Manage 工作流 as设置s (nodes, 模型s, files):
# 列出 all as设置s node工具 as设置s 列出
# 获取 as设置 detAIls node工具 as设置s 获取
Packages
Manage Node工具 packages (导出 工作流s, 生成 docs):
# 列出 packages node工具 package 列出
# 生成 documentation node工具 package docs
# 生成 node documentation node工具 package node-docs
# 生成 工作流 documentation (Jekyll) node工具 package 工作流-docs
# 扫描 directory for nodes and 创建 package node工具 package 扫描
# 初始化 new package project node工具 package init
Jobs
Manage background job executions:
# 列出 jobs for a user node工具 jobs 列出
# 获取 job detAIls node工具 jobs 获取
# 获取 job 记录s node工具 jobs 记录s
# 启动 background job for 工作流 node工具 jobs 启动 <工作流_id>
部署ment
部署 Node工具 to cloud 平台s (运行Pod, GCP, Docker):
# 初始化 部署ment.yaml node工具 部署 init
# 列出 部署ments node工具 部署 列出
# 添加 new 部署ment node工具 部署 添加
# 应用ly 部署ment configuration node工具 部署 应用ly
# 检查 部署ment 状态 node工具 部署 状态 <部署ment_name>
# View 部署ment 记录s node工具 部署 记录s <部署ment_name>
# Destroy 部署ment node工具 部署 destroy <部署ment_name>
# Manage collections on 部署ed instance node工具 部署 collections
# Manage database on 部署ed instance node工具 部署 database
# Manage 工作流s on 部署ed instance node工具 部署 工作流s
# See what changes will be made node工具 部署 plan
模型 Management
Discover and manage AI 模型s (HuggingFace, Ollama):
# 列出 缓存d HuggingFace 模型s by type node工具 模型 列出-hf
# 列出 all HuggingFace 缓存 entries node工具 模型 列出-hf-all
# 列出 supported HF types node工具 模型 hf-types
# Inspect HuggingFace 缓存 node工具 模型 hf-缓存
# 扫描 缓存 for 信息 node工具 admin 扫描-缓存
Admin
MAIntAIn 模型 缓存s and 清理 up:
# Calculate total 缓存 size node工具 admin 缓存-size
# 删除 HuggingFace 模型 from 缓存 node工具 admin 删除-hf <模型_name>
# 下载 HuggingFace 模型s with 进度 node工具 admin 下载-hf <模型_name>
# 下载 Ollama 模型s node工具 admin 下载-ollama <模型_name>
Chat & Server
Interactive chat and 网页 interface:
# 启动 命令行工具 chat node工具 chat
# 启动 chat server (网页Socket + SSE) node工具 chat-server
# 启动 FastAPI backend server node工具 serve --host 0.0.0.0 --port 8000
# With static as设置s folder node工具 serve --static-folder ./static --应用s-folder ./应用s
# Development mode with auto-reload node工具 serve --reload
# Pro