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:
@@ -9,7 +9,7 @@ class PatchModelAddDownscale(io.ComfyNodeV3):
|
||||
|
||||
@classmethod
|
||||
def define_schema(cls):
|
||||
return io.SchemaV3(
|
||||
return io.Schema(
|
||||
node_id="PatchModelAddDownscale_V3",
|
||||
display_name="PatchModelAddDownscale (Kohya Deep Shrink) _V3",
|
||||
category="model_patches/unet",
|
||||
|
Reference in New Issue
Block a user