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 |
|