mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Ruff format
This commit is contained in:
parent
19c00241c6
commit
416d29fb83
@ -17,6 +17,7 @@ class InpaintExt(ExtensionBase):
|
|||||||
"""An extension for inpainting with non-inpainting models. See `InpaintModelExt` for inpainting with inpainting
|
"""An extension for inpainting with non-inpainting models. See `InpaintModelExt` for inpainting with inpainting
|
||||||
models.
|
models.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
mask: torch.Tensor,
|
mask: torch.Tensor,
|
||||||
|
@ -16,6 +16,7 @@ class InpaintModelExt(ExtensionBase):
|
|||||||
"""An extension for inpainting with inpainting models. See `InpaintExt` for inpainting with non-inpainting
|
"""An extension for inpainting with inpainting models. See `InpaintExt` for inpainting with non-inpainting
|
||||||
models.
|
models.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
mask: Optional[torch.Tensor],
|
mask: Optional[torch.Tensor],
|
||||||
|
Loading…
Reference in New Issue
Block a user