From 0dd65afcd76e38493876a786332a815f9bd04cc4 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 13 May 2023 15:55:19 +0200 Subject: [PATCH 1/5] Update README.md added Credits --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e784bf..4c6306c 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,6 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th Binary releases of this script can be found in the [Releases](https://github.com/your-username/your-repository/releases) section of this repository. ## Credits -StartGUI is developed and maintained by [Henry Hofmann](https://github.com/your-username). It is based on the [PyQt5](https://pypi.org/project/PyQt5/) library and uses [gpustat](https://pypi.org/project/gpustat/) for GPU information. +StartGUI is developed and maintained by [Pakobbix](https://github.com/Pakobbix). +It is based on the [PyQt5](https://pypi.org/project/PyQt5/) library and uses [gpustat](https://pypi.org/project/gpustat/) for GPU information. +[Oobabooga](https://github.com/oobabooga/text-generation-webui) for his great webui. From ef260d7b105a89e60c53e1c5a4bb279137ee4dd7 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 13 May 2023 16:14:03 +0200 Subject: [PATCH 2/5] Update README.md Added Release URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c6306c..cdc2140 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th ## 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. ## Credits StartGUI is developed and maintained by [Pakobbix](https://github.com/Pakobbix). From 33d2fdcf8b739beffa2b9a9067c372f85642b828 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 13 May 2023 16:22:10 +0200 Subject: [PATCH 3/5] Update README.md Added an Disclaimer to the Readme. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc2140..91535d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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 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. @@ -7,7 +10,7 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th - Select a model from a dropdown menu - Choose wbits and groupsize options - 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) +- Enable/disable GPU usage and set GPU VRAM (Only for Nvidia Right now, will automatically detect if multiple GPU's are Present) - Adjust pre-layer value - Load the model with 8-bit precision - Enable authentication and choose an authentication file @@ -30,6 +33,11 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th ## Binary Download Binary releases of this script can be found in the [Releases](https://github.com/Pakobbix/StartUI-oobabooga-webui/releases) section of this repository. +## Screenshots +![Screenshot 2023-05-13 151352](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/bb0da8ad-1f1f-438c-b5ac-4fa21fa02b7a) +![Screenshot 2023-05-13 151446](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/2fae0fad-bf0c-410d-8c49-1f79557c53c3) + + ## Credits StartGUI is developed and maintained by [Pakobbix](https://github.com/Pakobbix). It is based on the [PyQt5](https://pypi.org/project/PyQt5/) library and uses [gpustat](https://pypi.org/project/gpustat/) for GPU information. From bd55f9dd188f4c4c5dd6d7067aee687fdc9750ae Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 13 May 2023 16:24:07 +0200 Subject: [PATCH 4/5] Update README.md reuploaded images --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91535d4..6913260 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,8 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th Binary releases of this script can be found in the [Releases](https://github.com/Pakobbix/StartUI-oobabooga-webui/releases) section of this repository. ## Screenshots -![Screenshot 2023-05-13 151352](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/bb0da8ad-1f1f-438c-b5ac-4fa21fa02b7a) -![Screenshot 2023-05-13 151446](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/2fae0fad-bf0c-410d-8c49-1f79557c53c3) - +![Screenshot 2023-05-13 151352](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/80b389c7-d741-4aad-897e-7b2ac73d1af6) +![Screenshot 2023-05-13 151446](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/a7967eda-3aa2-4c2e-8f47-d9232958df40) ## Credits StartGUI is developed and maintained by [Pakobbix](https://github.com/Pakobbix). From cb0eedcb49ede24fa73a622b6b792f003ef32a58 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Sat, 13 May 2023 16:38:56 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6913260..14ca3e5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ WebUI StartGUI is a Python graphical user interface (GUI) written with PyQT5, th ## Binary Download 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 ![Screenshot 2023-05-13 151352](https://github.com/Pakobbix/StartUI-oobabooga-webui/assets/6762686/80b389c7-d741-4aad-897e-7b2ac73d1af6)