From 3ab20e0269c50219c553b7112acdb674b9ac0117 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:27:20 +0000 Subject: [PATCH] Updated Extensions (markdown) --- Extensions.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Extensions.md b/Extensions.md index f095b02..657b7f2 100644 --- a/Extensions.md +++ b/Extensions.md @@ -1,3 +1,21 @@ +# General Info + +Extensions are a more convenient form of user scripts. + +Extensions all exist in their own folder inside the extensions folder of webui. You can use git to install an extension like this: + + git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients extensions/aesthetic-gradients + +This installs an extension from https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients into the extensions/aesthetic-gradients directory. + +Alternatively you can just copy-paste a directory into extensions. + +For developing extensions, see [Developing extensions](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions/Developing-extensions). + +# Security + +As extensions allow the user to install and run arbitrary code, this can be used maliciously, and is disabled by default when running with options that allow remote users to connect to the server (`--share` or `--listen`) - you'll still have the UI, but trying to install anything will result in error. If you want to use those options and still be able to install extensions, use `--enable-insecure-extension-access` command line flag. + ## anti-burn https://github.com/klimaleksus/stable-diffusion-webui-anti-burn