2023-01-16 08:31:13 -05:00
# Text generation web UI
2022-12-21 14:49:30 -05:00
2023-01-16 08:07:00 -05:00
A gradio web UI for running large language models like gpt-j-6B, gpt-neo, opt, galactica, and pygmalion on your own computer.
2022-12-21 14:49:30 -05:00
Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui ](https://github.com/AUTOMATIC1111/stable-diffusion-webui ) of text generation.
2022-12-21 11:17:06 -05:00
2023-01-15 16:16:46 -05:00
|![Image1](https://github.com/oobabooga/screenshots/raw/main/qa.png) | ![Image2 ](https://github.com/oobabooga/screenshots/raw/main/cai2.png ) |
2023-01-14 21:25:05 -05:00
|:---:|:---:|
2023-01-15 02:27:22 -05:00
|![Image3](https://github.com/oobabooga/screenshots/raw/main/gpt4chan.png) | ![Image4 ](https://github.com/oobabooga/screenshots/raw/main/galactica.png ) |
2022-12-21 12:04:51 -05:00
2023-01-07 16:40:51 -05:00
## Features
* Switch between different models using a dropdown menu.
2023-01-09 14:19:57 -05:00
* Generate nice HTML output for GPT-4chan.
2023-01-07 17:19:55 -05:00
* Generate Markdown output for [GALACTICA ](https://github.com/paperswithcode/galai ), including LaTeX support.
2023-01-07 16:40:51 -05:00
* Notebook mode that resembles OpenAI's playground.
2023-01-19 14:54:58 -05:00
* Chat mode for conversation and role playing, including support for custom characters in JSON format.
2023-01-19 08:46:41 -05:00
* Text output is streamed in real time.
2023-01-07 16:40:51 -05:00
* Load parameter presets from text files.
2023-01-10 21:30:41 -05:00
* Load large models in 8-bit mode.
* Split large models across your GPU(s) and CPU.
2023-01-09 09:11:05 -05:00
* CPU mode.
2023-01-11 14:51:32 -05:00
* Get responses via API.
2023-01-19 15:58:04 -05:00
* Works on Google Colab ([guide](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab)).
2023-01-07 16:40:51 -05:00
2022-12-21 11:17:06 -05:00
## Installation
2023-01-16 08:07:00 -05:00
1. You need to have the conda environment manager installed on your system. If you don't have it already, [get miniconda here ](https://docs.conda.io/en/latest/miniconda.html ).
2023-01-12 23:27:29 -05:00
2023-01-19 19:08:26 -05:00
2. Open a terminal window and create a conda environment by entering the following commands:
2023-01-05 22:05:11 -05:00
2023-01-12 23:29:36 -05:00
```
conda create -n textgen
conda activate textgen
```
2023-01-05 22:05:11 -05:00
2023-01-19 19:08:26 -05:00
3. Install the appropriate pytorch for your GPU. If you have an NVIDIA GPU, use this command:
2023-01-05 22:05:11 -05:00
2023-01-12 23:29:36 -05:00
```
2023-01-19 22:20:35 -05:00
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 git -c pytorch -c nvidia
2023-01-12 23:29:36 -05:00
```
2023-01-05 22:05:11 -05:00
2023-01-19 19:08:26 -05:00
If you have an AMD GPU, you will need the ROCm version of pytorch.
2023-01-15 14:50:58 -05:00
2023-01-19 19:08:26 -05:00
If you are running in CPU mode, you just need the standard pytorch and should use this command instead:
2023-01-12 23:27:29 -05:00
2023-01-12 23:29:36 -05:00
```
2023-01-19 22:20:35 -05:00
conda install pytorch torchvision torchaudio git -c pytorch
2023-01-12 23:29:36 -05:00
```
2023-01-12 23:27:29 -05:00
2023-01-19 22:20:35 -05:00
4. Clone or download this repository, and then `cd` into its folder from your terminal window:
```
git clone https://github.com/oobabooga/text-generation-webui
cd text-generation-webui
```
2023-01-12 23:27:29 -05:00
2023-01-19 19:08:26 -05:00
5. Install the required Python libraries by running the following command:
2023-01-05 22:05:11 -05:00
2023-01-12 23:29:36 -05:00
```
pip install -r requirements.txt
```
2022-12-21 11:17:06 -05:00
2023-01-19 19:08:26 -05:00
Once you have completed these steps, you should be able to start the web UI. However, you will first need to download a model.
2023-01-12 23:27:29 -05:00
2022-12-21 12:37:50 -05:00
## Downloading models
2023-01-16 09:19:23 -05:00
Models should be placed under `models/model-name` . For instance, `models/gpt-j-6B` for [GPT-J 6B ](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main ).
2022-12-21 12:37:50 -05:00
2023-01-15 01:35:57 -05:00
#### Hugging Face
2022-12-21 12:37:50 -05:00
2023-01-15 01:35:57 -05:00
[Hugging Face ](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads ) is the main place to download models. These are some noteworthy examples:
2022-12-21 12:37:50 -05:00
2023-01-16 09:19:23 -05:00
* [GPT-J 6B ](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main )
* [GPT-Neo ](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads&search=eleutherai+%2F+gpt-neo )
2023-01-07 17:19:55 -05:00
* [OPT ](https://huggingface.co/models?search=facebook/opt )
* [GALACTICA ](https://huggingface.co/models?search=facebook/galactica )
2023-01-05 22:13:26 -05:00
* [\*-Erebus ](https://huggingface.co/models?search=erebus )
2023-01-13 07:33:38 -05:00
* [Pygmalion ](https://huggingface.co/models?search=pygmalion )
2023-01-05 22:13:26 -05:00
2023-01-06 00:12:38 -05:00
The files that you need to download are the json, txt, and pytorch\*.bin files. The remaining files are not necessary.
2022-12-21 12:37:50 -05:00
2023-01-06 18:06:24 -05:00
For your convenience, you can automatically download a model from HF using the script `download-model.py` . Its usage is very simple:
2023-01-06 18:00:58 -05:00
python download-model.py organization/model
For instance:
python download-model.py facebook/opt-1.3b
2023-01-09 14:19:57 -05:00
#### GPT-4chan
2022-12-21 12:37:50 -05:00
2023-01-09 14:19:57 -05:00
[GPT-4chan ](https://huggingface.co/ykilcher/gpt-4chan ) has been shut down from Hugging Face, so you need to download it elsewhere. You have two options:
2022-12-21 12:37:50 -05:00
* Torrent: [16-bit ](https://archive.org/details/gpt4chan_model_float16 ) / [32-bit ](https://archive.org/details/gpt4chan_model )
* Direct download: [16-bit ](https://theswissbay.ch/pdf/_notpdf_/gpt4chan_model_float16/ ) / [32-bit ](https://theswissbay.ch/pdf/_notpdf_/gpt4chan_model/ )
2023-01-12 23:39:09 -05:00
The 32-bit version is only relevant if you intend to run the model in CPU mode. Otherwise, you should use the 16-bit version.
2023-01-11 21:00:31 -05:00
2023-01-12 23:37:12 -05:00
After downloading the model, follow these steps:
1. Place the files under `models/gpt4chan_model_float16` or `models/gpt4chan_model` .
2023-01-16 09:19:23 -05:00
2. Place GPT-J 6B's config.json file in that same folder: [config.json ](https://huggingface.co/EleutherAI/gpt-j-6B/raw/main/config.json ).
3. Download GPT-J 6B under `models/gpt-j-6B` :
2023-01-11 21:01:50 -05:00
2023-01-11 21:04:06 -05:00
```
python download-model.py EleutherAI/gpt-j-6B
```
2023-01-07 21:13:43 -05:00
2023-01-16 09:19:23 -05:00
You don't really need all of GPT-J 6B's files, just the tokenizer files, but you might as well download the whole thing. Those files will be automatically detected when you attempt to load GPT-4chan.
2023-01-12 23:27:29 -05:00
2023-01-09 16:58:24 -05:00
#### Converting to pytorch (optional)
2022-12-21 14:49:30 -05:00
2023-01-12 23:37:12 -05:00
The script `convert-to-torch.py` allows you to convert models to .pt format, which is about 10x faster to load to the GPU:
2022-12-21 14:49:30 -05:00
2023-01-08 12:37:43 -05:00
python convert-to-torch.py models/model-name
2022-12-21 14:49:30 -05:00
2023-01-16 08:07:00 -05:00
The output model will be saved to `torch-dumps/model-name.pt` . When you load a new model, the web UI first looks for this .pt file; if it is not found, it loads the model as usual from `models/model-name` .
2022-12-21 14:49:30 -05:00
2023-01-16 08:07:00 -05:00
## Starting the web UI
2022-12-21 11:17:06 -05:00
conda activate textgen
python server.py
2023-01-06 18:00:58 -05:00
Then browse to
`http://localhost:7860/?__theme=dark`
2023-01-06 18:07:58 -05:00
Optionally, you can use the following command-line flags:
2023-01-06 18:00:58 -05:00
2023-01-15 13:40:03 -05:00
| Flag | Description |
|-------------|-------------|
2023-01-15 13:41:36 -05:00
| `-h` , `--help` | show this help message and exit |
| `--model MODEL` | Name of the model to load by default. |
2023-01-16 08:07:00 -05:00
| `--notebook` | Launch the web UI in notebook mode, where the output is written to the same text box as the input. |
| `--chat` | Launch the web UI in chat mode.|
| `--cai-chat` | Launch the web UI in chat mode with a style similar to Character.AI's. If the file profile.png or profile.jpg exists in the same folder as server.py, this image will be used as the bot's profile picture. |
2023-01-15 13:41:36 -05:00
| `--cpu` | Use the CPU to generate text.|
| `--load-in-8bit` | Load the model with 8-bit precision.|
2023-01-19 09:09:24 -05:00
| `--auto-devices` | Automatically split the model across the available GPU(s) and CPU.|
| `--disk` | If the model is too large for your GPU(s) and CPU combined, send the remaining layers to the disk. |
2023-01-20 22:33:41 -05:00
| `--disk-cache-dir DISK_CACHE_DIR` | Directory which you want the disk cache to load to. |
| `--gpu-memory GPU_MEMORY` | Maximum GPU memory in GiB to allocate. This is useful if you get out of memory errors while trying to generate text. Must be an integer number. |
| `--cpu-memory CPU_MEMORY` | Maximum CPU memory in GiB to allocate for offloaded weights. Must be an integer number. |
2023-01-19 08:43:05 -05:00
| `--no-stream` | Don't stream the text output in real time. This slightly improves the text generation performance.|
2023-01-16 14:35:45 -05:00
| `--settings SETTINGS_FILE` | Load the default interface settings from this json file. See `settings-template.json` for an example.|
2023-01-20 21:45:16 -05:00
| `--listen` | Make the web UI reachable from your local network.|
2023-01-19 15:31:29 -05:00
| `--share` | Create a public URL. This is useful for running the web UI on Google Colab or similar. |
2023-01-09 08:58:46 -05:00
2023-01-19 09:25:17 -05:00
Out of memory errors? [Check this guide ](https://github.com/oobabooga/text-generation-webui/wiki/Low-VRAM-guide ).
2023-01-05 23:33:21 -05:00
## Presets
Inference settings presets can be created under `presets/` as text files. These files are detected automatically at startup.
2023-01-09 16:12:41 -05:00
## System requirements
2023-01-09 16:18:35 -05:00
Check the [wiki ](https://github.com/oobabooga/text-generation-webui/wiki/System-requirements ) for some examples of VRAM and RAM usage in both GPU and CPU mode.
2023-01-09 16:12:41 -05:00
2022-12-21 14:52:23 -05:00
## Contributing
2023-01-16 08:07:00 -05:00
Pull requests, suggestions, and issue reports are welcome.
2023-01-09 14:15:54 -05:00
2023-01-15 01:00:59 -05:00
## Credits
2023-01-09 14:15:54 -05:00
2023-01-15 02:29:19 -05:00
- NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets
2023-01-15 01:00:59 -05:00
- Pygmalion preset: https://github.com/PygmalionAI/gradio-ui/blob/master/src/gradio_ui.py
2023-01-16 09:23:45 -05:00
- Verbose preset: Anonymous 4chan user.