From a84cdd6e385b8fdbfe7af21cfdec7d5fcb70919c Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Tue, 27 Dec 2022 21:46:44 +0000 Subject: [PATCH] add model-keyword extension, update some descriptions, correct placement a bit --- Extensions-index.md | 50 +++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/Extensions-index.md b/Extensions-index.md index f4cee27..3139553 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -71,7 +71,7 @@ { "name": "Dataset Tag Editor", "url": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor", - "description": "Lets you edit captions in training datasets.", + "description": "Feature-rich UI tab that allows image viewing, search-filtering and editing.", "tags": ["script", "tab"] }, { @@ -116,18 +116,24 @@ "description": "Adds a tab that lets you preview how CLIP model would tokenize your text.", "tags": ["script", "tab"] }, - { - "name": "Latent Mirroring", - "url": "https://github.com/dfaker/SD-latent-mirroring", - "description": "Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections", - "tags": ["script"] - }, { "name": "Embeddings editor", "url": "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git", "description": "Allows you to manually edit textual inversion embeddings using sliders.", "tags": ["script", "tab"] }, + { + "name": "embedding-inspector", + "url": "https://github.com/tkalayci71/embedding-inspector.git", + "description": "Inspect any token(a word) or Textual-Inversion embeddings and find out which embeddings are similar. You can mix, modify, or create the embeddings in seconds.", + "tags": ["script", "tab"] + }, + { + "name": "Latent Mirroring", + "url": "https://github.com/dfaker/SD-latent-mirroring", + "description": "Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections", + "tags": ["script"] + }, { "name": "seed travel", "url": "https://github.com/yownas/seed_travel.git", @@ -140,18 +146,18 @@ "description": "Generate a sequence of images shifting attention in the prompt. This script enables you to give a range to the weight of tokens in a prompt and then generate a sequence of images stepping from the first one to the second.", "tags": ["script"] }, - { - "name": "Detection Detailer", - "url": "https://github.com/dustysys/ddetailer.git", - "description": "An object detection and auto-mask extension for Stable Diffusion web UI.", - "tags": ["script"] - }, { "name": "prompt travel", "url": "https://github.com/Kahsolt/stable-diffusion-webui-prompt-travel.git", "description": "Extension script for AUTOMATIC1111/stable-diffusion-webui to travel between prompts in latent space.", "tags": ["script"] }, + { + "name": "Detection Detailer", + "url": "https://github.com/dustysys/ddetailer.git", + "description": "An object detection and auto-mask extension for Stable Diffusion web UI.", + "tags": ["script"] + }, { "name": "conditioning-highres-fix", "url": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", @@ -179,7 +185,7 @@ { "name": "WD 1.4 Tagger", "url": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git", - "description": "Uses a trained model file, produces WD 1.4 Tags. Model link - https://mega.nz/file/ptA2jSSB#G4INKHQG2x2pGAVQBn-yd_U5dMgevGF8YYM9CR_R1SY", + "description": "Interrogates single or multiple image files using various alternative models, similar to deepdanbooru interrogate.", "tags": ["script", "tab"] }, { @@ -242,12 +248,6 @@ "description": "Build a yaml file filled with prompts of your character, hit generate, and quickly preview them by their word attributes and modifiers.", "tags": ["script", "tab"] }, - { - "name": "embedding-inspector", - "url": "https://github.com/tkalayci71/embedding-inspector.git", - "description": "Inspect any token(a word) or Textual-Inversion embeddings and find out which embeddings are similar. You can mix, modify, or create the embeddings in seconds.", - "tags": ["script", "tab"] - }, { "name": "Infinity Grid Generator", "url": "https://github.com/mcmonkeyprojects/sd-infinity-grid-generator-script.git", @@ -275,7 +275,7 @@ { "name": "Preset Utilities", "url": "https://github.com/Gerschel/sd_web_ui_preset_utils.git", - "description": "Preset utility tool for ui. End Goal: compatibility with other custom scripts (to a limit)", + "description": "Preset utility tool for ui. Offers compatibility with custom scripts. (to a limit)", "tags": ["script"] }, { @@ -287,7 +287,7 @@ { "name": "Riffusion", "url": "https://github.com/enlyth/sd-webui-riffusion", - "description": "Produces an audio sample after generation, playable within gradio. Meant for use with the Riffusion model. See readme for interpolation technique.", + "description": "Use Riffusion model to produce music in gradio. To replicate original interpolation technique, input the prompt travel extension output frames into the riffusion tab.", "tags": ["script", "tab"] }, { @@ -302,6 +302,12 @@ "description": "A tab with the full openOutpaint UI. Run with the --api flag.", "tags": ["script", "tab"] }, +{ + "name": "model-keyword", + "url": "https://github.com/mix1009/model-keyword", + "description": "Inserts matching keyword(s) to the prompt automatically. Update this extension to get the latest model+keyword mappings.", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",