mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Renamed ComfyNodeV3 to ComfyNode, renamed ComfyNodeInternal to _ComfyNodeInternal
This commit is contained in:
@@ -336,7 +336,7 @@ NOISE_LEVELS = {
|
||||
}
|
||||
|
||||
|
||||
class GITSScheduler(io.ComfyNodeV3):
|
||||
class GITSScheduler(io.ComfyNode):
|
||||
@classmethod
|
||||
def define_schema(cls):
|
||||
return io.Schema(
|
||||
|
Reference in New Issue
Block a user