EllangoK
4354be0cb4
assign link_type_colors directly
2023-04-08 13:18:23 -04:00
omar92
b2779e064f
handle double click create primitive widget
2023-04-08 19:05:22 +02:00
omar92
f1b146e82e
Allow connect premitive Node to "comfyiUI-nodes that have forceInput setting"
2023-04-08 18:58:47 +02:00
EllangoK
d379a0abc5
link colors change after palette swap
...
didn't work previously as same function was defined repeatedly
2023-04-08 11:55:27 -04:00
pythongosssss
07859b9bdc
Fix multiple missing
2023-04-08 16:55:09 +01:00
pythongosssss
95a43082e1
Improve error UI
2023-04-08 16:37:09 +01:00
pythongosssss
43eb049ddc
Better filename check
2023-04-08 16:31:10 +01:00
pythongosssss
625acbec71
Add error handling around initial load of workflow
2023-04-08 16:23:57 +01:00
EllangoK
23dd6cf99b
remove test render link file
2023-04-08 11:13:27 -04:00
Filipe
715ecf8f96
Fix large workflow pnginfo import
2023-04-08 12:00:03 -03:00
EllangoK
3d32435d5a
cleanup customizeRenderLink
2023-04-08 10:59:34 -04:00
EllangoK
ee82a4c320
matches entry for correct link color
2023-04-08 10:47:15 -04:00
EllangoK
c91fcdbfb2
link color is set to nodeType color
2023-04-08 10:43:04 -04:00
pythongosssss
f9a6e5c6f4
const
2023-04-08 14:52:24 +01:00
pythongosssss
1b529aedb3
Adds warning when loading graph with nodes you dont have
2023-04-08 14:50:57 +01:00
pythongosssss
d2cda860ef
Add style update
2023-04-08 14:48:15 +01:00
pythongosssss
2ce3dac5ad
Adds menu for adding + managing node templates
2023-04-08 14:39:10 +01:00
pythongosssss
e2d6ba9fd1
Support dataset when creating elements
...
Allow dialog to show element and override buttons
2023-04-08 14:38:45 +01:00
EllangoK
8df8d9b7d0
manual set default link color
2023-04-08 09:28:35 -04:00
comfyanonymous
508d58dbfc
Change the default prompt to something more impressive.
2023-04-08 01:10:15 -04:00
comfyanonymous
aa3da2fbb4
Allow dragging again.
2023-04-07 23:07:19 -04:00
EllangoK
998f1391eb
fixes NODE_TITLE_COLOR not being set
2023-04-07 20:12:24 -04:00
EllangoK
36dfd0c513
colorPalette sets LiteGraph colors
2023-04-07 19:42:03 -04:00
comfyanonymous
9d1eaea760
Set title of page to ComfyUI.
2023-04-07 16:26:06 -04:00
comfyanonymous
c951ecc0fd
Update litegraph from upstream.
2023-04-07 15:11:00 -04:00
comfyanonymous
f4e478eb4c
Add webp images to upload accept list.
2023-04-06 22:22:59 -04:00
comfyanonymous
170da91441
Merge branch 'image-node-keybindings' of https://github.com/ALSchwalm/ComfyUI
2023-04-06 03:27:42 -04:00
comfyanonymous
01f9d8268d
Merge branch 'menu-drag' of https://github.com/missionfloyd/ComfyUI
2023-04-06 03:19:20 -04:00
missionfloyd
e10577366b
Style modals to match rest of UI
2023-04-05 15:56:41 -06:00
missionfloyd
d56ef7e753
Put drag icon back
2023-04-05 08:57:44 -06:00
missionfloyd
791d92615d
Remove redundant lines
2023-04-04 22:10:45 -06:00
missionfloyd
1a6f38afe0
Remove menu drag handle
2023-04-04 22:03:22 -06:00
missionfloyd
5885832d11
Make the default true
2023-04-04 21:53:02 -06:00
missionfloyd
2c46a37229
Merge branch 'master' into confirm-clear
2023-04-04 21:43:28 -06:00
missionfloyd
b49a528720
Add confirmation for clearing canvas
2023-04-04 21:20:49 -06:00
comfyanonymous
b52df24907
Merge branch 'graphdialog-style' of https://github.com/missionfloyd/ComfyUI
2023-04-04 23:04:25 -04:00
Adam Schwalm
7f92a6c40e
Add left/right/escape hotkeys for image nodes
2023-04-04 21:02:40 -05:00
missionfloyd
26f25c4d97
Fix .graphdialog style
2023-04-04 19:32:49 -06:00
City
850028f65c
Ask for confirmation before clearing nodes
2023-04-04 18:16:23 +02:00
mligaintart
3afd02a351
Adds orientation settings to reroute nodes, allowing for cleaner
...
graphes.
2023-04-03 17:47:32 -04:00
comfyanonymous
39d93d5924
Merge branch 'master' of https://github.com/omar92/ComfyUI
2023-04-03 16:52:59 -04:00
omar92
25002a6f5b
check if workflowNode And widgets_values are defined as they were causing errors on QueuePrompt after loading workFlow
2023-04-03 22:01:18 +02:00
omar92
16165d1cbb
fix bug in reroute node , that didnt allow to load old worflows
2023-04-03 21:27:43 +02:00
pythongosssss
23ec655c0d
Merge remote-tracking branch 'origin/master' into combo_filter_input
2023-04-03 11:00:12 +01:00
pythongosssss
41d39c8ed4
Fix scaled position when filtering
...
Add esc to close
2023-04-03 08:11:44 +01:00
pythongosssss
1fdc757b91
Fix scaled position
2023-04-02 21:37:24 +01:00
pythongosssss
2235bed569
Update comment
2023-04-02 21:02:40 +01:00
pythongosssss
b074cb6b88
Added keyboard navigation + selection
2023-04-02 21:01:39 +01:00
comfyanonymous
041c24e4d7
Merge branch 'snap-to-grid' of https://github.com/pythongosssss/ComfyUI
2023-04-02 14:13:55 -04:00
pythongosssss
82cf5eba28
Add support for multiselect
2023-04-02 19:12:00 +01:00
pythongosssss
23dbea1d3e
Added filter input to combos
2023-04-02 19:03:34 +01:00
comfyanonymous
4884e4522c
Merge branch 'fix-hidden-save-prefix' of https://github.com/tjhayasaka/ComfyUI
2023-04-02 14:00:05 -04:00
pythongosssss
a85b48aa5b
Adds middle click for default node creation
...
Enable two useful properties
2023-04-02 15:57:12 +01:00
Tomoaki Hayasaka
3ee0d555aa
Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive".
2023-04-02 23:42:50 +09:00
pythongosssss
d01b6780b0
formatting
2023-04-02 15:36:27 +01:00
pythongosssss
b740c40402
Snap to grid
2023-04-02 15:33:34 +01:00
pythongosssss
be0a94d11a
Support numeric settings, tooltip, extra attrs
2023-04-02 15:16:08 +01:00
comfyanonymous
c27b187035
Merge branch 'menu-save-and-anchor' of https://github.com/pythongosssss/ComfyUI
2023-04-02 01:56:12 -04:00
comfyanonymous
653a49078b
Merge branch 'fixReroute' of https://github.com/flyingshutter/ComfyUI
2023-04-02 01:55:37 -04:00
pythongosssss
990fccb776
Added a queue for the queue action
2023-04-01 18:46:05 +01:00
flyingshutter
5845c7487c
fix client freeze on connect reroutes in a circle
2023-04-01 17:30:47 +02:00
comfyanonymous
dc0eba2aae
Merge branch 'fix-modifying-default-graph' of https://github.com/pythongosssss/ComfyUI
2023-03-31 16:11:14 -04:00
pythongosssss
60c4724e24
Clone default graph before using
2023-03-31 20:35:26 +01:00
comfyanonymous
4ac9cc4cdd
Merge branch 'fix-load-history-outputs' of https://github.com/pythongosssss/ComfyUI
2023-03-31 13:13:56 -04:00
pythongosssss
6bfdc94d88
Swap order to prevent being cleared
2023-03-31 18:04:53 +01:00
City
6e2686e199
Fallback for node title
2023-03-31 00:54:35 +02:00
City
dd438a9d3b
Add human-readable names for nodes
2023-03-30 23:13:58 +02:00
pythongosssss
aed4296b1a
Formatting
2023-03-30 20:15:48 +01:00
pythongosssss
a05660983d
Formatting
2023-03-30 20:15:12 +01:00
pythongosssss
9b1f7f94bf
Remove bottom anchor
2023-03-30 20:14:01 +01:00
pythongosssss
9d538d9b83
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2023-03-30 19:39:50 +01:00
hnmr293
66c4e0e7e7
allow converting optional widgets to inputs
2023-03-30 21:50:35 +09:00
comfyanonymous
472855c9c7
Merge branch 'master' of https://github.com/city96/ComfyUI
2023-03-30 00:35:07 -04:00
comfyanonymous
6505a4bee3
Merge branch 'extra-filename-replacements' of https://github.com/pythongosssss/ComfyUI
2023-03-30 00:14:48 -04:00
City
cc78423e06
Turn comfy-menu into a sidebar on small screens
2023-03-30 01:43:31 +02:00
pythongosssss
bd6cfa687f
Extra formatting values on SaveImage
2023-03-29 22:09:11 +01:00
pythongosssss
2dee1172f8
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2023-03-29 19:39:25 +01:00
pythongosssss
d2997dbca8
Fix crash if node is removed mid run
2023-03-29 19:03:38 +01:00
pythongosssss
8a1dcd1adf
Allows nodes to return ui data and output data
...
Fire executed event on node when message received
2023-03-29 18:53:24 +01:00
comfyanonymous
937d2e6813
Merge branch 'mute-nodes' of https://github.com/jn-jairo/ComfyUI
2023-03-29 10:58:52 -04:00
City
5d9bd13a2b
Match comfy-menu style to litegraph
2023-03-29 15:52:38 +02:00
pythongosssss
82c8dde741
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2023-03-29 14:40:45 +01:00
Jairo Correa
38a5b6d5ba
Mute nodes and shortcuts in README
2023-03-29 05:04:06 -03:00
Farid Safi
00eb172489
move clean to handleFile and loadGraphData functions
2023-03-28 20:22:49 +02:00
Farid Safi
cefd69197a
clean state when loading another workflow
2023-03-28 19:45:17 +02:00
pythongosssss
9ff42b2c77
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2023-03-28 09:53:55 +01:00
Jairo Correa
9980ddb9d4
Color palette setting
2023-03-27 23:36:53 -03:00
pythongosssss
31d45191c2
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2023-03-27 20:20:08 +01:00
ltdrdata
a1c58758e5
Add support for file list refresh feature in node ( #192 )
...
* Added file reload feature to widgets.
* Modify feature name 'reload' to 'refresh' and fixed ignoring button name.
* refresh widget bugfix
* crash patch for "widget" input by type mismatch
* compensate offset on showimage
* adding widget caused misaligned offset
* patch refresh feature for general method
* clean up patch and following upstream
* make more clean code for refresh feature
* move refresh button position
* robust patch for refresh feature
* patch for refreh feature
* avoid specify REFRESH_LIST for each node
* prevent updating selected value unless removed item
* update all combo list for 'required input' in node
---------
Co-authored-by: Lt.Dr.Data <lt.dr.data@gmail.com>
2023-03-27 13:27:09 -04:00
Silversith
ec0201e32a
Bugfix/include optional node inputs ( #271 )
...
* Minor changes and extra nodes
* Added Preview Image for Nodes
* Add a delete images button on main floating menu
* Add a confirmation dialog
* Remove DeleteAll, Remove Custom KSampler, Remove Image List
* Remove Image and Custom Json Load
* Remove Custom Nodes
* remove patch.diff
2023-03-27 01:16:22 -04:00
comfyanonymous
0dac4f6e60
Merge branch 'group-header' of https://github.com/jn-jairo/ComfyUI
2023-03-27 00:46:30 -04:00
Jairo Correa
d951565bf6
Move group by header
2023-03-26 22:53:49 -03:00
Jairo Correa
a82620b088
Optional RETURN_NAMES to set the output name
2023-03-26 21:40:36 -03:00
pythongosssss
8b3b6f7c6d
Add manual flag when restoring pos
2023-03-26 15:10:38 +01:00
pythongosssss
6b3becdad8
Remove log
2023-03-26 15:03:57 +01:00
pythongosssss
65ddea50c5
Add setting to save menu position
...
Add anchoring to side when resizing
Fix losing menu when resizing
2023-03-26 15:01:34 +01:00
pythongosssss
8ad05bcf91
Merge branch 'comfyanonymous:master' into custom-node-socket
2023-03-26 10:12:39 +01:00
comfyanonymous
43ea0cba1a
Merge branch 'draggable-menu' of https://github.com/jn-jairo/ComfyUI
2023-03-26 00:22:04 -04:00
mezzo-anon
30f53909c6
change colors to a more consistent and pleasing palette
2023-03-26 04:11:53 +02:00
Jairo Correa
e72d9d7cf8
Prevent draggable menu to get outside of window
2023-03-25 23:06:00 -03:00
Jairo Correa
aeee02939c
Draggable menu
2023-03-25 20:23:46 -03:00
comfyanonymous
126b887979
Merge branch 'slot-color' of https://github.com/jn-jairo/ComfyUI
2023-03-25 12:37:55 -04:00
comfyanonymous
c508c37871
Fix seed being impossible to increment/decrement by 1.
2023-03-25 11:12:03 -04:00
Jairo Correa
b62a0abe1e
Slot colors by type
2023-03-25 06:28:09 -03:00
comfyanonymous
cc70410c4e
Don't completely break workflow if field name changes.
2023-03-25 01:04:02 -04:00
comfyanonymous
759f8537aa
Merge branch 'widget-inputs' of https://github.com/pythongosssss/ComfyUI
2023-03-24 22:45:40 -04:00
comfyanonymous
d3fe7a971c
Merge branch 'mobile-support' of https://github.com/Zentropivity/ComfyUI
2023-03-24 18:23:37 -04:00
pythongosssss
5363970cf0
Prevent exactly overlapping nodes
...
Throttle double click
2023-03-24 20:20:34 +00:00
Zentropivity
a12ce60065
Change close on mouseleave to false
2023-03-24 19:18:58 +01:00
pythongosssss
686ac63e12
Set title to widget name
2023-03-24 16:51:17 +00:00
pythongosssss
f97c108235
Restore original size after add/remove input
2023-03-24 16:36:11 +00:00
pythongosssss
ac41dda86c
adds simple access to server from custom nodes
2023-03-24 11:39:09 +00:00
pythongosssss
f58c8f3c36
Sync widget changes
2023-03-24 10:27:19 +00:00
pythongosssss
e5374d53a0
Remove debugger
2023-03-23 21:43:51 +00:00
pythongosssss
028e32bd91
Added support for converting widgets to inputs (and back)
2023-03-23 21:37:19 +00:00
Zentropivity
47192f4eb3
Fix double click handling by not using faulty is_primary check
2023-03-23 10:06:06 +01:00
pythongosssss
631c090fda
tidy
2023-03-22 18:52:24 +00:00
pythongosssss
ff9c7e03ff
Remove initial call as now unnecessary
...
Set canvas to dirty if we grow the node
2023-03-22 18:50:45 +00:00
pythongosssss
49ba9e32d9
Calculate sizes when drawing if required
2023-03-22 18:43:43 +00:00
pythongosssss
a039d44fe6
Add support for multiple multiline text areas on the same widget
2023-03-21 21:34:00 +00:00
xss
b579a42607
add canvas tab index so it recieves keydown events
2023-03-21 13:31:47 -05:00
comfyanonymous
72a9078452
Merge branch 'saveimage' of https://github.com/pythongosssss/ComfyUI
2023-03-21 13:30:22 -04:00
Guo Y.K
417590e775
ui: hide decimal fraction for int fields
2023-03-21 17:48:00 +08:00
pythongosssss
7154ef486f
Added save image menu item
2023-03-21 08:00:13 +00:00
comfyanonymous
757a39cdd9
Small fix.
2023-03-20 14:55:28 -04:00
comfyanonymous
8cdef9e8a1
Merge branch 'save-images' of https://github.com/m957ymj75urz/ComfyUI
2023-03-20 14:29:45 -04:00
comfyanonymous
7f47540236
Make saved json more pretty.
2023-03-20 02:23:47 -04:00
m957ymj75urz
0581bd923f
rework payload from server
2023-03-19 12:54:29 +01:00
comfyanonymous
827e045dc5
Add an auto queue checkbox.
...
This will auto queue the current prompt when the queue hits zero.
2023-03-19 00:03:18 -04:00
m957ymj75urz
fc9872cc89
rollback urlparams
2023-03-18 20:13:25 +01:00
comfyanonymous
6b95166668
Fix annoyance.
2023-03-18 14:52:19 -04:00
comfyanonymous
3058d441c3
Merge branch 'reroute-rewrite' of https://github.com/pythongosssss/ComfyUI
2023-03-17 20:54:05 -04:00
comfyanonymous
d5bf8038c8
Merge T2IAdapterLoader and ControlNetLoader.
...
Workflows will be auto updated.
2023-03-17 18:17:59 -04:00
pythongosssss
e471b625bb
Fixed crash removing nodes
...
due to output link is still being set but not valid
2023-03-17 17:52:20 +00:00
Zentropivity
cd35ec12f1
Remove mobile client-side zoom
2023-03-17 10:36:50 +01:00
pythongosssss
bd5315f3a9
Merge remote-tracking branch 'origin/master' into a1111-meta-v2
2023-03-16 21:30:23 +00:00
pythongosssss
9d104fea3e
Increase size of node
2023-03-16 21:04:54 +00:00
pythongosssss
0f2d10eb4f
Simplify and fix bug with following virtual nodes
...
courtesy of someanon
2023-03-16 19:15:02 +00:00
m957ymj75urz
d0a98fc078
fixes for specific paths
2023-03-16 19:48:59 +01:00
Zentropivity
dfb87a11ea
Correct html head and switch litegraph to pointer mode.
2023-03-16 17:05:26 +01:00
pythongosssss
7ef1b0065e
Made node non collapsable
...
Fixed color of first input link
2023-03-16 14:08:11 +00:00
comfyanonymous
d10eae4d1f
Merge branch 'dragdrop-image-upload' of https://github.com/pythongosssss/ComfyUI into m1
2023-03-16 02:39:55 -04:00
comfyanonymous
680bf0bb9e
I think it looks a bit better like this.
2023-03-15 14:32:52 -04:00
comfyanonymous
ba446accc5
Merge branch 'batch-count' of https://github.com/m957ymj75urz/ComfyUI
2023-03-15 12:52:37 -04:00
m957ymj75urz
ccf24a189e
Merge branch 'master' into save-images
2023-03-15 10:48:15 +00:00
m957ymj75urz
6b33c39fa8
ignore/restore custom batch count when extra options is unchecked
2023-03-15 11:44:49 +01:00
comfyanonymous
e3e5d65411
Merge branch 'queue-prompt-hotkey' of https://github.com/pythongosssss/ComfyUI
2023-03-14 18:19:43 -04:00
pythongosssss
f430fdfb67
Explain why animation frame used
2023-03-14 21:25:52 +00:00
pythongosssss
b4b26310b8
Updated comment
2023-03-14 21:22:47 +00:00
pythongosssss
7a1d5b9080
Add dragleave handler to remove stuck highlight
2023-03-14 21:21:50 +00:00