chore: typing fix

This commit is contained in:
dunkeroni 2024-02-20 21:47:25 -05:00 committed by psychedelicious
parent 06cc57d82a
commit 07dde92664

View File

@ -199,7 +199,7 @@ class DenoiseMaskField(BaseModel):
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")
gradient: Optional[bool] = Field(default=False, description="Used for gradient inpainting")
gradient: bool = Field(default=False, description="Used for gradient inpainting")
class LatentsField(BaseModel):