This commit is contained in:
vegu-ai-tools
2025-11-29 18:02:31 +02:00
parent 6c5b95d501
commit c113a34a35
7 changed files with 18 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# AUTOMATIC1111 Backend # AUTOMATIC1111
!!! warning "Deprecated Backend" !!! 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. **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.

View File

@@ -1,3 +1,5 @@
# ComfyUI
## Prepare ComfyUI ## Prepare ComfyUI
This document assumes you have installed ComfyUI (either the portable or the desktop version). This document assumes you have installed ComfyUI (either the portable or the desktop version).

View File

@@ -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. 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.

View File

@@ -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. 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.

View File

@@ -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. 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.

View File

@@ -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. 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.

View File

@@ -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. 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 ## Usage
The Visualizer agent can be accessed through several methods: The Visualizer agent can be accessed through several methods: