From b10345a857d235852032ea8cc8993460195d5a81 Mon Sep 17 00:00:00 2001 From: AssassinJN Date: Wed, 30 Nov 2022 10:01:19 -0500 Subject: [PATCH] Adding Nuttall's Render More Steps Plugin --- UI-Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI-Plugins.md b/UI-Plugins.md index a98f4e5..3099700 100644 --- a/UI-Plugins.md +++ b/UI-Plugins.md @@ -27,6 +27,10 @@ If not stated otherwise in the plugin description, right click on the plugin lin Scales up to the largest resolution your card can handle, with one click. This requires you to test to determine your highest, maximum resolution, and set it inside the script. Currently defaulted to safe settings for the Nvidia 2060 Super with 8GB VRAM. +- **[Draw Another X Steps](https://andrewjnuttall.com/stable-ui/plugins/render_more_steps.plugin.js) by [Andrew Nuttall] + + Give options to draw X additional steps where X is a list of steps defined in the file. Default is 50, 100, 150, 200 and as such will give the options "Draw Another 50 Steps", "Draw Another 100 Steps", etc. To modify open in a text editor and change the stepList to include desired step options. + ### General UI changes - **[History](https://raw.githubusercontent.com/rbertus2000/sd-ui-plugins/main/history.plugin.js) by [rbertus2000](https://github.com/rbertus2000)**