ComfyUI Node
🖼️ JPG Converter & EXIF Stripper
A ComfyUI node in image/postprocessing with 7 inputs and 1 output.
🖼️ JPG Converter & EXIF Stripper
- image
- image
◄quality90►
◄optimizetrue►
◄progressivefalse►
◄save_outputfalse►
◄folder_namejpg_converted►
◄filename_prefiximg►
Categoryimage/postprocessing
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| quality | INT | 901–100 | JPEG compression quality (1=lowest, 100=highest) |
| optimize | BOOLEAN | true | Enable JPEG optimization for smaller file size |
| progressive | BOOLEAN | false | Save as progressive JPEG (loads gradually in browsers) |
| save_output | BOOLEAN | false | Save the converted image(s) to ComfyUI/output/<folder_name>/ |
| folder_name | STRING | jpg_converted | Subfolder inside ComfyUI/output/ to save images into |
| filename_prefix | STRING | img | Prefix for saved filenames, e.g. 'img' → img_0001.jpg |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |