Next-Gen ComfyUI Frontend
FooSimpAI is a streamlined, user-friendly interface designed for ComfyUI. It bridges the gap between complex node-based workflows and simple, accessible artistic creation.
This contains everything you need to run your app locally.
Prerequisites: Node.js
Just double-click the launcher script for your OS:
- Windows: Run
run.bat - Linux/macOS: Run
sh run.sh
The launcher will automatically install dependencies (if missing) and start the development server.
- Install dependencies:
npm install - Run the app:
npm run dev
1 Connect Backend
Ensure your ComfyUI instance is running with "--listen --enable-cors-header *" CORSenabled.
2 Load Workflow
Upload a workflow exported in API Format (JSON) from ComfyUI.
3 Map Parameters
Use the settings dialog to map UI controls to specific nodes.
4 Generate
Close settings, type your prompt, and hit Generate!
下一代ComfyUI前端
FooSimpAI是一个为ComfyUI设计的简化、用户友好的界面。它弥合了复杂的基于节点的工作流与简单、易访问的艺术创作之间的差距。
这包含了在本地运行应用程序所需的一切。
先决条件: Node.js
只需双击适合您操作系统的启动脚本:
- Windows: 运行
run.bat - Linux/macOS: 运行
sh run.sh
启动器将自动安装依赖项(如果缺失)并启动开发服务器。
- 安装依赖:
npm install - 运行应用程序:
npm run dev
-
连接后端
确保您的ComfyUI实例正在运行,并带有"--listen --enable-cors-header *"参数以启用CORS 跨域访问。 -
加载工作流
上传从ComfyUI导出的API格式(JSON)工作流。 -
映射参数
使用设置对话框将UI控件映射到特定节点。 -
生成
关闭设置,输入提示词,然后点击生成!
