mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Renamed SchemaV3 to Schema
This commit is contained in:
@@ -339,7 +339,7 @@ NOISE_LEVELS = {
|
||||
class GITSScheduler(io.ComfyNodeV3):
|
||||
@classmethod
|
||||
def define_schema(cls):
|
||||
return io.SchemaV3(
|
||||
return io.Schema(
|
||||
node_id="GITSScheduler_V3",
|
||||
category="sampling/custom_sampling/schedulers",
|
||||
inputs=[
|
||||
|
Reference in New Issue
Block a user