mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(nodes): fix infill docstrings
This commit is contained in:
parent
4ef0e43759
commit
4e56c962f4
@ -122,7 +122,7 @@ def tile_fill_missing(
|
||||
|
||||
|
||||
class InfillColorInvocation(BaseInvocation):
|
||||
"""Infills transparent areas of an image with a color"""
|
||||
"""Infills transparent areas of an image with a solid color"""
|
||||
|
||||
type: Literal["infill_rgba"] = "infill_rgba"
|
||||
image: ImageField = Field(default=None, description="The image to infill")
|
||||
@ -200,7 +200,7 @@ class InfillTileInvocation(BaseInvocation):
|
||||
|
||||
|
||||
class InfillPatchMatchInvocation(BaseInvocation):
|
||||
"""Infills transparent areas of an image with tiles of the image"""
|
||||
"""Infills transparent areas of an image using the PatchMatch algorithm"""
|
||||
|
||||
type: Literal["infill_patchmatch"] = "infill_patchmatch"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user