kijai / ComfyUI-moondream

ComfyUI node to use the moondream tiny vision language model
80 stars 8 forks source link

Pip install error on RunPod #5

Open rethink-studios opened 3 months ago

rethink-studios commented 3 months ago

When trying to install moondream (and CCSR, as well) on a Linux RunPod, I get this error: Is there anyway to fix?

Install: pip packages

ComfyUI-Manager: EXECUTE => ['/usr/bin/python', '-m', 'pip', 'install', 'accelerate==0.25.0']

                     [!] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

ComfyUI-Manager: EXECUTE => ['/usr/bin/python', '-m', 'pip', 'install', 'huggingface-hub>=0.20.1']

        [!] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

ComfyUI-Manager: EXECUTE => ['/usr/bin/python', '-m', 'pip', 'install', 'Pillow>=10.1.0']

[!] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

ComfyUI-Manager: EXECUTE => ['/usr/bin/python', '-m', 'pip', 'install', 'timm==0.9.12']

                      [!] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

ComfyUI-Manager: EXECUTE => ['/usr/bin/python', '-m', 'pip', 'install', 'einops']

[!] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv