mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 03:37:51 +01:00
docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# AUTOMATIC1111 Backend
|
||||
# AUTOMATIC1111
|
||||
|
||||
!!! warning "Deprecated Backend"
|
||||
**AUTOMATIC1111 (A1111) is essentially dead at this point** - development has largely stopped and the project is no longer actively maintained. Support for AUTOMATIC1111 has only been carried forward in Talemate because it was easy to maintain compatibility.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# ComfyUI
|
||||
|
||||
## Prepare ComfyUI
|
||||
|
||||
This document assumes you have installed ComfyUI (either the portable or the desktop version).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Google Backend
|
||||
# Google
|
||||
|
||||
The Google backend provides image generation, editing, and analysis capabilities using Google's Gemini image models. It supports text-to-image generation, image editing with reference images, and AI-powered image analysis.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# OpenAI Backend
|
||||
# OpenAI
|
||||
|
||||
The OpenAI backend provides image generation, editing, and analysis capabilities using OpenAI's image models. It supports text-to-image generation with DALL·E 3 and GPT-Image models, image editing with GPT-Image models, and AI-powered image analysis using vision-capable GPT models.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# OpenRouter Backend
|
||||
# OpenRouter
|
||||
|
||||
The OpenRouter backend provides access to image generation, editing, and analysis capabilities through OpenRouter's unified API. OpenRouter allows you to access multiple AI providers through a single API, giving you flexibility to choose from various models and providers.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SD.Next Backend
|
||||
# SD.Next
|
||||
|
||||
The SD.Next backend provides image generation and editing capabilities using Stable Diffusion Next (SD.Next), a fork of AUTOMATIC1111's Stable Diffusion WebUI. SD.Next offers improved performance and additional features while maintaining compatibility with the AUTOMATIC1111 API.
|
||||
|
||||
|
||||
@@ -27,6 +27,17 @@ The Visualizer agent can be configured through its settings panel, where you can
|
||||
|
||||
See the [Settings](settings.md) page for detailed configuration options.
|
||||
|
||||
## Backend Documentation
|
||||
|
||||
The Visualizer agent supports multiple backends, each with its own configuration requirements:
|
||||
|
||||
- **[ComfyUI](backends/comfyui.md)**: Advanced node-based workflow system for image generation and editing
|
||||
- **[Google](backends/google.md)**: Google's Gemini image models for generation, editing, and analysis
|
||||
- **[OpenAI](backends/openai.md)**: OpenAI's DALL·E 3 and GPT-Image models
|
||||
- **[OpenRouter](backends/openrouter.md)**: Access multiple AI providers through OpenRouter's unified API
|
||||
- **[SD.Next](backends/sdnext.md)**: Improved fork of AUTOMATIC1111 with better performance and features
|
||||
- **[AUTOMATIC1111](backends/a1111.md)**: Legacy Stable Diffusion WebUI backend (deprecated, use SD.Next instead)
|
||||
|
||||
## Usage
|
||||
|
||||
The Visualizer agent can be accessed through several methods:
|
||||
|
||||
Reference in New Issue
Block a user