mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-28 02:11:31 +00:00
Renamed SchemaV3 to Schema
This commit is contained in:
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user