We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54faaa commit 1929d8bCopy full SHA for 1929d8b
comfy_extras/nodes_post_processing.py
@@ -381,7 +381,7 @@ class ResizeTypedDict(TypedDict):
381
@classmethod
382
def define_schema(cls):
383
template = io.MatchType.Template("input_type", [io.Image, io.Mask])
384
- crop_combo = io.Combo.Input("crop", options=cls.crop_methods)
+ crop_combo = io.Combo.Input("crop", options=cls.crop_methods, default="center")
385
return io.Schema(
386
node_id="ResizeImageMaskNode",
387
display_name="Resize Image/Mask",
0 commit comments