https://github.com/APZmedia/APZmedia-comfy-together-lora
A ComfyUI node to implement Together AI API image generation
https://github.com/APZmedia/APZmedia-comfy-together-lora
Last synced: 4 months ago
JSON representation
A ComfyUI node to implement Together AI API image generation
- Host: GitHub
- URL: https://github.com/APZmedia/APZmedia-comfy-together-lora
- Owner: APZmedia
- Created: 2025-02-13T10:27:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T10:29:46.000Z (4 months ago)
- Last Synced: 2025-02-13T11:32:23.416Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **APZmedia Together Image Generator for ComfyUI**
README
# APZmedia Together Image Generator for ComfyUI
A ComfyUI node to implement Together AI API image generation## Overview
This ComfyUI custom node integrates with the Together API to generate images from text prompts. It (should) support LoRA models.[Work in progress]## Features
- Generate images via the Together API.
- Supports LoRA models via external URLs.
- Adjustable width, height, and step count.## Installation
1. Install dependencies:
pip install -r requirements.txt2. Restart ComfyUI and use the node.
## Usage
- Input a prompt and model.
- (Optional) Provide LoRA URLs and scales.
- Generates an image for use in ComfyUI workflows.