From 8412fd06976e38c5f17123573f6c6abf6f6612f5 Mon Sep 17 00:00:00 2001 From: MorganLOCode <93165153+MorganLOCode@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:48:59 +1200 Subject: [PATCH] Added my tiny mod for making it easier for prompts to jump the queue. --- UI-Plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UI-Plugins.md b/UI-Plugins.md index 8f2f710..b709383 100644 --- a/UI-Plugins.md +++ b/UI-Plugins.md @@ -103,6 +103,11 @@ If not stated otherwise in the plugin description, right click on the plugin lin Adds a button to switch the width and height values in the Image Settings panel. _[Github Repo](https://github.com/ogmaresca/easydiffusion-plugins)_ +- **[Prompt Prompt Queue Jumper](https://gist.github.com/MorganLOCode/e2014e342598771cafd8739cf6bf3d33/raw/98f151f2afb585f117ce03747c4c02720b3883b8/queuejumper.plugin.js) by [MorganLOCode](https://github.com/MorganLOCode)** + + Double-click a prompt's drag handle to send the prompt to the top of the queue. Unless it's already at the top, in which case it is sent to the bottom. Makes it easier to have prompts jump a long queue to be processed first with much less manual dexterity required than clicking-and-dragging. The top-then-bottom behaviour enables other rearrangements to be carried out. + _[Gist](https://gist.github.com/MorganLOCode/e2014e342598771cafd8739cf6bf3d33)_ + ### 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)**