Museboard

A macOS-first visual planning app for mind maps, reference boards, text models, and ComfyUI.

View the Project on GitHub Vladchen2022/Museboard

ComfyUI Setup Guide

This guide is for users who already have ComfyUI installed locally.

  1. Start Museboard.
  2. Open 设置.
  3. Find ComfyUI 连接向导.
  4. Leave the endpoint as:
http://127.0.0.1:8188
  1. Click 测试连接.
  2. If connection fails, enable auto start and set:
    • ComfyUI working directory
    • ComfyUI launch command
  3. Click 启动并连接.
  4. Click Flux 推荐预设.
  5. Click 生成测试图.

If the test image appears, ComfyUI is ready.

Auto Start Settings

Default working directory:

~/ComfyUI

Default launch command:

.venv/bin/python main.py --listen 127.0.0.1 --port 8188

Museboard intentionally blocks shell syntax such as ;, |, &, $, and redirection. The launch command must be a program plus arguments only.

Flux Preset

The Flux preset asks ComfyUI for available node and model information, then builds a workflow automatically.

It expects ComfyUI to expose compatible node types such as:

If one of these is missing, Museboard will report which part failed. The fix is usually installing the matching ComfyUI custom nodes or using a workflow imported from your own ComfyUI setup.

Importing Your Own Workflow

Use ComfyUI’s API workflow export, not the normal UI workflow export.

After importing JSON, Museboard tries to identify:

If auto-mapping is wrong, open 高级 workflow 与节点映射 and correct the fields manually.

Common Failures

Cannot connect

Likely causes:

Flux preset fails

Likely causes:

Use 复制诊断信息 in the ComfyUI setup wizard and inspect the node classes listed in the report.

Workflow JSON fails

Likely causes:

Open 高级 workflow 与节点映射 and verify node IDs.

Generation starts but fails

Likely causes:

Reduce image size first. If that fails, copy diagnostics and check the ComfyUI terminal log.