Jedrzej Kosinski
|
3a8286b034
|
Refactored io.py, ui.py, and resources.py to expose themselves on v3/__init__.py on _IO, _UI, and _RESOURCES classes such that the v3 schema can be iterated upon on versioned Core API soon
|
2025-07-24 16:00:27 -07:00 |
|
Jedrzej Kosinski
|
f9aec12ef1
|
Refactored v3 code so that v3_01 becomes v3, v3_01 is deleted since no longer necessary
|
2025-06-18 23:29:32 -05:00 |
|
Jedrzej Kosinski
|
38721fdb64
|
Added hidden and state to passed-in clone of node class
|
2025-06-17 20:35:32 -05:00 |
|
Jedrzej Kosinski
|
1711e44e99
|
Added new Custom and ComfyTypeIO helpers, use ComfyTypeIO class to simplify defining basic types
|
2025-06-17 04:47:55 -05:00 |
|
kosinkadink1@gmail.com
|
54e0d6b161
|
Add comfytype decorator, convert all relevant v3_01 types to follow new convention, make v1 test node have xyz be optional
|
2025-06-13 04:06:06 -07:00 |
|
kosinkadink1@gmail.com
|
cf7312d82c
|
Small refactoring to make iterating on V3 schema faster without needing to edit execution.py code
|
2025-06-12 17:07:10 -07:00 |
|
kosinkadink1@gmail.com
|
6854864db9
|
Added some missing type defs, starting work on a revision (v3_01) to change formatting (need to change execution.py to recognize it as v3 as well)
|
2025-06-11 19:46:30 -07:00 |
|