From 737deefb2d78d7261727b3c43592a3e2defc406b Mon Sep 17 00:00:00 2001 From: Bikatr7 Date: Sat, 16 Mar 2024 21:33:35 -0600 Subject: [PATCH] another readme update and version change --- README.md | 2 +- modules/common/toolkit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38a5dd6..ac2f240 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ Logging: For those who are interested, or simply cannot run Kudasai locally, a instance of Kudasai's WebGUI is hosted on Hugging Face's servers. You can find it [here](https://huggingface.co/spaces/Bikatr7/Kudasai). -It's a bit slower than running it locally, but it's a good alternative for those who cannot run it locally. The webgui does not save anything through runs, so you will need to download the output files or copy the text out of the webgui. API keys are not saved, and the output folder is overwritten every time you run it. Archives deleted every run as well. +It's a bit slower than running it locally, but it's a good alternative for those who cannot run it locally. The webgui on huggingface does not save anything through runs, so you will need to download the output files or copy the text out of the webgui. API keys are not saved, and the output folder is overwritten every time you run it. Archives deleted every run as well. To see the README for the Hugging Face hosted version of Kudasai, please see [here](https://huggingface.co/spaces/Bikatr7/Kudasai/blob/main/README.md). diff --git a/modules/common/toolkit.py b/modules/common/toolkit.py index 9e4e2bd..1652ee2 100644 --- a/modules/common/toolkit.py +++ b/modules/common/toolkit.py @@ -14,7 +14,7 @@ class Toolkit(): """ - CURRENT_VERSION = "v3.4.0-beta-2" + CURRENT_VERSION = "v3.4.0" ##-------------------start-of-clear_console()---------------------------------------------------------------------------------------------------------------------------------------------------------------------------