joe.biden.mp4
This code works using Python 3.10 (lower versions don't support union types, and I believe version 3.11 doesn't have support for the current TTS library at the moment).
You also need to have Git installed, you might already have it, to see if you do, run git --version
in a console/terminal.
Some features require FFmpeg to be installed.
On Windows, you need to have Build Tools for Visual Studio installed.
Automatic installers! (Download)
- Put the installer in a folder
- Run the installer for your operating system.
- Now run the webui's install script. Follow the steps at 📦 Installing
Links to community audio-webui docker projects
- https://github.com/LajaSoft/audio-webui-docker (Docker compose which downloads jacen92's fork)
- https://github.com/jacen92/audio-webui-docker (Fork of audio-webui which includes docker compose)
It is recommended to use git to download the webui, using git allows for easy updating.
To download using git, run git clone https://github.com/gitmylo/audio-webui
in a console/terminal
Installation is done automatically in a venv when you run run.bat
or run.sh
(.bat on Windows, .sh on Linux/MacOS).
To update,
run update.bat
on windows, update.sh
on linux/macos
OR run git pull
in the folder your webui is installed in.
Running should be as simple as running run.bat
or run.sh
depending on your OS.
Everything should get installed automatically.
If there's an issue with running, please create an issue
Name | Args | Short | Usage | Description |
---|---|---|---|---|
--skip-install | [None] | -si | -si | Skip installing packages |
--skip-venv | [None] | -sv | -sv | Skip creating/activating venv, also skips install. (for advanced users) |
--no-data-cache | [None] | [None] | --no-data-cache | Don't change the default dir for huggingface_hub models. (This might fix some models not loading) |
--launch | [None] | [None] | --launch | Automatically open the webui in your browser once it launches. |
--share | [None] | -s | -s | Share the gradio instance publicly |
--username | username (str) | -u, --user | -u username | Set the username for gradio |
--password | password (str) | -p, --pass | -p password | Set the password for gradio |
--theme | theme (str) | [None] | --theme "gradio/soft" | Set the theme for gradio |
--listen | [None] | -l | -l | Listen a server, allowing other devices within your local network to access the server. (or outside if port forwarded) |
--port | port (int) | [None] | --port 12345 | Set a custom port to listen on, by default a port is picked automatically |
Moved to a separate readme
There are additional resources for individual topics not covered in this readme. You can view them in this list.