zombieyang / sd-ppp

Getting/sending picture from/to Photoshop in ComfyUI or SD
MIT License
18 stars 2 forks source link

Add auto install plugin #7

Closed tianlang0704 closed 1 month ago

tianlang0704 commented 1 month ago

Trying to auto install the plugins on windows platform by reading teh registries for installed photoshop instances. The photoshop plugin paths can be found here HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Photoshop in registry.

tianlang0704 commented 1 month ago

https://github.com/zombieyang/sd-ppp/blob/8acb64c02f4913a2cd6d097e89334fc6303d77d3/comfy/utils.py#L7-L11 It checks platform inside so it can then maybe deal with macos extension later.

zombieyang commented 1 month ago

I'm using linux remote GPU server... don't worry, you can change it after macOS is implemented