mirror of
https://github.com/turboderp-org/exui.git
synced 2026-05-11 16:30:18 +00:00
ffe1ab47edeee47dff4c293d8f2921fdd19f50b1
EX UI - Official Web UI for ExLlamaV2
Overview of features
- Save multiple model configurations at once and save them between sessions for easier multi-model loading
- Maintain several chats at once with individual chat sessions
- Supports latest ExLlamaV2 models
Running locally
First, make sure you have exllamav2 installed:
pip install exllamav2
Next, clone this repository and install requirements:
git clone https://github.com/turboderp/exui
cd exui
pip install -r requirements.txt
Now you can run the web interface with the included server.py:
python server.py
Now you're ready to connect on localhost:5000
Available flags
| Flag | Description |
|---|---|
-h, --help |
show this help message and exit |
-host, --host |
Set the host and port with IP:PORT, eg 0.0.0.0:7860, default localhost:5000 |
-d, --dir |
Location for user data and sessions, default: ~/exui |
Languages
JavaScript
48.6%
Python
34.3%
CSS
14.7%
HTML
2.4%