From 1e7a6f9221b74979f93bb99ec7e7ab6705e1394d Mon Sep 17 00:00:00 2001 From: imrayya Date: Sat, 11 Feb 2023 18:10:47 +0700 Subject: [PATCH] Updated screenshot --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da45375..d53c7bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Adds a tab to the webui that allows the user to generate a prompt from a small base prompt. Based on [FredZhang7/distilgpt2-stable-diffusion-v2](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion-v2) and [Gustavosta/MagicPrompt-Stable-Diffusion](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion). I did nothing apart from porting it to [AUTOMATIC1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) -![screenshot](https://user-images.githubusercontent.com/8998556/212550120-df38601b-6811-4470-9e37-6980fbd94369.png) +image + ## Installation @@ -49,7 +50,7 @@ Useful to get more natural language prompts. Eg: "A cat sitting" -> "A cat sitti ## Install more models -To install more model to use, ensure that the models are hosted on [huggingface.co](https://huggingface.co) and edit the json file at `.\extensions\stable-diffusion-webui-Prompt_Generator\models.json` with the relevant information. Use the models in the file as an basis +To install more model to use, ensure that the models are hosted on [huggingface.co](https://huggingface.co) and edit the json file at `.\extensions\stable-diffusion-webui-Prompt_Generator\models.json` with the relevant information. Use the models in the file as an example You might need to restart the extension/reload the UI if new items are added onto the list