feat: add Possible(left) + Copy(right) for double-click feature

This commit is contained in:
dr.lt.data
2024-01-30 17:26:53 +09:00
parent e75b7938de
commit e54c4b1f7b
4 changed files with 23 additions and 1 deletions

View File

@@ -269,6 +269,8 @@ NODE_CLASS_MAPPINGS.update({
* `Possible Input Connections`: It connects all outputs that match the closest type within the specified range.
* This connection links to the closest outputs among the nodes located on the left side of the target node.
* `Possible(left) + Copy(right)`: When you Double-Click on the left half of the title, it operates as `Possible Input Connections`, and when you Double-Click on the right half, it operates as `Copy All Connections`.
## Troubleshooting
* If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the ComfyUI-Manager/config.ini file that is generated.