Introducing the extensions I made to make stable-diffusion-webui a little more convenient!
stable-diffusion-webui While using it, I felt like it was slightly inconvenient.
I will introduce the extensions I created with that in mind.
I create these with the motto of being easy, simple, but a little convenient.
Prompt input via button press & wildcard-style random function
URL: https://github.com/blue-pen5805/sdweb-easy-prompt-selector
Allows you to input prompts by clicking buttons.
Once installed, a "Select Tag" button will appear below the generate button.

When you press it, a bunch of buttons will appear.
Pressing them will input the corresponding prompt.

The contents can be customized freely! Read the README for detailed instructions!
(Though I haven't written it yet)
Execute Generate Forever from a button! Stop it too!
URL: https://github.com/blue-pen5805/sdweb-easy-generate-forever
Displays Generate Forever and Cancel Forever buttons below the generate button.

If a Seed value is specified, the ∞ mark will change.

Adjust prompt emphasis (Ctrl + ↑/↓) with the mouse wheel!
URL: https://github.com/blue-pen5805/sdweb-easy-wheel-edit-attention
Install it, select a prompt, and rotate the mouse wheel to easily adjust the emphasis.
Be careful of accidental triggers!
Make the text in the prompt input field larger!
URL: https://github.com/blue-pen5805/sdweb-easy-prompt-text-bigger
Increases the font size of the prompt/negative prompt input fields.
That's all.

The following are modified versions of extensions created by others.
A modified version of the extension that sends images to Eagle after generation!
URL: https://github.com/blue-pen5805/sdweb-eagle-pnginfo
This is an unauthorized modification of bbc's sdweb-eagle-pnginfo extension.
Differences!
You can now change the destination folder for txt2img and img2img separately.
Tags are now set correctly even when used in conjunction with wildcard-type extensions.
LoRAs written in the prompt are now also correctly tagged.
A modified version of the extension that blocks NSFW images during generation!
URL: https://github.com/blue-pen5805/stable-diffusion-webui-nsfw-censor
This is a modified version of the extension that replaces the standard NSFW black-image feature.
Differences!
NSFW images are now replaced with mosaic-blurred images
(originally they were replaced with solid black images).You can now adjust the strength of the mosaic blur mentioned above.
You can now toggle it on/off from the settings screen.
You can now adjust the sensitivity of the NSFW filter.
I might add more if I make something else? Or maybe not?
