ComfyUI Extension: ComfyUI-JSON-Prompt-Modifier
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
An interactive JSON prompt editor for ComfyUI optimized for processing visual language model outputs like Qwen3-VQA, with auto-display, local file loading, and export capabilities. (Description by CC)
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI-JSON-Prompt-Modifier 🛠️
这是一个为 ComfyUI 打造的交互式 JSON 提示词编辑器,特别优化了对 Qwen3-VQA 等视觉语言模型输出的处理流。
✨ 核心特性
- 自动流转: 当
vqa_input接收到上游节点(如 Qwen3)生成的字符串时,它会自动显示在中间的编辑对话框中。 - 即时修改: 你可以直接在展示出的文本框内手动编辑、增加描述词或修正 JSON 语法。
- 本地交互:
- 📂 支持点击按钮加载本地
.txt或.json提示词。 - 💾 支持修改后一键导出下载到本地电脑。
- 📂 支持点击按钮加载本地
- 智能解析: 后端会自动将文本框内容转换为标准的 JSON 对象,方便连接后续的提示词解析节点。
🛠️ 安装方法
- 进入
ComfyUI/custom_nodes/目录。 - 运行
git clone https://github.com/您的用户名/ComfyUI-JSON-Prompt-Modifier.git。 - 重启 ComfyUI。
🚀 操作流程
- 连接: 将 Qwen3 节点的输出连接至
vqa_input。 - 生成: 运行工作流,Qwen 生成的描述会自动出现在节点的文本框里。
- 编辑: 如果不满意,直接在文本框内打字修改。
- 保存: 点击 "导出" 按钮将结果存入本地。
📜 许可证
MIT
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.