Commit Graph

526 Commits

Author SHA1 Message Date
Chenlei Hu
d2ef32fcb5 Fix Vite build (#55)
* Fix build output

* 0.7.37

* Fix type export

* 0.7.38

* Adjust build

* 0.7.39

* Add css to package declaration

* 0.7.40

* ESM style named export

* 0.7.41

* Fix style export for unit test

* 0.7.42
2024-08-06 10:56:57 -04:00
filtered
ddd1ac4f99 Add vite build (#53)
* Add vite build - baseline

* Fix build output folder structure

Matches pre-vite output

* Fix litegraph errors introduced by vite process

- Remove pre-written encapsulating iife (one is injected by vite)
- Replace all references to the global "this" with globalThis
2024-08-06 09:14:17 -04:00
filtered
d2c72243f8 Increase node input & output slot hitboxes (#45)
* Fix render bug - invalid slot shown as valid

* Increase hitbox of input/output slots

Improves UX by making wiring nodes easier.

* Add variable input hitbox width
2024-08-05 10:30:15 -04:00
filtered
c981b93084 Fix events not properly removed (#46)
Minor fix: someone forgot to finish their copy/paste, apparently.
2024-08-03 09:11:29 -04:00
filtered
f88fe82445 Remove extremely inefficient test code (#42)
With this change, when moving the mouse in circles on empty ComfyUI background, CPU use and calls to drawNode are _significantly_ reduced.
2024-07-31 10:06:33 -04:00
bymyself
c2c4160af0 Use group font size from user (#41) 2024-07-30 20:33:49 -04:00
Chenlei Hu
daa33fad94 0.7.34 (#40)
* 0.7.33

* Fix types

* 0.7.34

* Update readme
2024-07-30 16:09:07 -04:00
Chenlei Hu
52bcf71e44 Relands #31 and #32 (#39)
* Add node disconnect shortcuts (#31)

* Fix loop break missing

* Fix logic - cannot reconnect AND disconnect

* Add ctrl + alt + click to disconnect nodes

Adds disconnect feature and very minor bug fixes (in separate commits):
- Ctrl + Alt + Click: Disconnect an input or output
- Ctrl + Alt + Click & Drag: Rewire any input/output to another node with a single click
- Added LiteGraph setting, on by default.

6036: skip_action = true

Not sure why skip_action was set to true, here.  It prevents disconnect and drag to a new output on the same click, so I've included it in the main commit.  Ideally, this should be controlled by a consumer hook, e.g. onDisconnectInput.

* Add output multi-link move using shift-click (#32)

When an output connects to multiple inputs, and you'd like to move all of those links to another node, you are currently required to drag each new link one by one.

This commit adds the ability to move everything at once, using Shift + Click (and drag).

It -does not- currently work with the drop to blank space + search for new node.  It will j ust rewire the first.  This can probably be fixed easily enough.

It -does- function with reroute nodes, however it requires that they are dropped onto the new output directly, not just anywhere on the node.  This is expected, really.

* Update empty-release event protocol

---------

Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com>
2024-07-30 15:11:13 -04:00
Chenlei Hu
6126ebc8dc Revert "Add node disconnect shortcuts (#31)" (#38)
This reverts commit 053caa4ccb.
2024-07-30 08:47:32 -04:00
Chenlei Hu
5bec26f4f2 Revert "Add output multi-link move using shift-click (#32)" (#37)
This reverts commit 3175828350.
2024-07-30 08:46:45 -04:00
filtered
3175828350 Add output multi-link move using shift-click (#32)
When an output connects to multiple inputs, and you'd like to move all of those links to another node, you are currently required to drag each new link one by one.

This commit adds the ability to move everything at once, using Shift + Click (and drag).

It -does not- currently work with the drop to blank space + search for new node.  It will j ust rewire the first.  This can probably be fixed easily enough.

It -does- function with reroute nodes, however it requires that they are dropped onto the new output directly, not just anywhere on the node.  This is expected, really.
2024-07-28 21:15:13 -04:00
filtered
053caa4ccb Add node disconnect shortcuts (#31)
* Fix loop break missing

* Fix logic - cannot reconnect AND disconnect

* Add ctrl + alt + click to disconnect nodes

Adds disconnect feature and very minor bug fixes (in separate commits):
- Ctrl + Alt + Click: Disconnect an input or output
- Ctrl + Alt + Click & Drag: Rewire any input/output to another node with a single click
- Added LiteGraph setting, on by default.

6036: skip_action = true

Not sure why skip_action was set to true, here.  It prevents disconnect and drag to a new output on the same click, so I've included it in the main commit.  Ideally, this should be controlled by a consumer hook, e.g. onDisconnectInput.
2024-07-28 21:14:46 -04:00
bymyself
299b9fbe95 Add ARIA attributes to contextmenu (#30) 2024-07-28 13:51:05 -04:00
bymyself
7504f3e017 Make node pin option text reactive (#29) 2024-07-28 13:50:27 -04:00
Chenlei Hu
ea8a9effe5 Fix undefined var 'cloned' (#33) 2024-07-28 13:19:03 -04:00
Chenlei Hu
d746f04431 Fix var declaration (#26) 2024-07-23 11:06:36 -04:00
filtered
ee0b8a07b6 Fix empty input not used when connecting links (#24)
When dragging a link onto a node, it will always replace the first matching input type, unless you drop in the (respectively tiny) input hit box.

This commit fixes that, honouring the intended behaviour (preferFreeSlot is true in internal calls).
2024-07-21 11:09:17 -04:00
Chenlei Hu
12fe34cf10 Sort node on serialization (#21) 2024-07-18 15:46:54 -04:00
bymyself
1fdf49fe85 Truncate overflowing combo widget text (#17)
* Truncate overflowing combo widget text

* Avoid uneccessary calls to

* Use unicode ellipsis

* Only measure first 3 chars
2024-07-18 15:46:01 -04:00
Chenlei Hu
1592ea97b4 Update types (#14) 2024-07-07 23:20:52 -04:00
Chenlei Hu
6231ff5dcd Fix event content (#12) 2024-07-07 18:35:03 -04:00
Chenlei Hu
8e9a0898e5 Revert ESM change (#11) 2024-07-06 18:39:59 -04:00
Chenlei Hu
e361b39f36 Emit searchbox triggering canvas events (#10)
* Emit canvas event

* Update version
2024-07-06 18:13:26 -04:00
Chenlei Hu
2a935df408 Use ESM style export (#9)
* ESM style export

* Update version
2024-07-06 17:49:57 -04:00
Chenlei Hu
ce7d0a67cd Fix zoom (#7) 2024-07-05 19:49:41 -04:00
Chenlei Hu
8f1d91f952 Make necessary type def changes for TS repo (#3)
* Make necessary type def changes for TS repo

* Revert unwanted changes

* Revert more accidental changes

* Update version
2024-07-05 15:48:20 -04:00
comfyanonymous
c608227c3c Fix links sometimes not being correct when copy pasting nodes. 2024-04-05 15:25:59 -04:00
pythongosssss
49a3e31402 Fix using enter to select item (#6) 2024-02-06 12:27:29 -05:00
pythongosssss
5925961fa1 Show node title in search and also search title (#5)
Fix long types overflowing dialog
2024-01-30 22:24:37 -05:00
pythongosssss
208eb2d006 Support custom hide timeout on node search dialog (#4) 2024-01-23 19:48:42 -05:00
comfyanonymous
eec3575df5 Auto select value in prompt. 2023-12-21 13:18:52 -05:00
comfyanonymous
6a0e012475 Increase maximum number of nodes to 10k. 2023-12-21 13:18:23 -05:00
comfyanonymous
a9d6ff977f Fix group loading. 2023-12-21 13:08:53 -05:00
pythongosssss
f71e6f3106 allow nodes to be specified when copying (#3) 2023-12-21 13:08:53 -05:00
comfyanonymous
3a3a51cfcd Lower search timeout. 2023-12-21 13:05:43 -05:00
comfyanonymous
fb126fff4f Fix middle mouse drag. 2023-12-21 13:05:43 -05:00
comfyanonymous
a525552030 Fix litegraph button being black on light theme. 2023-12-21 13:05:43 -05:00
comfyanonymous
864d0f1270 Add back roundRect so firefox ESR can work again. 2023-12-21 13:05:43 -05:00
comfyanonymous
41050752dd Fix for high DPI. 2023-12-21 13:05:43 -05:00
comfyanonymous
8e6be3c8de Put PR #386 in right file. 2023-12-21 13:05:43 -05:00
comfyanonymous
adbbc53fa4 Move properties panel from double click to menu option. 2023-12-21 13:05:43 -05:00
comfyanonymous
8cc3cd39d9 Make nodes easier to resize. 2023-12-21 13:05:43 -05:00
comfyanonymous
59192b8a58 enable new CTRL-SHIFT-V 2023-12-21 13:05:43 -05:00
comfyanonymous
4e0670ffb1 litegraph dev forgot to remove the title height from the collision if it's hidden 2023-12-21 13:05:43 -05:00
comfyanonymous
db34e87d6c Allow dragging again. 2023-12-21 13:05:43 -05:00
comfyanonymous
6c746ab5fc ComfyUI fixes for mobile stuff. 2023-12-21 13:05:43 -05:00
Javi Agenjo
2a1b25f850 Merge pull request #405 from M1kep/fix/group-drag
fix: Correct bounding box calculation
2023-11-28 08:19:08 +01:00
Javi Agenjo
015547db2e Update base.js 2023-10-27 10:28:34 +02:00
Javi Agenjo
3acdcee1fd Update network.js 2023-10-26 20:36:33 +02:00
Javi Agenjo
2bc9fd9e41 Update network.js 2023-10-26 20:31:10 +02:00