ComfyUI Node
save IMAGE+MASK to file
Saves an image with a mask to a file with transparency. This node takes an image tensor and a mask tensor and saves them to the specified path as an image with transparency, where the mask defines the alpha channel.
save IMAGE+MASK to file
- images
- mask
- success
◄path►
◄formatpng►
◄quality95►
◄invert_maskfalse►
◄create_dirstrue►
CategoryBasic/Path
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| mask | MASK | — | |
| path | STRING | — | |
| formatopt | STRING | png | — |
| qualityopt | INT | 951–100 | — |
| invert_maskopt | BOOLEAN | false | — |
| create_dirsopt | BOOLEAN | true | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |