Seamless fixes

This commit is contained in:
Kent Keirsey
2023-08-28 00:10:46 -04:00
parent 5fdd25501b
commit 1f476692da
2 changed files with 9 additions and 5 deletions

View File

@ -404,7 +404,7 @@ class SeamlessModeOutput(BaseInvocationOutput):
@title("Seamless")
@tags("seamless", "model")
class SeamlessModeInvocation(BaseInvocation):
"""Apply seamless mode to unet."""
"""Applies the seamless transformation to the Model UNet and VAE."""
type: Literal["seamless"] = "seamless"