WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Installation error "WinError 193" when attempting install.bat from ComfyUI\custom_nodes\was-node-suite-comfyui #139

Closed Clonephaze closed 1 year ago

Clonephaze commented 1 year ago

When I attempt to run the included install.bat in the "was-node" folder, I receive the following error: image

I receive this error with all three installation methods seen here: image

I have ensured that I have admin properties and those folders have write permissions, just to be sure, and still nothing. I've tried troubleshooting using fixes found elsewhere but none of them have worked such as: removing * from the numpy requirments, manually installing torch, uninstalling and reinstalling numpy manually, etc. I have of course tried restarting the pc, same error. I don't know what else to try.

Clonephaze commented 1 year ago

After a bit of work I can say for certain it's the "git+https://github.com/WASasquatch/img2texture.git" and "git+https://github.com/WASasquatch/ffmpy.git" commands, taking them out lets it load fine. That has to mean I have an issue with my git right? But I tried a reinstall, and it's definitely in my PATH: image

image

Clonephaze commented 1 year ago

I attempted to manually do the git clones in the folder shown, was that the right place to do that? image Even after running their requirement installs though they don't load in comfy

Clonephaze commented 1 year ago

I was able to resolve this issue on my own. I tried changing the location of my GIT location and moving the path higher up in my PATH, and running it again. I don't know ultimately what fixed the issue but I got everything to install for now at least and can finally use the templates people have out there that all seem to include this lol.