Closed r7l closed 1 year ago
Oh yeah, I see the issue there. It was only being set for already installed runs, not fresh installs. Try pulling latest commit.
I am running ComfyUI from inside Docker and tried to add your node suite. So it will be a fresh install everytime i'll update the image and it would actually help allot if you could provide a requirements.txt
file. It would simplify things quite a bit.
If I add a requirement, people may install to the wrong python and just cause issues. All dependencies are installing with ComfyUI's python environment at runtime to ensure they're accessible by ComfyUI, which for the portable version I support, is a packaged venv. For example, if someone is using portable version, and using git to install, it would be using system python to install all the dependencies, while ComfyUI runs it's own python install.
However, for the record:
pilgram
pythonperlin
git+https://github.com/WASasquatch/img2texture.git
matplotlib
scikit-learn
opencv-python
timm>=0.4.12
transformers==4.26.1
gitpython
fairscale>=0.4.4
Went ahead and added requirements.txt anyways. We'll see how it goes for portable installs.
There is at least one dependency that isn't installed when installing ComfyUI requirements. I've tried without and it always ended up with an error of some broken import statement (i could look it up in detail if needed). I've just installed all of your listed dependencies and it went away. Thanks allot for the fix anyways.
Well yeah, it's definitely needed. Lol
I've just tried to recreate the situation i had yesterday when not installing dependencies but the error is no longer popping up. Not sure how it came to that in the first place. Well, nevermind then and sorry for bringing it up.
I've just tried to recreate the situation i had yesterday when not installing dependencies but the error is no longer popping up. Not sure how it came to that in the first place. Well, nevermind then and sorry for bringing it up.
Could have been a failure in one of the dependencies own dependencies. Some of them have several dependencies of their own that install with them (or should).
not sure if this is related.
I did an update all and now get this:
+++++++++++++++++++++++++++++++++++++++++++++++++
WAS Node Suite Error: Unable to load conf file at E:\Ai\ComfyUi\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json
. Using internal config template.
++++++++++++++++++++++++++++++++++++++++++++++++
regards
I am using the current version of Comfy. When installing your suite, i'll end up with this error:
I've installed the listed dependencies. Am i missing something else?