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 #127

Closed GiChiken closed 1 year ago

GiChiken commented 1 year ago

Collecting opencv-python-headless[ffmpeg] Using cached opencv-python-headless-4.8.0.74.tar.gz (92.1 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting pilgram Using cached pilgram-1.2.1-py3-none-any.whl (817 kB) ERROR: Could not find a version that satisfies the requirement rembg (from versions: none) ERROR: No matching distribution found for rembg

WASasquatch commented 1 year ago

What version of Python are you using ConfyUI on? Can you upgrade pip? ConfyUI Portable is preferred method of use if you are on Windows.

GriffinLane commented 1 year ago

image Can also confirm installs don't work through UI manager nor through manual installation in custom nodes folder. Appears to be a simple error though. image

WASasquatch commented 1 year ago

I do not support ComfyUI Manager, so it's issues are its own. However you are running commands with your system python from custom_nodes, not through your python embedded... D:\ComfyUI_windows_portable\python_embeded\python.exe -s -m pip --version

D:\ComfyUI_windows_portable\python_embeded\python.exe -s -m pip install -r D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\requirements.txt

There is also D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\install.bat you could run.

https://github.com/WASasquatch/was-node-suite-comfyui#recommended-installation

GiChiken commented 1 year ago

python 3.10.6 , pip version 23.2 캡처

This time I also got this error 캡1처1

Thank you for your reply, I would like to resolve the issue

GiChiken commented 1 year ago

The issue has been resolved. You can do this by modifying the METADATA of torchsde-0.2.5.dist-info inside the Python Embedded folder https://github.com/google-research/torchsde/issues/131

I also installed rembg manually and that fixed it, thanks!