From 8013dd1b7a06e5a1c2f11e54de239ecd1345b5ad Mon Sep 17 00:00:00 2001 From: AUTOMATIC <-> Date: Sun, 30 Jul 2023 20:12:45 +0300 Subject: [PATCH] updated install --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d3d68..69d72f8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ An extension version of a script from https://github.com/jtkelm2/stable-diffusio Allows you to use `__name__` syntax in your prompt to get a random line from a file named `name.txt` in the wildcards directory. ## Install -To install, clone the repo to your `extensions` directory, and then restart the web ui. +To install from webui, go to `Extensions -> Install from URL`, paste `https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards.git` +into URL field, and press Install. + +## Install manually +Alternatively, to install by hand: From your base `stable-diffusion-webui` directory, run the following command to install: ``` git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards extensions/stable-diffusion-webui-wildcards ``` + +Then restart the webui.