Extensions/ComfyUI-HX-Captioner
ComfyUI Extension

ComfyUI-HX-Captioner

A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by…

By huixingyun·Created 2 years ago·Updated 2 years ago· 0
huixingyun/ComfyUI-HX-Captioner
Nodes
On cloudLocal install
Stars0
Updated2 years ago
Readme

ComfyUI-HX-Captioner

自定义 ComfyU I节点,用于通过 Ollama Python 客户端与 Ollama 服务器交互。需确保 Ollama 服务器运行中且可从ComfyUI 主机访问

配置文件

配置文件在 etc/config.json,字段如下:

  • ollama_models:Ollama 已安装模型名称列表
  • ollama_url: Ollama 服务的访问地址
{
    "ollama_models":["llama3.2-vision","llava"],
    "ollama_url":"http://127.0.0.1:11434"
}

样例

example