mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
81cd746a46
18
README.md
18
README.md
@ -7,7 +7,7 @@ As someone who isn't a professional programmer, I enjoy experimenting and findin
|
||||
WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, that allows users to configure settings and start the oobabooga web user interface (WebUI). It provides a convenient way to adjust various parameters and launch the WebUI with the desired settings.
|
||||
|
||||
## Current Features
|
||||
- Select a model from a dropdown menu (with reload button if added while the StartUI is open)
|
||||
- Select a model from a dropdown menu or none (with reload button if added while the StartUI is open)
|
||||
- Choose wbits and groupsize options
|
||||
- Select the operating mode (chat, cai-chat, notebook)
|
||||
- Choose between CPU, GPU or Autodevice
|
||||
@ -21,10 +21,11 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th
|
||||
- Save settings to a profile
|
||||
- Load profiles via Dropdown menu.
|
||||
- Run the text-generation-webui Updater
|
||||
- StartUI Update Notification
|
||||
|
||||
## How to Use
|
||||
1. Clone the repository or download the source code.
|
||||
2. Install the required dependencies listed in the `requirements.txt` file. (PyQT5 & gpustat)
|
||||
2. Install the required dependencies listed in the `requirements.txt` file.
|
||||
3. Run the `StartUI.py` script using Python `python3 StartUI.py`.
|
||||
4. Configure the desired settings using the GUI elements.
|
||||
5. Click the "Save Settings" button to save the current settings to a profile.
|
||||
@ -40,10 +41,15 @@ On Linux, you'll need to give StartUI the executable flag (`chmod +x StartUI` or
|
||||
The WebuiGUI.py must also be there, to handle the flags properly
|
||||
|
||||
## Screenshots
|
||||
V1.1 :\
|
||||

|
||||

|
||||

|
||||
V1.3 :\
|
||||
<details>
|
||||
|
||||
<summary>Screenshots</summary>
|
||||
|
||||

|
||||

|
||||
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user