Jedrzej Kosinski
|
e431868c0d
|
Satisfy ruff
|
2025-07-17 17:34:29 -07:00 |
|
Jedrzej Kosinski
|
95289b3952
|
Moved helper functions into internal.__init__.py instead of in io.helpers.py as the functions will likely stay the same across different revisions of v3, move helper functions out of io.py to clean up the file a bit, remove Serialization class as not needed at the moment, fix ComfyNodeInternal inherting from ABC breaking lock_class function by removing ABC parent; will need better solution later
|
2025-07-17 17:32:41 -07:00 |
|
Jedrzej Kosinski
|
ab98b65226
|
Separate ComfyNodeV3 into an internal base class and one that only has the functions defined that a developer cares about overriding, reference ComfyNodeInternal in execution.py/server.py instead of ComfyNodeV3 to make the code not bound to a particular version of v3 schema (once placed on api)
|
2025-07-17 16:09:18 -07:00 |
|
bigcat88
|
c3334ae813
|
V3: renamed DEFINE_SCHEMA to define_schema
|
2025-07-16 11:24:46 +03:00 |
|
kosinkadink1@gmail.com
|
d99f778982
|
Added ComfyNodeInternal to comfy_api.internal that will contain classes intended to be used by all V3 schema iterations going forward
|
2025-07-15 14:27:39 -05:00 |
|