Amorano/Jovimetrix

also not loading most modules

Closed this issue · 2 comments

Hi,

Most of the modules are not loading. I was able to get the debug argument working, this is what I got:

2024-08-22 17:27:47.617 | WARNING | Jovimetrix:init:954 - module failed C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix\core\compose.py
2024-08-22 17:27:47.617 | WARNING | Jovimetrix:init:955 - No module named 'cupy'
2024-08-22 17:27:47.627 | WARNING | Jovimetrix:init:954 - module failed C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix\core\create.py
2024-08-22 17:27:47.627 | WARNING | Jovimetrix:init:955 - No module named 'cupy'
2024-08-22 17:27:47.627 | WARNING | Jovimetrix:init:954 - module failed C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix\core\create_glsl.py
2024-08-22 17:27:47.627 | WARNING | Jovimetrix:init:955 - No module named 'cupy'
2024-08-22 17:27:47.853 | WARNING | Jovimetrix:init:954 - module failed C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix\core\device_stream.py
2024-08-22 17:27:47.853 | WARNING | Jovimetrix:init:955 - No module named 'cupy'
2024-08-22 17:27:47.853 | WARNING | Jovimetrix:init:954 - module failed C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix\core\utility.py
2024-08-22 17:27:47.853 | WARNING | Jovimetrix:init:955 - No module named 'cupy'

So I tried to install the requirements, but I have no idea what I am doing. I am not a developer, just a mere artist.

I saw the note on the main page about installing the requirements. Really did not understand the details of what is going on here, eventually figured out how to put in what I think is the correct command in Windows PowerShell. Did it this way first:

PS C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix> python.exe -s -m pip install -r requirements.txt

And that installed a bunch of packages. But I was not sure if it was going into the ComfyUI embedded Python installation or the system install of Python. So I tried again this way, with an explicit path to the embedded Python:

PS C:\ComfyUI\ComfyUI\custom_nodes\Jovimetrix> C:\ComfyUI\python_embeded\python.exe -s -m pip install -r requirements.txt

and got the message that all "Requirement already satisfied"

Even after entirely shutting down ComfyUI and restarting it, only the CALC and DEVICE modules are loading.

Please help, thank you

Sorry! This is a bug on my part. I was taking advantage of someone else pre-installing the CUPY requirements and did not have that in mine.

You should be able to hit the reinstall button in the manager to have it update to the new requirements I added.

Let me know if that clears it up for you!

Awesome, thanks so much for such a speedy fix. I didn't see a "reinstall" button in the Manager, but uninstall and install worked.

Very exciting to have so many amazing tools... thank you!