极简 ComfyUI 前端应用,可以读取 workflow_api.json 文件并生成对应的表单,点击 Queue 可发起图像生成请求。
STEP 1: 在当前电脑中使用命令启动 ComfyUI
python main.py --enable-cors-headerSTEP 2: 打开 jaylyu.github.io/ComfyUI_Web_Lite/ 后,上传 workflow_api.json 文件即可使用。
你也可以将仓库克隆到本地使用:
- 克隆仓库到本地:git clone https://github.com/JayLyu/ComfyUI_Web_Lite.git
- 使用 VsCode 的 Open with Live Serve 功能打开 index.html
- 访问:http://127.0.0.1:5500/index.html
- 单 html 应用
- 图片存储在 LocalStorage
- 样式优化
- 隐藏特定字段的配置
- 生成 checkpoints, loras... 等模型 Select 选择器
