chore: typing fix

This commit is contained in:
dunkeroni 2024-02-20 21:47:25 -05:00 committed by Kent Keirsey
parent b2b7aed030
commit 8530635540

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):