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:
@@ -29,7 +29,7 @@ NOISE_LEVELS = {
|
||||
class OptimalStepsScheduler(io.ComfyNodeV3):
|
||||
@classmethod
|
||||
def define_schema(cls):
|
||||
return io.SchemaV3(
|
||||
return io.Schema(
|
||||
node_id="OptimalStepsScheduler_V3",
|
||||
category="sampling/custom_sampling/schedulers",
|
||||
inputs=[
|
||||
|
||||
Reference in New Issue
Block a user