Skip to content

RGX650/sd-webui-easy-tag-insert-SDNEXT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SD Webui Easy Tag Insert

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

Important

This Extension has been rewritten for the new v1.6.0 UIs. For Webui version v1.5 or older, please download the one from the Release page.

Use Cases

This Extension is useful along with LoRA, especially those that contain multiple trigger words for different concepts.

Character:
  Chara1: chara1, tags1, <lora:franchise:0.75>
  Chara2: chara2, tags2, <lora:franchise:0.75>

This way, you will only need to click 1 button to add the trigger words as well as the syntax.

You can also just use this Extension as a way to simply make shortcuts for long prompts:

Starting Prompts:
  Positive: (high quality, best quality)
  Negative: (low quality, worst quality:1.2)

How to Add Entry

The tags are loaded from the .yml files inside the tags folder. To add your own entry, write in the following format:

Category:
  Display Name: Actual Prompts
  • Those are 2 spaces at the beginning of each entry, as specified by YAML
  • An example file is provided

Sorting

  • Default Sort: First by Category, then by Display Name
  • Date Created: By Index (the order they are written in the YAML)
  • Date Modified: First by Category, then by Index
  • Name: By Display Name

Note

  • If no tags folder is present (eg. fresh install), it will automatically rename the samples folder to tags. This is to avoid overriding users' local files.
  • The Show dirs toggle displays the Categories for filtering
  • You can have multiple .yml (or .yaml) files in the tags folder for better organizations
  • You can also have the same Category in multiple files
  • You can live reload the entries by pressing Refresh without restarting the UI
  • Due to how the Webui is coded, the buttons are sorted like Date Created on launch

About

An Extension for Automatic1111 Webui that helps inserting prompts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • CSS 17.3%