ssit
3d2ae0e85a
Merge remote-tracking branch 'upstream/master' into connect-primitives-to-reroutes
2023-09-11 09:25:06 -04:00
Chris
0782ac2a96
defaultInput
2023-09-08 14:53:59 +10:00
comfyanonymous
6962cb46a9
Fix issue when node_input is undefined.
2023-09-02 12:17:30 -04:00
comfyanonymous
7291e303f6
Fix issue with some workflows not getting serialized.
2023-09-02 11:48:44 -04:00
Michael Poutre
9a7a52f8b5
refactor/fix: Treat forceInput widgets as standard widgets
2023-08-31 17:58:43 -07:00
Dr.Lt.Data
9534f0f8a5
allows convert to widget for boolean type ( #1063 )
2023-08-03 20:24:52 -04:00
Alex "mcmonkey" Goodwin
5797ff89b0
use relative paths for all web connections
...
This enables local reverse-proxies to host ComfyUI on a path, eg "http://example.com/ComfyUI/ " in such a way that at least everything I tested works. Without this patch, proxying ComfyUI in this way will yield errors.
2023-07-10 02:09:03 -07:00
ssit
3d9f4229c1
Fix reroutes updating to wildcards on graph load
...
The type of reroutes connected to primitive nodes may be lost when the graph is loaded, depending on the configuration order of nodes. Also fixed an error when a primitive widget callback is called and is connected to a reroute without output links.
2023-06-25 14:03:32 -04:00
ssit
8c3d24434a
Fix overlapping when converting widgets to inputs
2023-06-20 12:03:46 -04:00
comfyanonymous
4b0b516544
Add code to handle primitive nodes connected to reroute nodes.
...
Revert last commit because I noticed it broke a few things.
2023-06-09 02:49:13 -04:00
Dr.Lt.Data
8e14c46a38
allows connect primitive node to reroute if primitive node has type ( #751 )
...
Co-authored-by: Lt.Dr.Data <lt.dr.data@gmail.com>
2023-06-09 02:21:30 -04:00
comfyanonymous
13d94caf49
Add control_after_generate to combo primitive.
2023-05-16 03:18:11 -04:00
comfyanonymous
a40499891e
Merge branch 'fix-combo-auto-primitive' of https://github.com/pythongosssss/ComfyUI
2023-04-15 12:36:43 -04:00
pythongosssss
f5a78658b7
Fix double click on converted combo widget link
2023-04-15 17:34:46 +01:00
pythongosssss
887ea0ba83
style
2023-04-15 10:55:19 +01:00
pythongosssss
901a890199
Allow combo primitive to connect to multiple inputs
2023-04-15 10:53:30 +01:00
comfyanonymous
61e7767ca6
Merge branch 'Allow-connect-premitiveNode-to-forceInput-comfyiUI-nodes' of https://github.com/omar92/ComfyUI
2023-04-14 00:59:31 -04:00
FizzleDorf
3f52e7cbb1
Seed controls added to Ksamplers ( #296 )
...
Co-authored-by: flyingshutter <flyingshutter@users.noreply.github.com>
2023-04-12 20:57:13 -04:00
omar92
9d095c52f3
handle double click create primitive widget
2023-04-08 19:05:22 +02:00
omar92
2dc7257e29
Allow connect premitive Node to "comfyiUI-nodes that have forceInput setting"
2023-04-08 18:58:47 +02:00
Tomoaki Hayasaka
1917064b56
Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive".
2023-04-02 23:42:50 +09:00
hnmr293
04b42bad87
allow converting optional widgets to inputs
2023-03-30 21:50:35 +09:00
comfyanonymous
44b6eaad6f
Don't completely break workflow if field name changes.
2023-03-25 01:04:02 -04:00
pythongosssss
d6830b958c
Prevent exactly overlapping nodes
...
Throttle double click
2023-03-24 20:20:34 +00:00
pythongosssss
1fa9ccaa16
Set title to widget name
2023-03-24 16:51:17 +00:00
pythongosssss
97198f5b74
Restore original size after add/remove input
2023-03-24 16:36:11 +00:00
pythongosssss
b13539c3dd
Sync widget changes
2023-03-24 10:27:19 +00:00
pythongosssss
7a7e3288ee
Added support for converting widgets to inputs (and back)
2023-03-23 21:37:19 +00:00