Skip to content

An Extension for Automatic1111 Webui that helps inserting prompts

License

Notifications You must be signed in to change notification settings

Haoming02/sd-webui-easy-tag-insert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SD Webui Easy Tag Insert

This is an Extension for the Automatic1111 Webui, which trivializes inserting prompts.

Also supports Forge


(Catppuccin Theme)

How to Use

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.

Use Cases

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>

How to Edit Cards

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
    • Order of the cards does not matter
  • 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

Settings

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.