feat(nodes): added gradient mask node

This commit is contained in:
dunkeroni
2024-02-20 21:13:19 -05:00
committed by psychedelicious
parent f7fc20459a
commit 06cc57d82a
4 changed files with 80 additions and 11 deletions

View File

@ -199,6 +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")
class LatentsField(BaseModel):