lks-ai / anynode

A Node for ComfyUI that does what you ask it to do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation and import errors- Win11, ComfyUIportable, 'no module found'

alphanumeric2 opened this issue · comments

AnyNode won't import.

I pip installed every requirement, then got no module found errors, and tried installing a long chain of those.

AnyNode is looking for endless missing modules in site packages
that are supposed to be in the 'python embeded' folder. Almost all of these modules are dependencies of the Google generative AI requirement(overrides?), grpcio, grpcio tools, google-cloud-resource-manager, google-api-core, proto. Specific versions of them are required so they match with each other.

It would be helpful to know the distributions people are using that work for AnyNode.

Other than a fresh install of ComfyUI is there some other solution?

Yeah, the Google Generative AI stuff in Gemini ... I'm also having problems with protobuf. What a pain.

I don't use comfy portable, but quite possibly your solution could be downgrading your google genai library to one that has more compatible requirements with what is already there.

I'm keeping this one open in case anyone knows. I will also keep this in mind to find a solution.

If someone has done a successful install- and could post their 'pip list' so I could see the version numbers that are working, I would be grateful.