This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file.
These two custom nodes for ComfyUI allows you to save images into a PSD file as layers. This can be particularly useful for graphic design, image processing, and tasks requiring manipulation of image layers.
This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file. The node provides flexibility to include the original image and creates separate layers for each masked region.
You can find the example workflow here
This custom node for ComfyUI allows you to create layers of an image based on all the input images. Every image in the input batch will be saved as a separate layer in the output PSD.
You can find the example workflow here
To use this custom node in ComfyUI, follow these steps:
git clone https://github.com/yourusername/comfyui-layerssaver.git
install.py
pip install pytoshop -I --no-cache-dir
pip install psd-tools --no-deps
Special thanks to jtydhr88/ComfyUI-LayerDivider for the inspiration. Their work provided a foundation and motivation for developing this custom node.
We welcome contributions! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
Thank you for using the LayersSaver node for ComfyUI. We hope it enhances your image processing workflows!