stavsap / comfyui-ollama

Apache License 2.0
372 stars 34 forks source link

导入失败 #21

Closed JioJe closed 4 months ago

JioJe commented 4 months ago

image

stavsap commented 4 months ago

can you share the full log?

JioJe commented 4 months ago

image sorry!I really want to use it

stavsap commented 4 months ago

it seems as ollama module didnt installed, you are using the windows portable version i see, ill check a solution for this.

if you know how to pip install with the portable version just pip install ollama you need to activate the portable python in the cli

stavsap commented 4 months ago

run the following command in windows cmd in your portable comfy location

...\ComfyUI_windows_portable\python_embeded>python.exe -m pip install ollama

stavsap commented 4 months ago

have you installed it via manager?

JioJe commented 4 months ago

Thanks a lot, I solved this problem by installing ollama in D:\ComfyUI\ComfyUI_windows_portable\python_embeded