Closed generello closed 5 months ago
Ok, I am dumb as hell. I had a venv installation of ComfyUI, that's why it didn't work.
The issue is resolved by installing scikit-learn from venv, not from the main python environment (I feel so stupid).
First open the terminal, then
cd ComfyUI
next activate venv
source venv/bin/activate
Be careful to point where the correct venv is, I pointed it at my stable diffusion installation for commodity sake
then install scikit-learn
pip install scikit-learn
and you're done. Hope this helped someone as dumb as me.
I'm on Manjaro, with updated comfy, here's what ComfyUI spits out:
as I try to install "sknode", pip gives me the "sknode is deprecated" middle finger. I then tried to change the requirements.txt in the custom nodes folder from "sknode" to "scikit-learn" naively, but no luck