34 Commits (dd116abfc48e8023bb425c2dd5bd954ee99d7a9c)

Author SHA1 Message Date
comfyanonymous 8cfce083c4 Fix primitive node control value not getting loaded. 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
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
Michael Poutre 9a7a52f8b5
refactor/fix: Treat forceInput widgets as standard widgets 2 years ago
Dr.Lt.Data 9534f0f8a5
allows convert to widget for boolean type (#1063) 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
ssit 8c3d24434a Fix overlapping when converting widgets to inputs 2 years ago
comfyanonymous 4b0b516544 Add code to handle primitive nodes connected to reroute nodes.
Revert last commit because I noticed it broke a few things.
2 years ago
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>
2 years ago
comfyanonymous 13d94caf49 Add control_after_generate to combo primitive. 2 years ago
comfyanonymous a40499891e Merge branch 'fix-combo-auto-primitive' of https://github.com/pythongosssss/ComfyUI 2 years ago
pythongosssss f5a78658b7 Fix double click on converted combo widget link 2 years ago
pythongosssss 887ea0ba83 style 2 years ago
pythongosssss 901a890199 Allow combo primitive to connect to multiple inputs 2 years ago
comfyanonymous 61e7767ca6 Merge branch 'Allow-connect-premitiveNode-to-forceInput-comfyiUI-nodes' of https://github.com/omar92/ComfyUI 2 years ago
FizzleDorf 3f52e7cbb1
Seed controls added to Ksamplers (#296)
Co-authored-by: flyingshutter <flyingshutter@users.noreply.github.com>
2 years ago
omar92 9d095c52f3 handle double click create primitive widget 2 years ago
omar92 2dc7257e29 Allow connect premitive Node to "comfyiUI-nodes that have forceInput setting" 2 years ago
Tomoaki Hayasaka 1917064b56 Fix "extra filename replacements in SaveImage is not done when prefix is supplied by Primitive". 2 years ago
hnmr293 04b42bad87 allow converting optional widgets to inputs 2 years ago
comfyanonymous 44b6eaad6f Don't completely break workflow if field name changes. 2 years ago
pythongosssss d6830b958c Prevent exactly overlapping nodes
Throttle double click
2 years ago
pythongosssss 1fa9ccaa16 Set title to widget name 2 years ago
pythongosssss 97198f5b74 Restore original size after add/remove input 2 years ago
pythongosssss b13539c3dd Sync widget changes 2 years ago
pythongosssss 7a7e3288ee Added support for converting widgets to inputs (and back) 2 years ago