ComfyUI Node
save IMAGE to file
Saves an image to a file. This node takes an image tensor and saves it to the specified path. Supports various image formats like PNG, JPG, WEBP, JXL (if pillow-jxl is installed), etc.
save IMAGE to file
- images
- success
◄path►
◄formatpng►
◄quality95►
◄create_dirstrue►
CategoryBasic/Path
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| path | STRING | — | |
| formatopt | STRING | png | — |
| qualityopt | INT | 951–100 | — |
| create_dirsopt | BOOLEAN | true | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |