Nourepide / ComfyUI-Allor

ComfyUI plugin for image processing and work with alpha chanel.
MIT License
211 stars 26 forks source link

Can't Import #33

Open HydraBucket opened 6 months ago

HydraBucket commented 6 months ago

I've tried every download method... I've also searched for the apparently conflicted nodes and cannot find them - any advice would be much appreciated.

image
Scroll26 commented 4 months ago

We got the same problem, found a solution yet?

HydraBucket commented 4 months ago

I ended up creating a new environment. I'd recommend stability matrix - I now manage different repositories for different major repos - animatediff comfy env, audio2img comfy env, etc etc

afill86 commented 4 months ago

The same problem, Who can help?

gigasurgeon commented 1 month ago

While launching comfyUI from terminal by python3 main.py , I saw there were few errors in the logs while importing allor. The error was TypeError: 'type' object is not subscriptable I went to custom_nodes/ComfyUI-Allor and removed tuple[float, float] from all the functions' type hints. After that I ran comfyUI and all the errors were gone and I was able to used allor nodes.