djbielejeski / a-person-mask-generator

Extension for Automatic1111 and ComfyUI to automatically create masks for Background/Hair/Body/Face/Clothes in Img2Img
MIT License
247 stars 30 forks source link

fixed install.py for ComfyUI #32

Closed Spawnfile closed 2 months ago

Spawnfile commented 2 months ago

import launch does not work due to the decracation which used to install missing libraries. In order to fix this problem for ComfyUI, I've changed the missing library installation process with subprocess and syslibraries which are built-in libraries from Python.

PS : Tests are passed on local PC.

djbielejeski commented 2 months ago

Merged most of this with another fix here https://github.com/djbielejeski/a-person-mask-generator/pull/33