Overview
Text Generation WebUI (also known as oobabooga’s web UI) is a Gradio web interface for running Large Language Models locally.
Key Features
- Web Interface: User-friendly Gradio web UI
- Wide Model Support: GPTQ, AWQ, GGUF, and other formats
- Extensions: Plugin system for additional features
- Chat Interface: Built-in chat mode
- API Support: REST API for integrations
- Cross-Platform: Python-based, runs anywhere
Installation
One-Click Installer (Windows)
Download from GitHub releases
Manual Installation
git clone https://github.com/oobabooga/text-generation-webui
cd text-generation-webui
pip install -r requirements.txtUsage
- Download Models: Place models in the
modelsfolder - Start WebUI: Run
start_windows.bat(Windows) orpython server.py(Linux/Mac) - Access Interface: Open browser to
http://localhost:7860
Supported Formats
- GGUF: Llama.cpp format
- GPTQ: Quantized models
- AWQ: Another quantization format
- Transformers: Hugging Face models
- And more
Extensions
- Whisper: Speech-to-text
- TTS: Text-to-speech
- API: REST API access
- Character Cards: Role-playing support
- And many more