Renamed SchemaV3 to Schema

This commit is contained in:
Jedrzej Kosinski
2025-07-23 14:55:53 -07:00
parent a9f5554342
commit b0f73174b2
48 changed files with 181 additions and 181 deletions

View File

@@ -49,8 +49,8 @@ def loglinear_interp(t_steps, num_steps):
class AlignYourStepsScheduler(io.ComfyNodeV3):
@classmethod
def define_schema(cls) -> io.SchemaV3:
return io.SchemaV3(
def define_schema(cls) -> io.Schema:
return io.Schema(
node_id="AlignYourStepsScheduler_V3",
category="sampling/custom_sampling/schedulers",
inputs=[