help with ComfyUI-Ollama-Describer

#12
by IIMacGyverII - opened

It's me again, also having problems with ComfyUI-Ollama-Describer in v3. I was able to get the other node to install fine but this one is not working. It installed but every restart still shows it's missing. Any ideas? Thanks.

I figured it out, git cloneing it was important, comfyui manager was installing an old incomplete version.

Root Cause: The installed version of comfyui-ollama-describer was an old version that was missing several nodes including OllamaVideoDescriber (which your workflow uses), OllamaAgent, OllamaVideoDescriber, and others. It also had WEB_DIRECTORY commented out and no js/ folder.

What was fixed:

Removed the old, outdated files from the node folder
Cloned the latest version (commit c332a56) fresh from GitHub
Verified all requirements are satisfied (ollama 0.6.0 >= required 0.4.8)
Confirmed OllamaVideoDescriber and WEB_DIRECTORY = "./js" are present in the new version

IIMacGyverII changed discussion status to closed

Sign up or log in to comment