mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-01 12:25:06 +08:00
add model-keyword extension, update some descriptions, correct placement a bit
parent
d824fa8b2b
commit
a84cdd6e38
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user