Commit Graph

33 Commits

Author SHA1 Message Date
pythongosssss
e051b5b8d6 Fix convert to nodes with internal reroutes 2023-11-29 17:43:42 +00:00
pythongosssss
abdff29823 Group node refactor
Support for primitives/converted widgets
2023-11-26 21:40:25 +00:00
pythongosssss
c44d8df7b1 Merge remote-tracking branch 'origin/master' into group-nodes 2023-11-25 12:53:24 +00:00
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
2023-11-22 12:52:20 -05:00
pythongosssss
18cbab1d84 Add VAE model 2023-11-17 15:09:02 +00:00
pythongosssss
8059fdae11 Fix issue with external node links 2023-11-17 14:40:07 +00:00
pythongosssss
3ef9395a96 groupnode imageupload test
give widget unique name
2023-11-15 20:31:13 +00:00
pythongosssss
2e79919b5a order widgets on group node
various fixes
2023-11-14 19:26:54 +00:00
pythongosssss
9d41993ae8 Resolve issue with sanitized node name 2023-11-08 21:05:06 +00:00
pythongosssss
2870b1c68c Group node updates
- persist internal ids in current session
- copy widget values when converting to nodes
- fix issue serializing converted inputs
2023-11-08 20:53:16 +00:00
pythongosssss
c7eea7cb8e Fix converted widgets not reconnecting 2023-11-04 12:35:51 +00:00
pythongosssss
f9ff5d9105 Handle missing internal nodes 2023-11-04 11:44:01 +00:00
pythongosssss
b3f759d979 Fix links on convert to nodes 2023-11-04 11:30:33 +00:00
pythongosssss
b6fb105b95 Fix reconnecting output links on convert to group 2023-11-04 11:10:51 +00:00
pythongosssss
b440f86618 tidy 2023-10-22 14:47:05 +01:00
pythongosssss
288a1c6242 Merge remote-tracking branch 'origin/master' into group-nodes 2023-10-21 17:41:10 +01:00
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
2023-10-20 22:49:04 -04:00
pythongosssss
d9415788db group node tests 2023-10-16 21:32:48 +01:00
pythongosssss
9dfd61b48d Disable logging extension 2023-10-16 11:57:45 +01:00
pythongosssss
36534e043a more test 2023-10-16 11:10:22 +01:00
pythongosssss
4a8c36b403 support outputs 2023-10-16 11:10:09 +01:00
pythongosssss
b419cd29f9 throw earlier to get less confusing error 2023-10-16 11:10:00 +01:00
pythongosssss
efea06dda5 mores tests + refactor 2023-10-15 14:54:01 +01:00
pythongosssss
9d17f78476 tidy 2023-10-15 13:35:38 +01:00
pythongosssss
8f136850f4 Add test for converted widgets on missing nodes + fix crash 2023-10-15 13:34:28 +01:00
pythongosssss
c6df6d642a for groups 2023-10-13 20:25:20 +01:00
pythongosssss
8040581506 move to describe 2023-10-13 17:28:11 +01:00
pythongosssss
a2fafda0e0 Refactored and extended test 2023-10-12 20:28:25 +01:00
pythongosssss
be191b1489 Add general test 2023-10-12 20:15:35 +01:00
pythongosssss
cd4059ba3c Fix type 2023-10-12 20:15:22 +01:00
pythongosssss
68ef595de4 Few tweaks 2023-10-12 20:15:16 +01:00
pythongosssss
89579c03ba Refactoring, adding connections 2023-10-12 19:54:27 +01:00
pythongosssss
efe21081d4 setup ui unit tests 2023-10-11 21:32:13 +01:00