From 15bc0acd36dbe71c88303e2b2089552c85f49f89 Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Wed, 14 Dec 2022 18:37:09 -0800 Subject: [PATCH] Updated UI Plugins (markdown) --- UI-Plugins.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UI-Plugins.md b/UI-Plugins.md index 809bf9d..57d3566 100644 --- a/UI-Plugins.md +++ b/UI-Plugins.md @@ -60,6 +60,21 @@ If not stated otherwise in the plugin description, right click on the plugin lin Changes how autosave's session folders are named. The folders will have names like _2022_11_05T18_58_05_757Z_ instead of _1667674597680_. _[Github Repo](https://github.com/JeLuF/stable-diffusion-ui-plugins/)_ +- **[Custom Modifier Categories](https://raw.githubusercontent.com/patriceac/Stable-Diffusion-UI-Plugins/beta/custom-modifier-categories-1.0.plugin.js) by [Patrice](https://github.com/patriceac)** + + Allows for multiple custom modifier categories. Use # to name your custom categories. + _[Github Repo](https://github.com/patriceac/Stable-Diffusion-UI-Plugins)_ + +- **[How To Show Image Buttons](https://raw.githubusercontent.com/patriceac/Stable-Diffusion-UI-Plugins/beta/how-to-show-image-buttons-1.0.plugin.js) by [Patrice](https://github.com/patriceac)** + + Adds a system setting to allow the user to change the action to display the buttons on an image (rather than just hovering over it). Default is set to hover (current UI behavior), can be changed to use mouse buttons in the system settings. + _[Github Repo](https://github.com/patriceac/Stable-Diffusion-UI-Plugins)_ + +- **[Scrolling Panes](https://raw.githubusercontent.com/patriceac/Stable-Diffusion-UI-Plugins/beta/scrolling-panes-1.2.2.plugin.js) by [Patrice](https://github.com/patriceac)** + + Allows editor and preview panes to scroll independently. Also moves the footer to its own "About" tab in the top navbar (required to make the dual panes layout feel more natural). + _[Github Repo](https://github.com/patriceac/Stable-Diffusion-UI-Plugins)_ + ### Information plugins - **[Copy Settings (JSON)](https://raw.githubusercontent.com/JeLuF/stable-diffusion-ui-plugins/main/copy-settings-json.plugin.js) by [JeLuF](https://github.com/JeLuF)**