mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
typo: fix UIType on Spandrel Upscaling node.
This commit is contained in:
parent
29c8ddfb88
commit
504a42fe61
@ -61,7 +61,7 @@ class UpscaleSpandrelInvocation(BaseInvocation, WithMetadata, WithBoard):
|
||||
|
||||
image: ImageField = InputField(description="The input image")
|
||||
spandrel_image_to_image_model: ModelIdentifierField = InputField(
|
||||
description=FieldDescriptions.spandrel_image_to_image_model, ui_type=UIType.LoRAModel
|
||||
description=FieldDescriptions.spandrel_image_to_image_model, ui_type=UIType.SpandrelImageToImageModel
|
||||
)
|
||||
|
||||
@torch.inference_mode()
|
||||
|
Loading…
Reference in New Issue
Block a user