From 511ca68e255708aad2db7644024b0be166addca4 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Tue, 1 Nov 2022 09:09:42 +0100 Subject: [PATCH] Surprise me! --- UI-Plugins.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/UI-Plugins.md b/UI-Plugins.md index 158e9be..2665417 100644 --- a/UI-Plugins.md +++ b/UI-Plugins.md @@ -51,4 +51,16 @@ The Stable Diffusion UI project is not partnered with any of the services mentio - **[Open in Photopea](https://raw.githubusercontent.com/JeLuF/stable-diffusion-ui-plugins/main/photopea.plugin.js) by [JeLuF](https://github.com/JeLuF)** Open the image in [Photopea](https://www.photopea.com/), a commercial web service that can be used to edit photos. - _[Github Repo](https://github.com/JeLuF/stable-diffusion-ui-plugins/)_ \ No newline at end of file + _[Github Repo](https://github.com/JeLuF/stable-diffusion-ui-plugins/)_ + +### Prompt related plugins + +- **[Surprise Me!](https://raw.githubusercontent.com/madrang/sd-ui-plugins/master/mads-surprise_me.plugin.js) by [Marc-Andre Ferland](https://github.com/madrang)** + + _Surprise me!_ adds a button that generates a random prompt. You need to download these three files and put them into the `plugins\ui` folder: + + 1. [Surprise Me! Plugin](https://raw.githubusercontent.com/madrang/sd-ui-plugins/master/mads-surprise_me.plugin.js) + 2. [rita.js](https://raw.githubusercontent.com/madrang/sd-ui-plugins/master/rita.js) + 3. [rita_grammar.json](https://raw.githubusercontent.com/madrang/sd-ui-plugins/master/rita_grammar.json) + + _[Github Repo](https://github.com/madrang/sd-ui-plugins)_ \ No newline at end of file