mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: typing fix
This commit is contained in:
parent
b2b7aed030
commit
8530635540
@ -199,7 +199,7 @@ class DenoiseMaskField(BaseModel):
|
|||||||
|
|
||||||
mask_name: str = Field(description="The name of the mask image")
|
mask_name: str = Field(description="The name of the mask image")
|
||||||
masked_latents_name: Optional[str] = Field(default=None, description="The name of the masked image latents")
|
masked_latents_name: Optional[str] = Field(default=None, description="The name of the masked image latents")
|
||||||
gradient: Optional[bool] = Field(default=False, description="Used for gradient inpainting")
|
gradient: bool = Field(default=False, description="Used for gradient inpainting")
|
||||||
|
|
||||||
|
|
||||||
class LatentsField(BaseModel):
|
class LatentsField(BaseModel):
|
||||||
|
Loading…
Reference in New Issue
Block a user