I'm running Blender 5.0.1, and already have ComfyUI installed, so I skipped the Install Blender, Create and activate a Python venv and Install ComfyUI steps. I'm assuming the venv is for ComfyUI, but since the installation steps don't say where to set it up or what it'll be used for I don't actually know.
I made the necessary scripts/addons folder and cloned the project (with --recursive)
When I open Blender and go to Preferences/Add-ons, I can see "ComfyUI Node Editor" listed, but when I try to click the checkbox to enable it I get a numpy.core.multiarray failed to import error message. This is odd, since I can go to the Scripting tab and run import numpy.core.multiarray just fine.
My copy of Blender is running numpy 2.2.6.
I'm running Blender 5.0.1, and already have ComfyUI installed, so I skipped the
Install Blender,Create and activate a Python venvandInstall ComfyUIsteps. I'm assuming the venv is for ComfyUI, but since the installation steps don't say where to set it up or what it'll be used for I don't actually know.I made the necessary
scripts/addonsfolder and cloned the project (with--recursive)When I open Blender and go to Preferences/Add-ons, I can see "ComfyUI Node Editor" listed, but when I try to click the checkbox to enable it I get a
numpy.core.multiarray failed to importerror message. This is odd, since I can go to the Scripting tab and runimport numpy.core.multiarrayjust fine.My copy of Blender is running numpy 2.2.6.