26 Commits

Author SHA1 Message Date
Pakobbix a062bbc7fa added requests. Thought it's a built in module. 2023-05-15 18:11:18 +02:00
Pakobbix 91e4e1f280 changed to manual run. Also my fix the node warnings. 2023-05-15 18:07:53 +02:00
Pakobbix 26c0cf03ca Stupid me, forgot to uncomment run_cmd again. 2023-05-15 17:06:43 +02:00
Pakobbix 36b9d3e9b4 fixed Update Button Font-Color 2023-05-15 17:00:15 +02:00
Pakobbix 8ca048e94d Added Dark OS detection + Dark Theme 2023-05-15 16:52:16 +02:00
Pakobbix 44227e2627 Added the possibility to choose none Model (start webui without loading up a model) 2023-05-15 13:57:33 +02:00
Pakobbix 3a2affa702 Raised Version to 1.3 2023-05-15 13:44:34 +02:00
Pakobbix 5c77703b38 Added Menu with some information. 2023-05-15 13:43:59 +02:00
Pakobbix 17e02d982b Added Update Notifier. 2023-05-15 13:43:11 +02:00
Pakobbix 8922d59b95 Fixed Linux Terminal output. 2023-05-14 12:24:15 +02:00
Pakobbix b878c717a3 raised version to 1.2 2023-05-14 13:26:21 +02:00
Pakobbix 9693d79bcc added lora selection. hide extension list if use extensions is not checked. 2023-05-14 13:25:52 +02:00
Pakobbix 22486fe6f7 Added model_type selection and made preperations for MPT 2023-05-14 12:40:28 +02:00
Pakobbix 9813fd193c Merge remote-tracking branch 'origin/main' 2023-05-14 11:03:09 +02:00
Pakobbix f3c85d0e0e added disk & disk-cache-dir option. Refactored load & save functions 2023-05-14 11:03:00 +02:00
Pakobbix ace921679e Added v1.1 screenshots 2023-05-13 23:22:44 +02:00
Pakobbix ad10789e60 removed the tag stuff, cause it isn't working as I hoped. (Still learning github actions) 2023-05-13 23:11:26 +02:00
Pakobbix 1120fa185a Updated Readme cause of recent changes. 2023-05-13 23:09:53 +02:00
Pakobbix d0326f479a Merge branch 'main' of https://github.com/Pakobbix/StartUI-oobabooga-webui 2023-05-13 23:03:36 +02:00
Pakobbix 0fd41f2714 added psutil as requirements 2023-05-13 23:02:52 +02:00
Pakobbix 0c3e925856 Added a lot. Read Release notes. 2023-05-13 23:02:42 +02:00
Pakobbix c15bac5579 Added Tag Counting for the release files
Added the webuiGUI.py to the Packages.
2023-05-13 22:53:11 +02:00
Pakobbix cb0eedcb49 Update README.md 2023-05-13 16:38:56 +02:00
Pakobbix bd55f9dd18 Update README.md
reuploaded images
2023-05-13 16:24:07 +02:00
Pakobbix 33d2fdcf8b Update README.md
Added an Disclaimer to the Readme.
2023-05-13 16:22:10 +02:00
Pakobbix ef260d7b10 Update README.md
Added Release URL
2023-05-13 16:14:03 +02:00
4 changed files with 713 additions and 187 deletions
+8 -8
View File
@@ -1,20 +1,19 @@
name: Package Release name: Package Release
on: on:
push: workflow_dispatch:
branches:
- main
jobs: jobs:
package: package:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest, macos-latest] os: [windows-latest, ubuntu-latest]
steps: steps:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.x python-version: 3.x
node-version: 16
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -26,11 +25,12 @@ jobs:
pip install pyinstaller pip install pyinstaller
- name: Build and package - name: Build and package
run: pyinstaller --noconfirm --onefile --windowed StartUI.py run: |
pyinstaller --noconfirm --onefile --windowed StartUI.py
cp webuiGUI.py dist/ # Copy webuiGUI.py to the dist directory
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: ${{ matrix.os }}-binary name: ${{ matrix.os }}-binary-v1.3
path: dist # Assuming the packaged files are created in a 'dist' directory path: dist
+21 -4
View File
@@ -1,21 +1,26 @@
# WebUI StartGUI # WebUI StartGUI
## Disclaimer
As someone who isn't a professional programmer, I enjoy experimenting and finding ways to simplify my workflow. This GUI was created to make it easier for me to adjust parameters and save them for future use, without constantly modifying the webui.py or managing multiple scripts. While I'm glad to share this script with others, please understand that my expertise in maintaining it might be limited. Nonetheless, I hope it proves helpful to you, and I appreciate your understanding.
## Description ## Description
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. 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 ## Current Features
- Select a model from a dropdown menu - Select a model from a dropdown menu (with reload button if added while the StartUI is open)
- Choose wbits and groupsize options - Choose wbits and groupsize options
- Select the operating mode (chat, cai-chat, notebook) - Select the operating mode (chat, cai-chat, notebook)
- Enable/disable GPU usage and set GPU VRAM (Only for Nvidia Right now, will detect if multiple GPU's are Present) - Choose between CPU, GPU or Autodevice
- Set CPU RAM/GPU VRAM (Only for Nvidia Right now, will automatically detect if multiple GPU's are Present)
- Adjust pre-layer value - Adjust pre-layer value
- Load the model with 8-bit precision - Choose to run with 8bit, 16bit, trust_remote_code, Quant_attn, Autotune and no-cache flags
- Enable authentication and choose an authentication file - Enable authentication and choose an authentication file
- Choose extensions for the WebUI - Choose extensions for the WebUI
- Enable local network mode and specify the listen port - Enable local network mode and specify the listen port
- Automatically open the browser when loading is finished - Automatically open the browser when loading is finished
- Save settings to a profile - Save settings to a profile
- Load profiles via Dropdown menu. - Load profiles via Dropdown menu.
- Run the text-generation-webui Updater
## How to Use ## How to Use
1. Clone the repository or download the source code. 1. Clone the repository or download the source code.
@@ -28,7 +33,19 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th
## Binary Download ## Binary Download
Binary releases of this script can be found in the [Releases](https://github.com/your-username/your-repository/releases) section of this repository. Binary releases of this script can be found in the [Releases](https://github.com/Pakobbix/StartUI-oobabooga-webui/releases) section of this repository.
Just put the two files into the root Folder of oobabooga (where the folder with the webui.py and the start script is).
On Linux, you'll need to give StartUI the executable flag (`chmod +x StartUI` or right click -> properties -> make executable).
The WebuiGUI.py must also be there, to handle the flags properly
## Screenshots
V1.1 :\
![Screenshot 2023-05-13 232040](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/565feaea-ef67-4081-9978-2aa314763da7)
![Screenshot 2023-05-13 232054](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/1c2a9acf-b193-4dd2-abd5-08dcd719c550)
![Screenshot 2023-05-13 232103](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/cfd11947-b11b-4ef4-be74-d5e15ab75b22)
## Credits ## Credits
StartGUI is developed and maintained by [Pakobbix](https://github.com/Pakobbix). StartGUI is developed and maintained by [Pakobbix](https://github.com/Pakobbix).
+644 -139
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -1,2 +1,6 @@
PyQt5 PyQt5
gpustat gpustat
psutil
pyqtdarktheme
darkdetect
requests