Small extension containing various scripts to augment SD WebUI Forge.
-
ENQUEUE BUTTON - Adds an Enqueue button next to the other generation buttons. When pressed it will snapshot the prompt and parameters to enqueue a generation job after the current job finishes. The button will show how many queued jobs are in queue.
-
UNLOAD MODELS & LIST MODELS - injects two buttons to the bottom footer:
- List all models (shown in the terminal)
- Unload models
-
IMAGE DRAG & DROP - Adds drag-over (drag & drop) handling so that when you drag a file over a tab button in the UI the tab will be opened (emulates a click on hover while dragging files). This makes it easier to drag an image onto the UI and drop it into the right tab, e.g. being in txt2img tab but wanting to drag an image into PNG Info.
-
TRANSPARENT BACKGROUND - Adds a Transparent Background entry to the Extras tab allowing removal of background from images.
Supports two models:- Inspyrenet Rembg — downloaded from HuggingFace on first use.
- Lucida — BiRefNet-based fine-tune excelling at glass, camouflage, text, glow, and line art — downloaded from HuggingFace on first use.
Outputs are saved as
transparent_<timestamp>.webp(or.png) and optionallymask_<timestamp>.webp(or.png) alongside the Extras result.
- Go into
Extensionstab >Install from URL - Paste
https://github.com/otacoo/sd-webui-misc-scripts.git - Press Install
- Apply and Restart the UI
- Only tested & working on SD WebUI Forge Classic