lks-ai / anynode

A Node for ComfyUI that does what you ask it to do
MIT License
426 stars 27 forks source link

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

Open alphanumeric2 opened 3 weeks ago

alphanumeric2 commented 3 weeks ago

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?

lks-ai commented 3 weeks ago

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.

alphanumeric2 commented 2 weeks ago

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.