This is an Extension for the Automatic1111 Webui, which trivializes inserting prompts.
Also supports Forge
This Extension creates customizable buttons in a new Extra Networks
tab, "EZ Tags." When clicked, the buttons will add your specified string into either the Positive or the Negative prompt field.
You can use this Extension to simply make shortcuts for long prompts:
Positive: (high quality, best quality)
Negative: (low quality, worst quality)
This is useful for LoRA trigger words, especially those that contain multiple concepts/characters:
Chara1: trigger1, <lora:all_chara_pack:0.75>
Chara2: trigger2, <lora:all_chara_pack:0.75>
Chara3: trigger3, <lora:all_chara_pack:0.75>
The cards are loaded from the .tag
files inside the cards
folder. On a fresh install, the Extension will automatically rename the examples
folder to cards
. You may add/remove cards by modifying the Table in the EZ Tags Editor tab:
- Press the Load button first to load the cards into the Table
- To add a new card, simply write a new entry in the last row
- The Table will automatically expand
- Completely empty rows are deleted
- To remove a card, press the
❌
button - You can have
\
character in Category for better grouping; these get created as sub-folders- Do not add
\
in Name
- Do not add
- Order of the cards does not matter
- To add a new card, simply write a new entry in the last row
- Press the Save button to save the tags into the folder
- Rows with any column empty will be ignored
- You can then live reload the cards by pressing the Refresh button in the
Extra Networks
, without having to restart the UI
The following are in the
EZ Tags
section under the User Interface category of the Settings tab
- You can disable the use of the provided custom style. This reverts the cards back to the native Webui look, and allows you to add preview images to the cards.
- You can disable the grouping of the cards based on Categories. This reverts the cards placement back to the native Webui look, and allows you to sort the cards.