https://github.com/tianyuw/ComfyUI-LLM-API
https://github.com/tianyuw/ComfyUI-LLM-API
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tianyuw/ComfyUI-LLM-API
- Owner: tianyuw
- License: apache-2.0
- Created: 2025-01-25T19:18:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T19:31:47.000Z (3 months ago)
- Last Synced: 2025-01-25T20:21:01.632Z (3 months ago)
- Language: Python
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **Custom nodes for llm chat with optional image input**
README
# ComfyUI LLM Chat Node
A custom node for ComfyUI that enables Large Language Model (LLM) chat interactions with optional image input support. This node allows you to interact with various text and vision language models directly within your ComfyUI workflows.
## Features
- Support for both text-only and vision-enabled language models
- Configurable model parameters (temperature, max tokens)
- Optional image input support
- Adjustable random seed for consistent outputs
- Easy integration with existing ComfyUI workflows## Installation and Usage
1. Navigate to ComfyUI/custom_nodes folder in terminal or command prompt.
2. Clone the repo using the following command:
`git clone https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI`
3. Go to `custom_nodes/COMFYUI-LLM-API` and install depedencies by running `pip install -r requirements.txt`
4. Restart ComfyUI## Example use cases:
