quick-connections

quick-connections
★ 518

快速连线电路板风格可视化布局效率提升
为 ComfyUI 添加电路板风格的快速连线,可视化连接关系并加速节点布线,提升编辑效率。
💡 在复杂节点网络中快速创建、整理和查看连接关系。
🍴 19 Forks💻 JavaScript🔄 2026-03-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a1f1f564f19c
Example
Example
📄 README

Adds circuit board connections, quick connections to ComfyUI

  • To install, go to ComfyUI manager -> look up “quick-connections”
  • Demo
  • How to use…

  • Don’t block the output / input areas.
  • Give it some room. If the connections have no room to move, it’ll get confused.
  • There is no insert dot in the middle of the connection. Drag the output to an empty spot, add a new node, and drag the output of the new node. Sorry.
  • Can be disabled in options under “Quick connections”, “Circuit Board lines”
  • Can be used with litegraph too. See example folder(examples won’t work in windows because it doesn’t support symlinks, use WSL).

    To run examples…

    npm install
    python -m http.server
    # visit in browser: http://localhost:8000/example/quick_conn.html

    Changelog

    2026-03-10 v1.0.25: Missing round corners some times. Funny line when two nodes are close together.

    2025-08-29 v1.0.21: Changes to get subgraphs working.

    2025-08-26 v1.0.20: Disable quick-connections in subgraphs, not working.

    2025-08-23 v1.0.19: Possible crashes in subgraph node fix. https://github.com/niknah/quick-connections/issues/25

    2025-07-15 v1.0.17: Draw connections in subgraph mode. https://github.com/niknah/quick-connections/issues/24

    2025-07-04 v1.0.16: Problem with the enable/disable toggle not working. https://github.com/niknah/quick-connections/issues/19

    2024-11-03: It defaults to mostly 90 or 45 degree lines now. This can be changed in the options back to the old way(connect any angle when nothing is blocking).