Skip to content

Commit 29efab7

Browse files
feat(nodes): spandrel_image_to_image.scale defaults to 4.0
1 parent ac6adc3 commit 29efab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/spandrel_image_to_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class SpandrelImageToImageInvocation(BaseInvocation, WithMetadata, WithBoard):
3737
default=512, description="The tile size for tiled image-to-image. Set to 0 to disable tiling."
3838
)
3939
scale: float = InputField(
40-
default=1.0,
40+
default=4.0,
4141
gt=0.0,
4242
le=16.0,
4343
description="The final scale of the output image. If the model does not upscale the image, this will be ignored.",

0 commit comments

Comments
 (0)