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

Installation issues #23

Closed PLFENG closed 2 months ago

PLFENG commented 6 months ago

Traceback (most recent call last): File "E:\ComfyUI\Blender_ComfyUI\ComfyUI\custom_nodes\a-person-mask-generator\install.py", line 1, in import launch File "E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\launch__init.py", line 9, in from .cli import * File "E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\launch\cli.py", line 12, in from .app import App File "E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\launch\app.py", line 11, in from flowdas import meta ImportError: cannot import name 'meta' from 'flowdas' (E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\flowdas\init__.py)

avachon100510 commented 4 months ago

Apparently, the launch module is deprecated and cannot be installed with pip... there needs to be a change in the install.py file. It even says that about flowdas-meta: This package has been removed from Pypi and cannot be used anymore. Even the GitHub repository is gone!

Falkonar commented 3 months ago

the same...

Spawnfile commented 2 months ago

Hello there, you need to change install.py file depending on my PR. Hope this helps.

https://github.com/djbielejeski/a-person-mask-generator/pull/32

djbielejeski commented 2 months ago

Fixed here: https://github.com/djbielejeski/a-person-mask-generator/pull/33