A macOS-first visual planning app for mind maps, reference boards, text models, and ComfyUI.
This guide is for users who already have ComfyUI installed locally.
设置.ComfyUI 连接向导.http://127.0.0.1:8188
测试连接.启动并连接.Flux 推荐预设.生成测试图.If the test image appears, ComfyUI is ready.
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.
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:
UNETLoaderCLIPLoaderVAELoaderFlux2SchedulerEmptyFlux2LatentImageCFGGuiderConditioningZeroOutSaveImageIf 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.
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.
Likely causes:
http://127.0.0.1:8188.Likely causes:
Use 复制诊断信息 in the ComfyUI setup wizard and inspect the node classes listed in the report.
Likely causes:
Open 高级 workflow 与节点映射 and verify node IDs.
Likely causes:
Reduce image size first. If that fails, copy diagnostics and check the ComfyUI terminal log.