
This repository, maintained by fairy-root, provides custom nodes for ComfyUI, integrating with the Ollama API for language model interactions and offering text manipulation capabilities.
ComfyUI/custom_nodes dir in terminal(cmd)“`bash
git clone https://github.com/fairy-root/comfyui-ollama-llms.git
“`
“`bash
pip install ollama
“`
Phi3 is just an example since it is small and fast. You can choose any other models as well.
“`bash
ollama pull phi3
“`
or
“`bash
ollama run phi3
“`
Your support is appreciated:
TGCVbSSJbwL5nyXqMuKY839LJ5q5ygn2uS13GS1ixn2uQAmFQkte6qA5p1MQtMXre6MT0xdbc7a7dafbb333773a5866ccf7a74da15ee654ccLdb6SDxUMEdYQQfRhSA3zi4dCUtfUdsPouThis project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or features.