# sd-ppp **Repository Path**: asilin/sd-ppp ## Basic Information - **Project Name**: sd-ppp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-23 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SD-PPP: Photoshop Helper for ComfyUI ## How to use 1. Use ComfyManager to install `sd-ppp` ![cmanager](doc/image/comfymanager.png) 2. install Photoshop plugin 1. by CXX: 1. download `http:///extensions/sd-ppp/sd-ppp_PS.ccx`. 2. double click the `.ccx` file. Or place it into photoshop's plugin directory. 2. by UXP develop Tool (you can debug the code this way): 1. clone this repository 2. run `npm install` and `npm build` in `photoshop` directory. 3. click `Add Plugin` in UXP Develop Tool by selecting `photoshop/dist/manifest.json`. 3. connect to comfyUI in Photoshop ![connect](doc/image/connect.png) 4. add get/send node in ComfyUI ![in-comfy](doc/image/in-comfy.png) > In the current version, each time you add/remove layers in Photoshop, you need to refresh the ComfyUI webpage to get the new layer names for selection. ### Thanks to AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin