149 Commits (b911eefc4278b6069390d01a6ac9010ae6eecbac)

Author SHA1 Message Date
pythongosssss 9be0b30cf1 fix formatting 1 year ago
pythongosssss 34eccd863b Add simple undo redo history 1 year ago
pythongosssss 70d2ea0faa
Control filter list (#2009)
* Add control_filter_list to filter items after queue

* fix regex

* backwards compatibility

* formatting

* revert

* Add and fix test
1 year ago
42lux 7b87c825a3 Added Colorschemes. Arc, North and Github. 1 year ago
Matteo Spinelli 6e84a01ecc
Refactor the template manager (#1878)
* add drag-drop to node template manager

* better dnd, save field on change

* actually save templates

---------

Co-authored-by: matt3o <matt3o@gmail.com>
1 year ago
Joseph Antolick 88410ace9b fix: handle null case for currentNode widgets to prevent scroll error 1 year ago
comfyanonymous 8cfce083c4 Fix primitive node control value not getting loaded. 1 year ago
comfyanonymous 8d50f0890d Merge branch 'templates-export-import' of https://github.com/jn-jairo/ComfyUI 1 year ago
pythongosssss 5818ca83a2
Unit tests + widget input fixes (#1760)
* setup ui unit tests

* Refactoring, adding connections

* Few tweaks

* Fix type

* Add general test

* Refactored and extended test

* move to describe

* for groups

* Add test for converted widgets on missing nodes + fix crash

* tidy

* mores tests + refactor

* throw earlier to get less confusing error

* support outputs

* more test

* add ci action

* use lts node

* Fix?

* Prevent connecting non matching combos

* update

* accidently removed npm i

* Disable logging extension

* added step to generate object_info

* fix python

* install python

* install deps

* fix cwd?

* logging

* Fix double resolve

* create dir

* update pkg
1 year ago
Jairo Correa 484bfe46c2 Clear importInput after import so change event works with same file 1 year ago
Jairo Correa a555074737 Use name from input to export single node template 1 year ago
Jairo Correa 6dbb18df92 Export and import templates 1 year ago
Jairo Correa 682c84ccf3 Fix fit group to nodes with reroute and collapsed nodes 1 year ago
Jairo Correa e8c02219ee Fix add selected nodes to empty group 1 year ago
Jairo Correa 7d5d0fd577 Group options
- Add Group For Selected Nodes
- Add Selected Nodes To Group
- Fit Group To Nodes
1 year ago
Jairo Correa a7b65b9505 Group menu option select nodes 1 year ago
comfyanonymous 1f2f4eaa6f Fix bug when copying node with converted input. 1 year ago
pythongosssss ae3e4e9ad8
access getConfig via a symbol so structuredClone works (#1677) 1 year ago
pythongosssss b9b178b839 More cleanup of old type data
Fix connecting combos of same type from different types of node
1 year ago
pythongosssss 80932ddf40 updated messages 1 year ago
pythongosssss 0b9246d9fa allow connecting numbers merging config 1 year ago
pythongosssss 6fc7314393 support refreshing primitive combos
no longer uses combo list as type name
1 year ago
Chris 0782ac2a96 defaultInput 1 year ago
comfyanonymous 6962cb46a9 Fix issue when node_input is undefined. 2 years ago
comfyanonymous 7291e303f6 Fix issue with some workflows not getting serialized. 2 years ago
comfyanonymous c335fdf200 Merge branch 'pixelass-patch-1' of https://github.com/pixelass/ComfyUI 2 years ago
Michael Poutre 9a7a52f8b5
refactor/fix: Treat forceInput widgets as standard widgets 2 years ago
Michael Poutre 6944288aff
refactor(ui): Switch statement, and handle other modes in group actions 2 years ago
Michael Poutre e30d546e38
feat(ui): Add node mode toggles to group context menu 2 years ago
comfyanonymous f081017c1a Save memory by storing text encoder weights in fp16 in most situations.
Do inference in fp32 to make sure quality stays the exact same.
2 years ago
comfyanonymous d7b3b0f8c1 Don't hardcode node names for image upload widget. 2 years ago
Gregor Adams af32197067
feat(extensions): Allow hiding link connectors
Thank you for adding this feature (linksRenderMode) to core. I would like to add the "Hidden" option (invalid number 3 will just hide the connector lines), so that I can remove that extension from my extension pack to prevent conflicts

https://github.com/failfa-st/failfast-comfyui-extensions
2 years ago
comfyanonymous 5e2b4893da Fix path issue. 2 years ago
pythongosssss b948b2cf41 handle value missing 2 years ago
pythongosssss 32e115b818 prevent crashing if the widget cant be found 2 years ago
pythongosssss 8918f1085c Add setting to change link render mode
Add support for combo settings
2 years ago
Dr.Lt.Data 9534f0f8a5
allows convert to widget for boolean type (#1063) 2 years ago
comfyanonymous d1347544bc Make context menu filter import from relative path. 2 years ago
comfyanonymous 907c9fbf0d Refactor to make it easier to set the api path. 2 years ago
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.
2 years ago
Dr.Lt.Data c9f5d5b2e1
optimize: support preview mode for mask editor. (#755)
* support preview mode for mask editor.
* use original file reference instead of loaded frontend blob

bugfix:
* prevent file open dialog when save to load image

* bugfix: cannot clear previous mask painted image's alpha

* bugfix

* bugfix

---------

Co-authored-by: Lt.Dr.Data <lt.dr.data@gmail.com>
2 years ago
comfyanonymous 852cf4db99 Merge branch 'widget-input-overlapping' of https://github.com/ssitu/ComfyUI 2 years ago
ssit 6f54b01954 Fix reroute node connecting different types 2 years ago
ssit 8c3d24434a Fix overlapping when converting widgets to inputs 2 years ago
reaper47 96e8307bd3 Clean keybinds extension 2 years ago
reaper47 34ddbfdc8a Beautify settings dialog 2 years ago
reaper47 aba886e9da Issue 741: Darken white background 2 years ago
reaper47 3402ec0c0d Issue 752: Fix background 2 years ago
comfyanonymous b18946c53b Merge branch 'next-task' of https://github.com/reaper47/ComfyUI 2 years ago
reaper47 bfebe2d6c3 Improve ContextMenuFilter extension 2 years ago