From 955997a90b6e0e583ace76615fe3a7c11f8ea29d Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:54:07 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea389f1..5af0f139 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * [DeepSpeed ZeRO-3 offload](https://github.com/oobabooga/text-generation-webui/wiki/DeepSpeed). * [Get responses via API](https://github.com/oobabooga/text-generation-webui/blob/main/api-example.py). * Supports softprompts. -* [Supports extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions) +* [Supports extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions). * [Works on Google Colab](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab). ## Installation option 1: conda From 87d9f3e3292d29d4c92f880d4dded2ed8b37d372 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:54:19 -0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af0f139..ff2f62ef 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * [DeepSpeed ZeRO-3 offload](https://github.com/oobabooga/text-generation-webui/wiki/DeepSpeed). * [Get responses via API](https://github.com/oobabooga/text-generation-webui/blob/main/api-example.py). * Supports softprompts. -* [Supports extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions). +* [Supports extensions.](https://github.com/oobabooga/text-generation-webui/wiki/Extensions) * [Works on Google Colab](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab). ## Installation option 1: conda From cfe010b244cc01cfdad6de445f1657be5498af05 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:54:37 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2f62ef..5af0f139 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * [DeepSpeed ZeRO-3 offload](https://github.com/oobabooga/text-generation-webui/wiki/DeepSpeed). * [Get responses via API](https://github.com/oobabooga/text-generation-webui/blob/main/api-example.py). * Supports softprompts. -* [Supports extensions.](https://github.com/oobabooga/text-generation-webui/wiki/Extensions) +* [Supports extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions). * [Works on Google Colab](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab). ## Installation option 1: conda From c183d2917c855ad7a836e0d553e85d9bc9ca07c7 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:59:07 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af0f139..980d910f 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ For these two, please try commenting on an existing issue instead of creating a ## Credits - NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets -- Pygmalion preset, code for early stopping in chat mode, code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/ +- Pygmalion preset, code for early stopping in chat mode, code for some of the sliders, --chat mode colors: https://github.com/PygmalionAI/gradio-ui/ - Verbose preset: Anonymous 4chan user. - Instruct-Joi preset: https://huggingface.co/Rallio67/joi_12B_instruct_alpha - Gradio dropdown menu refresh button: https://github.com/AUTOMATIC1111/stable-diffusion-webui