Updated UI Plugins (markdown)

patriceac 2023-03-15 23:03:33 -07:00
parent b35b86244b
commit cc84d3a753

@ -58,17 +58,17 @@ 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/)_
- **[Disable Source Image Zoom](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugins/Patrice/disable-source-image-zoom.plugin.js) by [Patrice](https://github.com/patriceac)**
- **[Disable Source Image Zoom](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.plugin.js) by [Patrice](https://github.com/patriceac)**
Adds a system setting to disable the source image zoom on hover in the task list.
_[Github Repo](https://github.com/patriceac/Easy-Diffusion-Plugins)_
- **[Accessibility Improvements](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugins/Patrice/accessibility-improvements.plugin.js) by [Patrice](https://github.com/patriceac)**
- **[Accessibility Improvements](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.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/Easy-Diffusion-Plugins)_
- **[Image Editor Improvements](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugins/Patrice/image-editor-improvements.plugin.js) by [Patrice](https://github.com/patriceac)**
- **[Image Editor Improvements](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.plugin.js) by [Patrice](https://github.com/patriceac)**
- Shows the actual brush in the image editor for increased precision.
- Add img2img source image via drag & drop from external file or browser image (incl. rendered image). Just drop the image in the editor pane.
@ -76,21 +76,26 @@ If not stated otherwise in the plugin description, right click on the plugin lin
- Integrates seamlessly with Scrolling Panes 1.8
_[Github Repo](https://github.com/patriceac/Easy-Diffusion-Plugins)_
- **[Restore Image Modifiers](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugins/Patrice/image-modifier-improvements.plugin.js) by [Patrice](https://github.com/patriceac)**
- **[Restore Image Modifiers](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.plugin.js) by [Patrice](https://github.com/patriceac)**
Restores the image modifier cards upon reloading the page. Version 1.2 loads much faster, with improved reliability. Requires Easy Diffusion 2.5.2 or later.
_[Github Repo](https://github.com/patriceac/Easy-Diffusion-Plugins)_
- **[Seed Randomizer](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugins/Patrice/seed-randomizer.plugin.js) by [Patrice](https://github.com/patriceac)**
- **[Seed Randomizer](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.plugin.js) by [Patrice](https://github.com/patriceac)**
Adds a system setting to randomize, thus increasing the variability of images ran in batches. E.g. can run "A pug wearing a {reb, blue, green} hat" as 3 tasks with different seeds, thus yielding more variety in the results.
_[Github Repo](https://github.com/patriceac/Easy-Diffusion-Plugins)_
- **[Scrolling Panes](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugins/Patrice/scrolling-panes.plugin.js) by [Patrice](https://github.com/patriceac)**
- **[Scrolling Panes](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.plugin.js) by [Patrice](https://github.com/patriceac)**
Allows editor and preview panes to scroll independently, and adds the ability to toggle the editor (more space available for images). 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/Easy-Diffusion-Plugins)_
- **[Patrice's Plugin Manager](https://raw.githubusercontent.com/patriceac/Easy-Diffusion-Plugins/main/plugin-manager.plugin.js) by [Patrice](https://github.com/patriceac)**
A simple plugin manager. To easily install plugins and seamlessly keep them updated.
_[Github Repo](https://github.com/patriceac/Easy-Diffusion-Plugins)_
- **[RemoveHelpButtons](https://github.com/JeLuF/stable-diffusion-ui-plugins/blob/main/RemoveHelpButtons.plugin.js) by [JeLuF](https://github.com/JeLuF)**
Remove the help buttons from the image settings and other areas of the UI. __[Github Repo](https://github.com/JeLuF/stable-diffusion-ui-plugins/)_