/one-click-installers

Simplified installers for oobabooga/text-generation-webui.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

One Click Installers

Simplified installers for oobabooga/text-generation-webui.

Installation

One-click installation

Windows Linux macOS WSL
oobabooga-windows.zip oobabooga-linux.zip oobabooga-macos.zip oobabooga-wsl.zip

Just download the zip above, extract it, and double-click on "start". The web UI and all its dependencies will be installed in the same folder.

Command-line installation

On Linux, it can be installed with these commands:

git clone https://github.com/oobabooga/one-click-installers
cd one-click-installers/
chmod +x start_linux.sh
./start_linux.sh 

Optionally, you can use command-line flags.
Example: If you want to create a public URL, you can set the flag in "OOBABOOGA_FLAGS" environment variable.

export OOBABOOGA_FLAGS="--share"