From 239f96a9c5a1d872721f687495178623b341e247 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:44:57 -0300 Subject: [PATCH] Add extensions guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 628ae9ca..3afd2482 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * Split large models across your GPU(s), CPU, and disk. * CPU mode. * Get responses via API. +* Support for extensions ([guide](https://github.com/oobabooga/text-generation-webui/wiki/Extensions)) * Works on Google Colab ([see the full guide](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab)). ## Installation