Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.16 KB

File metadata and controls

35 lines (26 loc) · 2.16 KB

sd-webui-negative-embeddings-queue-helper

Helpful to test different negative embeddings in one go (added to negative prompt only)

This is another fork of Yinzo's Lora-queue-helper, but for negative embeddings instead of loras. https://github.com/Yinzo/sd-webui-Lora-queue-helper

As I already have another fork of Yinzo's Lora-queue-helper, I can't make another. Hence this new repository.

Works even when using negative embeddings via symbolic links on Automatic1111.

Only tested on my Linux Mint system. Not tested on Windows or Mac.

I don't really know Python, so I enlisted some help from Claude 3.5 Sonnet. Basically this is Claude's rewrite of Yinzo's Lora-queue-helper (or of my fork, but that's also Claude's work, mostly).

Install

To install from webui, go to Extensions -> Install from URL, paste https://github.com/rar0n/sd-webui-negative-embeddings-queue-helper into the URL field, and press Install. Then go to Extensions -> Installed tab, Press "Apply and restart UI".

How to use

  1. Locate the Script drop-down menu in the bottom left corner of Automatic1111 web UI
  2. Select Queue selected Embeddings (batch)
  3. Under Select Directory select the folders containing the Embeddings you want to use (Or click All)
    • I suggest to use Use Custom Embeddings path (Depending how many embeddings you have or your folder structure)
      • Paste in your folder path of the category of Embedding(s) you want to test / use
  4. Under Embeddings select the Embedding(s)'s you want to test (or click All)
    • At least one Embeddings folder has to be selected first for the Embeddings section to show up.
    • If you've got a lot of folders, you have to scroll down past the Select Directory section to reach it
    • Suggest to only select negative embeddings, as they will be added to the negative prompt.
      • But ofc feel free to experiment :)
  5. Generate!

Tips