Skip to content

Commit 504a42f

Browse files
committed
typo: fix UIType on Spandrel Upscaling node.
1 parent 29c8ddf commit 504a42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/spandrel_upscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class UpscaleSpandrelInvocation(BaseInvocation, WithMetadata, WithBoard):
6161

6262
image: ImageField = InputField(description="The input image")
6363
spandrel_image_to_image_model: ModelIdentifierField = InputField(
64-
description=FieldDescriptions.spandrel_image_to_image_model, ui_type=UIType.LoRAModel
64+
description=FieldDescriptions.spandrel_image_to_image_model, ui_type=UIType.SpandrelImageToImageModel
6565
)
6666

6767
@torch.inference_mode()

0 commit comments

Comments
 (0)