Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1006 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 1006 Bytes

AutoConnect for ComfyUI

This extension will add an Autoconnect button to ComfyUI’s application menu. When clicked (or when the Alt-A shortcut key is pressed), the extension will try to match any inputs not yet connected to the available outputs and create the corresponding links. While the heuristics involved might occasionally go wrong for complicated workflows, they usually connect nodes as intended.

Before clicking Autoconnect:

The default ComfyUI workflow without any of the links

After clicking Autoconnect:

The default ComfyUI workflow with all the links, particular: both text encode prompts connected to the CLIP output of the checkpoint loader, output of the first prompt connected to the positive input of KSampler, output of the second prompt to its negative input.

Installation

To install, clone this repository into ComfyUI/web/extensions folder with git clone https://github.com/palant/autoconnect-comfyui and reload ComfyUI in the browser.