sort internal order of extensions by category (if co adding, but doesn't want to sort, just add to bottom as usual)

ClashSAN 2023-03-04 04:18:38 +00:00
parent c68cef92ad
commit 22bea10433

@ -26,20 +26,6 @@
"added": "2022-11-01",
"tags": ["tab", "dropdown", "training"]
},
{
"name": "Wildcards",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards.git",
"description": "Sample extension. Allows you to use __name__ syntax in your prompt to get a random line from a file named name.txt in the wildcards directory. Also see Dynamic Prompts for similar functionality.",
"added": "2022-11-01",
"tags": ["prompting"]
},
{
"name": "Dynamic Prompts",
"url": "https://github.com/adieyal/sd-dynamic-prompts.git",
"description": "Implements an expressive template language for random or combinatorial prompt generation along with features to support deep wildcard directory structures.",
"added": "2022-11-01",
"tags": ["prompting"]
},
{
"name": "Dreambooth",
"url": "https://github.com/d8ahazard/sd_dreambooth_extension.git",
@ -47,12 +33,117 @@
"added": "2022-11-07",
"tags": ["tab", "training"]
},
{
"name": "training-picker",
"url": "https://github.com/Maurdekye/training-picker.git",
"description": "Adds a tab to the webui that allows the user to automatically extract keyframes from video, and manually extract 512x512 crops of those frames for use in model training.",
"added": "2022-11-06",
"tags": ["tab", "training"]
},
{
"name": "Dataset Tag Editor",
"url": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git",
"description": "Feature-rich UI tab that allows image viewing, search-filtering and editing.",
"added": "2022-11-01",
"tags": ["tab", "training"]
},
{
"name": "DreamArtist",
"url": "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git",
"description": "Towards Controllable One-Shot Text-to-Image Generation via Contrastive Prompt-Tuning.",
"added": "2022-11-15",
"tags": ["training"]
},
{
"name": "WD 1.4 Tagger",
"url": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git",
"description": "Interrogates single or multiple image files using various alternative models, similar to deepdanbooru interrogate.",
"added": "2022-11-20",
"tags": ["tab", "training"]
},
{
"name": "Hypernetwork-Monkeypatch-Extension",
"url": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git",
"description": "Extension that provides additional training features for hypernetwork training. Also supports using multiple hypernetworks for inference.",
"added": "2023-01-12",
"tags": ["tab", "training"]
},
{
"name": "Custom Diffusion",
"url": "https://github.com/guaneec/custom-diffusion-webui.git",
"description": "Custom Diffusion is, in short, finetuning-lite with TI, instead of tuning the whole model. Similar speed and memory requirements to TI and supposedly gives better results in less steps.",
"added": "2023-01-28",
"tags": ["tab", "training"]
},
{
"name": "Smart Process",
"url": "https://github.com/d8ahazard/sd_smartprocess.git",
"description": "Smart pre-process including auto subject identification, caption subject swapping, and upscaling/facial restoration.",
"added": "2022-11-12",
"tags": ["tab", "editing"]
"tags": ["tab", "editing", "training"]
},
{
"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.",
"added": "2022-11-06",
"tags": ["tab", "models"]
},
{
"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.",
"added": "2022-12-06",
"tags": ["tab", "models"]
},
{
"name": "Merge Board",
"url": "https://github.com/bbc-mc/sdweb-merge-board.git",
"description": "Multiple lane merge support(up to 10). Save and Load your merging combination as Recipes, which is simple text.",
"added": "2022-11-21",
"tags": ["tab", "models"]
},
{
"name": "Model Converter",
"url": "https://github.com/Akegarasu/sd-webui-model-converter.git",
"description": "Convert models to fp16/bf16 no-ema/ema-only safetensors. Convert/copy/delete any parts of model: unet, text encoder(clip), vae.",
"added": "2023-01-05",
"tags": ["tab", "models"]
},
{
"name": "Kohya-ss Additional Networks",
"url": "https://github.com/kohya-ss/sd-webui-additional-networks.git",
"description": "Allows the Web UI to use LoRAs (1.X and 2.X) to generate images. Also allows editing .safetensors networks prompt metadata.",
"added": "2023-01-06",
"tags": ["models"]
},
{
"name": "Merge Block Weighted",
"url": "https://github.com/bbc-mc/sdweb-merge-block-weighted-gui.git",
"description": "Merge models with separate rate for each 25 U-Net block (input, middle, output).",
"added": "2023-01-13",
"tags": ["tab", "models"]
},
{
"name": "Embedding Merge",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge.git",
"description": "Merging Textual Inversion embeddings at runtime from string literals. Phrases and weight values also supported.",
"added": "2023-02-09",
"tags": ["tab", "models", "manipulations"]
},
{
"name": "SuperMerger",
"url": "https://github.com/hako-mikan/sd-webui-supermerger.git",
"description": "Merge and run without saving to drive. Sequential XY merge generations; extract and merge loras, bind loras to ckpt, merge block weights, and more.",
"added": "2023-02-18",
"tags": ["tab", "models"]
},
{
"name": "LoRA Block Weight",
"url": "https://github.com/hako-mikan/sd-webui-lora-block-weight.git",
"description": "Applies LoRA strength; block by block on the fly. Includes presets, weight analysis, randomization, XY plot.",
"added": "2023-02-28",
"tags": ["models"]
},
{
"name": "Image browser",
@ -68,6 +159,174 @@
"added": "2022-11-01",
"tags": ["tab", "UI related"]
},
{
"name": "Artists to study",
"url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git",
"description": "Shows a gallery of generated pictures by artists separated into categories.",
"added": "2022-11-01",
"tags": ["tab", "UI related"]
},
{
"name": "Prompt Gallery",
"url": "https://github.com/dr413677671/PromptGallery-stable-diffusion-webui.git",
"description": "Build a yaml file filled with prompts of your character, hit generate, and quickly preview them by their word attributes and modifiers.",
"added": "2022-12-02",
"tags": ["tab", "UI related"]
},
{
"name": "Infinity Grid Generator",
"url": "https://github.com/mcmonkeyprojects/sd-infinity-grid-generator-script.git",
"description": "Build a yaml file with your chosen parameters, and generate infinite-dimensional grids. Built-in ability to add description text to fields. See readme for usage details.",
"added": "2022-12-09",
"tags": ["UI related"]
},
{
"name": "Config-Presets",
"url": "https://github.com/Zyin055/Config-Presets.git",
"description": "Adds a configurable dropdown to allow you to change UI preset settings in the txt2img and img2img tabs.",
"added": "2022-12-13",
"tags": ["UI related"]
},
{
"name": "Preset Utilities",
"url": "https://github.com/Gerschel/sd_web_ui_preset_utils.git",
"description": "Preset utility tool for ui. Offers compatibility with custom scripts. (to a limit)",
"added": "2022-12-19",
"tags": ["UI related"]
},
{
"name": "openOutpaint extension",
"url": "https://github.com/zero01101/openOutpaint-webUI-extension.git",
"description": "A tab with the full openOutpaint UI. Run with the --api flag.",
"added": "2022-12-23",
"tags": ["tab", "UI related", "editing"]
},
{
"name": "quick-css",
"url": "https://github.com/Gerschel/sd-web-ui-quickcss.git",
"description": "Extension for quickly selecting and applying custom.css files, for customizing look and placement of elements in ui.",
"added": "2022-12-30",
"tags": ["tab", "UI related"]
},
{
"name": "Aspect Ratio selector",
"url": "https://github.com/alemelis/sd-webui-ar.git",
"description": "Adds image aspect ratio selector buttons.",
"added": "2023-02-04",
"tags": ["UI related"]
},
{
"name": "Catppuccin Theme",
"url": "https://github.com/catppuccin/stable-diffusion-webui.git",
"description": "Adds various custom themes",
"added": "2023-02-04",
"tags": ["UI related"]
},
{
"name": "Kitchen Theme",
"url": "https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git",
"description": "Custom Theme.",
"added": "2023-02-28",
"tags": ["UI related"]
},
{
"name": "Bilingual Localization",
"url": "https://github.com/journey-ad/sd-webui-bilingual-localization.git",
"description": "Bilingual translation, no need to worry about how to find the original button. Compatible with language pack extensions, no need to re-import.",
"added": "2023-02-28",
"tags": ["UI related"]
},
{
"name": "Dynamic Prompts",
"url": "https://github.com/adieyal/sd-dynamic-prompts.git",
"description": "Implements an expressive template language for random or combinatorial prompt generation along with features to support deep wildcard directory structures.",
"added": "2022-11-01",
"tags": ["prompting"]
},
{
"name": "Unprompted",
"url": "https://github.com/ThereforeGames/unprompted.git",
"description": "Allows you to include various shortcodes in your prompts. You can pull text from files, set up your own variables, process text through conditional functions, and so much more - it's like wildcards on steroids. It now includes integrations like hard-prompts made easy, ControlNet, txt2img2img and txt2mask.",
"added": "2022-11-04",
"tags": ["prompting", "ads"]
},
{
"name": "StylePile",
"url": "https://github.com/some9000/StylePile.git",
"description": "An easy way to mix and match elements to prompts that affect the style of the result.",
"added": "2022-11-24",
"tags": ["prompting"]
},
{
"name": "Booru tag autocompletion",
"url": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git",
"description": "Displays autocompletion hints for tags from image booru boards such as Danbooru. Uses local tag CSV files and includes a config for customization.",
"added": "2022-11-04",
"tags": ["prompting"]
},
{
"name": "novelai-2-local-prompt",
"url": "https://github.com/animerl/novelai-2-local-prompt.git",
"description": "Add a button to convert the prompts used in NovelAI for use in the WebUI. In addition, add a button that allows you to recall a previously used prompt.",
"added": "2022-11-05",
"tags": ["prompting"]
},
{
"name": "tokenizer",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git",
"description": "Adds a tab that lets you preview how CLIP model would tokenize your text.",
"added": "2022-11-05",
"tags": ["tab", "prompting"]
},
{
"name": "Randomize",
"url": "https://github.com/innightwolfsleep/stable-diffusion-webui-randomize.git",
"description": "Allows for random parameters during txt2img generation. This script will function with others as well. Original author: https://git.mmaker.moe/mmaker/stable-diffusion-webui-randomize",
"added": "2022-11-11",
"tags": ["prompting"]
},
{
"name": "conditioning-highres-fix",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git",
"description": "This is Extension for rewriting Inpainting conditioning mask strength value relative to Denoising strength at runtime. This is useful for Inpainting models such as sd-v1-5-inpainting.ckpt",
"added": "2022-11-11",
"tags": ["prompting"]
},
{
"name": "model-keyword",
"url": "https://github.com/mix1009/model-keyword.git",
"description": "Inserts matching keyword(s) to the prompt automatically. Update this extension to get the latest model+keyword mappings.",
"added": "2022-12-28",
"tags": ["prompting"]
},
{
"name": "Prompt Generator",
"url": "https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator.git",
"description": "generate a prompt from a small base prompt using distilgpt2. Adds a tab with additional control of the model.",
"added": "2022-12-30",
"tags": ["tab", "prompting"]
},
{
"name": "Promptgen",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen.git",
"description": "Use transformers models to generate prompts.",
"added": "2023-01-18",
"tags": ["tab", "prompting"]
},
{
"name": "text2prompt",
"url": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git",
"description": "Generates anime tags using databases and models for tokenizing.",
"added": "2023-02-11",
"tags": ["tab", "prompting"]
},
{
"name": "Prompt Translator",
"url": "https://github.com/butaixianran/Stable-Diffusion-Webui-Prompt-Translator",
"description": "A integrated translator for translating prompts to English using Deepl or Baidu.",
"added": "2023-02-11",
"tags": ["tab", "prompting", "online"]
},
{
"name": "Deforum",
"url": "https://github.com/deforum-art/deforum-for-automatic1111-webui.git",
@ -118,25 +377,11 @@
"tags": ["animation"]
},
{
"name": "Artists to study",
"url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git",
"description": "Shows a gallery of generated pictures by artists separated into categories.",
"added": "2022-11-01",
"tags": ["tab", "UI related"]
},
{
"name": "Aesthetic Image Scorer",
"url": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git",
"description": "Calculates aesthetic score for generated images using CLIP+MLP Aesthetic Score Predictor based on Chad Scorer",
"added": "2022-11-01",
"tags": ["query"]
},
{
"name": "Dataset Tag Editor",
"url": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git",
"description": "Feature-rich UI tab that allows image viewing, search-filtering and editing.",
"added": "2022-11-01",
"tags": ["tab", "training"]
"name": "Steps Animation",
"url": "https://github.com/vladmandic/sd-extension-steps-animation.git",
"description": "Create animation sequence from denoised intermediate steps.",
"added": "2023-01-21",
"tags": ["animation"]
},
{
"name": "auto-sd-paint-ext",
@ -145,90 +390,6 @@
"added": "2022-11-04",
"tags": ["editing"]
},
{
"name": "training-picker",
"url": "https://github.com/Maurdekye/training-picker.git",
"description": "Adds a tab to the webui that allows the user to automatically extract keyframes from video, and manually extract 512x512 crops of those frames for use in model training.",
"added": "2022-11-06",
"tags": ["tab", "training"]
},
{
"name": "Unprompted",
"url": "https://github.com/ThereforeGames/unprompted.git",
"description": "Allows you to include various shortcodes in your prompts. You can pull text from files, set up your own variables, process text through conditional functions, and so much more - it's like wildcards on steroids. It now includes integrations like hard-prompts made easy, ControlNet, txt2img2img and txt2mask.",
"added": "2022-11-04",
"tags": ["prompting", "ads"]
},
{
"name": "StylePile",
"url": "https://github.com/some9000/StylePile.git",
"description": "An easy way to mix and match elements to prompts that affect the style of the result.",
"added": "2022-11-24",
"tags": ["prompting"]
},
{
"name": "Booru tag autocompletion",
"url": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git",
"description": "Displays autocompletion hints for tags from image booru boards such as Danbooru. Uses local tag CSV files and includes a config for customization.",
"added": "2022-11-04",
"tags": ["prompting"]
},
{
"name": "novelai-2-local-prompt",
"url": "https://github.com/animerl/novelai-2-local-prompt.git",
"description": "Add a button to convert the prompts used in NovelAI for use in the WebUI. In addition, add a button that allows you to recall a previously used prompt.",
"added": "2022-11-05",
"tags": ["prompting"]
},
{
"name": "tokenizer",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git",
"description": "Adds a tab that lets you preview how CLIP model would tokenize your text.",
"added": "2022-11-05",
"tags": ["tab", "prompting"]
},
{
"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.",
"added": "2022-11-06",
"tags": ["tab", "models"]
},
{
"name": "Randomize",
"url": "https://github.com/innightwolfsleep/stable-diffusion-webui-randomize.git",
"description": "Allows for random parameters during txt2img generation. This script will function with others as well. Original author: https://git.mmaker.moe/mmaker/stable-diffusion-webui-randomize",
"added": "2022-11-11",
"tags": ["prompting"]
},
{
"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.",
"added": "2022-12-06",
"tags": ["tab", "models"]
},
{
"name": "Asymmetric Tiling",
"url": "https://github.com/tjm35/asymmetric-tiling-sd-webui.git",
"description": "An always visible script extension to configure seamless image tiling independently for the X and Y axes.",
"added": "2023-01-13",
"tags": ["manipulations"]
},
{
"name": "Latent Mirroring",
"url": "https://github.com/dfaker/SD-latent-mirroring.git",
"description": "Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections",
"added": "2022-11-06",
"tags": ["manipulations"]
},
{
"name": "Sonar",
"url": "https://github.com/Kahsolt/stable-diffusion-webui-sonar.git",
"description": "Improve the generated image quality, searches for similar (yet even better!) images in the neighborhood of some known image, focuses on single prompt optimization rather than traveling between multiple prompts.",
"added": "2023-01-12",
"tags": ["manipulations"]
},
{
"name": "Detection Detailer",
"url": "https://github.com/dustysys/ddetailer.git",
@ -243,55 +404,6 @@
"added": "2023-01-13",
"tags": ["editing"]
},
{
"name": "conditioning-highres-fix",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git",
"description": "This is Extension for rewriting Inpainting conditioning mask strength value relative to Denoising strength at runtime. This is useful for Inpainting models such as sd-v1-5-inpainting.ckpt",
"added": "2022-11-11",
"tags": ["prompting"]
},
{
"name": "Auto TLS-HTTPS",
"url": "https://github.com/papuSpartan/stable-diffusion-webui-auto-tls-https.git",
"description": "Allows you to easily, or even completely automatically start using HTTPS.",
"added": "2022-11-14",
"tags": ["script"]
},
{
"name": "DreamArtist",
"url": "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git",
"description": "Towards Controllable One-Shot Text-to-Image Generation via Contrastive Prompt-Tuning.",
"added": "2022-11-15",
"tags": ["training"]
},
{
"name": "WD 1.4 Tagger",
"url": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git",
"description": "Interrogates single or multiple image files using various alternative models, similar to deepdanbooru interrogate.",
"added": "2022-11-20",
"tags": ["tab", "training"]
},
{
"name": "booru2prompt",
"url": "https://github.com/Malisius/booru2prompt.git",
"description": "This SD extension allows you to turn posts from various image boorus into stable diffusion prompts. It does so by pulling a list of tags down from their API. You can copy-paste in a link to the post you want yourself, or use the built-in search feature to do it all without leaving SD.",
"added": "2022-11-21",
"tags": ["tab", "online"]
},
{
"name": "Gelbooru Prompt",
"url": "https://github.com/antis0007/sd-webui-gelbooru-prompt.git",
"description": "Extension that gets tags for saved gelbooru images in AUTOMATIC1111's Stable Diffusion webui",
"added": "2022-12-20",
"tags": ["online"]
},
{
"name": "Merge Board",
"url": "https://github.com/bbc-mc/sdweb-merge-board.git",
"description": "Multiple lane merge support(up to 10). Save and Load your merging combination as Recipes, which is simple text.",
"added": "2022-11-21",
"tags": ["tab", "models"]
},
{
"name": "Depth Maps",
"url": "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git",
@ -320,6 +432,41 @@
"added": "2022-12-24",
"tags": ["editing"]
},
{
"name": "Pixelization",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git",
"description": "Using pre-trained models, produce pixel art out of images in the extras tab.",
"added": "2023-01-23",
"tags": ["editing"]
},
{
"name": "haku-img",
"url": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git",
"description": "Image utils extension. Allows blending, layering, hue and color adjustments, blurring and sketch effects, and basic pixelization.",
"added": "2023-01-17",
"tags": ["tab", "editing"]
},
{
"name": "Asymmetric Tiling",
"url": "https://github.com/tjm35/asymmetric-tiling-sd-webui.git",
"description": "An always visible script extension to configure seamless image tiling independently for the X and Y axes.",
"added": "2023-01-13",
"tags": ["manipulations"]
},
{
"name": "Latent Mirroring",
"url": "https://github.com/dfaker/SD-latent-mirroring.git",
"description": "Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections",
"added": "2022-11-06",
"tags": ["manipulations"]
},
{
"name": "Sonar",
"url": "https://github.com/Kahsolt/stable-diffusion-webui-sonar.git",
"description": "Improve the generated image quality, searches for similar (yet even better!) images in the neighborhood of some known image, focuses on single prompt optimization rather than traveling between multiple prompts.",
"added": "2023-01-12",
"tags": ["manipulations"]
},
{
"name": "Depth Image I/O",
"url": "https://github.com/AnonymousCervine/depth-image-io-for-SDWebui.git",
@ -328,32 +475,74 @@
"tags": ["manipulations"]
},
{
"name": "Visualize Cross-Attention",
"url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git",
"description": "Generates highlighted sectors of a submitted input image, based on input prompts. Use with tokenizer extension. See the readme for more info.",
"added": "2022-11-25",
"tags": ["tab", "science"]
"name": "Ultimate SD Upscale",
"url": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git",
"description": "More advanced options for SD Upscale, less artifacts than original using higher denoise ratio (0.3-0.5).",
"added": "2023-01-10",
"tags": ["manipulations"]
},
{
"name": "DAAM",
"url": "https://github.com/toriato/stable-diffusion-webui-daam.git",
"description": "DAAM stands for Diffusion Attentive Attribution Maps. Enter the attention text (must be a string contained in the prompt) and run. An overlapping image with a heatmap for each attention will be generated along with the original image.",
"added": "2022-12-02",
"tags": ["science"]
"name": "Fusion",
"url": "https://github.com/ljleb/prompt-fusion-extension.git",
"description": "Adds prompt-travel and shift-attention-like interpolations (see exts), but during/within the sampling steps. Always-on + works w/ existing prompt-editing syntax. Various interpolation modes. See their wiki for more info.",
"added": "2023-01-28",
"tags": ["manipulations"]
},
{
"name": "Prompt Gallery",
"url": "https://github.com/dr413677671/PromptGallery-stable-diffusion-webui.git",
"description": "Build a yaml file filled with prompts of your character, hit generate, and quickly preview them by their word attributes and modifiers.",
"added": "2022-12-02",
"tags": ["tab", "UI related"]
"name": "Dynamic Thresholding",
"url": "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git",
"description": "Adds customizable dynamic thresholding to allow high CFG Scale values without the burning / 'pop art' effect.",
"added": "2023-02-01",
"tags": ["manipulations"]
},
{
"name": "Infinity Grid Generator",
"url": "https://github.com/mcmonkeyprojects/sd-infinity-grid-generator-script.git",
"description": "Build a yaml file with your chosen parameters, and generate infinite-dimensional grids. Built-in ability to add description text to fields. See readme for usage details.",
"added": "2022-12-09",
"tags": ["UI related"]
"name": "anti-burn",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-anti-burn.git",
"description": "Smoothing generated images by skipping a few very last steps and averaging together some images before them.",
"added": "2023-02-09",
"tags": ["manipulations"]
},
{
"name": "sd-webui-controlnet",
"url": "https://github.com/Mikubill/sd-webui-controlnet.git",
"description": "WebUI extension for ControlNet. Note: (WIP), so don't expect seed reproducibility - as updates may change things.",
"added": "2023-02-18",
"tags": ["manipulations"]
},
{
"name": "Latent Couple",
"url": "https://github.com/opparco/stable-diffusion-webui-two-shot.git",
"description": "An extension of the built-in Composable Diffusion, allows you to determine the region of the latent space that reflects your subprompts.",
"added": "2023-02-18",
"tags": ["manipulations"]
},
{
"name": "Composable LoRA",
"url": "https://github.com/opparco/stable-diffusion-webui-composable-lora.git",
"description": "Enables using AND keyword(composable diffusion) to limit LoRAs to subprompts. Useful when paired with Latent Couple extension.",
"added": "2023-02-25",
"tags": ["manipulations"]
},
{
"name": "Auto TLS-HTTPS",
"url": "https://github.com/papuSpartan/stable-diffusion-webui-auto-tls-https.git",
"description": "Allows you to easily, or even completely automatically start using HTTPS.",
"added": "2022-11-14",
"tags": ["script"]
},
{
"name": "booru2prompt",
"url": "https://github.com/Malisius/booru2prompt.git",
"description": "This SD extension allows you to turn posts from various image boorus into stable diffusion prompts. It does so by pulling a list of tags down from their API. You can copy-paste in a link to the post you want yourself, or use the built-in search feature to do it all without leaving SD.",
"added": "2022-11-21",
"tags": ["tab", "online"]
},
{
"name": "Gelbooru Prompt",
"url": "https://github.com/antis0007/sd-webui-gelbooru-prompt.git",
"description": "Extension that gets tags for saved gelbooru images in AUTOMATIC1111's Stable Diffusion webui",
"added": "2022-12-20",
"tags": ["online"]
},
{
"name": "NSFW checker",
@ -369,20 +558,6 @@
"added": "2022-12-20",
"tags": ["script"]
},
{
"name": "Config-Presets",
"url": "https://github.com/Zyin055/Config-Presets.git",
"description": "Adds a configurable dropdown to allow you to change UI preset settings in the txt2img and img2img tabs.",
"added": "2022-12-13",
"tags": ["UI related"]
},
{
"name": "Preset Utilities",
"url": "https://github.com/Gerschel/sd_web_ui_preset_utils.git",
"description": "Preset utility tool for ui. Offers compatibility with custom scripts. (to a limit)",
"added": "2022-12-19",
"tags": ["UI related"]
},
{
"name": "DH Patch",
"url": "https://github.com/d8ahazard/sd_auto_fix.git",
@ -404,55 +579,6 @@
"added": "2022-12-22",
"tags": ["script"]
},
{
"name": "openOutpaint extension",
"url": "https://github.com/zero01101/openOutpaint-webUI-extension.git",
"description": "A tab with the full openOutpaint UI. Run with the --api flag.",
"added": "2022-12-23",
"tags": ["tab", "UI related", "editing"]
},
{
"name": "model-keyword",
"url": "https://github.com/mix1009/model-keyword.git",
"description": "Inserts matching keyword(s) to the prompt automatically. Update this extension to get the latest model+keyword mappings.",
"added": "2022-12-28",
"tags": ["prompting"]
},
{
"name": "Prompt Generator",
"url": "https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator.git",
"description": "generate a prompt from a small base prompt using distilgpt2. Adds a tab with additional control of the model.",
"added": "2022-12-30",
"tags": ["tab", "prompting"]
},
{
"name": "Promptgen",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen.git",
"description": "Use transformers models to generate prompts.",
"added": "2023-01-18",
"tags": ["tab", "prompting"]
},
{
"name": "text2prompt",
"url": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git",
"description": "Generates anime tags using databases and models for tokenizing.",
"added": "2023-02-11",
"tags": ["tab", "prompting"]
},
{
"name": "Prompt Translator",
"url": "https://github.com/butaixianran/Stable-Diffusion-Webui-Prompt-Translator",
"description": "A integrated translator for translating prompts to English using Deepl or Baidu.",
"added": "2023-02-11",
"tags": ["tab", "prompting", "online"]
},
{
"name": "quick-css",
"url": "https://github.com/Gerschel/sd-web-ui-quickcss.git",
"description": "Extension for quickly selecting and applying custom.css files, for customizing look and placement of elements in ui.",
"added": "2022-12-30",
"tags": ["tab", "UI related"]
},
{
"name": "Add image number to grid",
"url": "https://github.com/AlUlkesh/sd_grid_add_image_number.git",
@ -461,25 +587,25 @@
"tags": ["script"]
},
{
"name": "Model Converter",
"url": "https://github.com/Akegarasu/sd-webui-model-converter.git",
"description": "Convert models to fp16/bf16 no-ema/ema-only safetensors. Convert/copy/delete any parts of model: unet, text encoder(clip), vae.",
"added": "2023-01-05",
"tags": ["tab", "models"]
"name": "Multiple Hypernetworks",
"url": "https://github.com/antis0007/sd-webui-multiple-hypernetworks.git",
"description": "Adds the ability to apply multiple hypernetworks at once. Apply multiple hypernetworks sequentially, with different weights.",
"added": "2023-01-13",
"tags": ["script"]
},
{
"name": "Kohya-ss Additional Networks",
"url": "https://github.com/kohya-ss/sd-webui-additional-networks.git",
"description": "Allows the Web UI to use LoRAs (1.X and 2.X) to generate images. Also allows editing .safetensors networks prompt metadata.",
"added": "2023-01-06",
"tags": ["models"]
"name": "System Info",
"url": "https://github.com/vladmandic/sd-extension-system-info.git",
"description": "System Info tab for WebUI which shows realtime information of the server. Also supports sending crowdsourced inference data as an option.",
"added": "2023-01-21",
"tags": ["script", "tab"]
},
{
"name": "Ultimate SD Upscale",
"url": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git",
"description": "More advanced options for SD Upscale, less artifacts than original using higher denoise ratio (0.3-0.5).",
"added": "2023-01-10",
"tags": ["manipulations"]
"name": "OpenPose Editor",
"url": "https://github.com/fkunn1326/openpose-editor.git",
"description": "This can add multiple pose characters, detect pose from image, save to PNG, and send to controlnet extension.",
"added": "2023-02-18",
"tags": ["tab"]
},
{
"name": "Stable Horde Worker",
@ -495,34 +621,6 @@
"added": "2023-01-11",
"tags": ["tab", "online"]
},
{
"name": "Hypernetwork-Monkeypatch-Extension",
"url": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git",
"description": "Extension that provides additional training features for hypernetwork training. Also supports using multiple hypernetworks for inference.",
"added": "2023-01-12",
"tags": ["tab", "training"]
},
{
"name": "Multiple Hypernetworks",
"url": "https://github.com/antis0007/sd-webui-multiple-hypernetworks.git",
"description": "Adds the ability to apply multiple hypernetworks at once. Apply multiple hypernetworks sequentially, with different weights.",
"added": "2023-01-13",
"tags": ["script"]
},
{
"name": "Merge Block Weighted",
"url": "https://github.com/bbc-mc/sdweb-merge-block-weighted-gui.git",
"description": "Merge models with separate rate for each 25 U-Net block (input, middle, output).",
"added": "2023-01-13",
"tags": ["tab", "models"]
},
{
"name": "haku-img",
"url": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git",
"description": "Image utils extension. Allows blending, layering, hue and color adjustments, blurring and sketch effects, and basic pixelization.",
"added": "2023-01-17",
"tags": ["tab", "editing"]
},
{
"name": "Discord Rich Presence",
"url": "https://github.com/kabachuha/discord-rpc-for-automatic1111-webui.git",
@ -530,90 +628,6 @@
"added": "2023-01-20",
"tags": ["online"]
},
{
"name": "Steps Animation",
"url": "https://github.com/vladmandic/sd-extension-steps-animation.git",
"description": "Create animation sequence from denoised intermediate steps.",
"added": "2023-01-21",
"tags": ["animation"]
},
{
"name": "Aesthetic Scorer",
"url": "https://github.com/vladmandic/sd-extension-aesthetic-scorer.git",
"description": "Uses existing CLiP model with an additional small pretrained model to calculate perceived aesthetic score of an image.",
"added": "2023-01-21",
"tags": ["query"]
},
{
"name": "System Info",
"url": "https://github.com/vladmandic/sd-extension-system-info.git",
"description": "System Info tab for WebUI which shows realtime information of the server. Also supports sending crowdsourced inference data as an option.",
"added": "2023-01-21",
"tags": ["script", "tab"]
},
{
"name": "Pixelization",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git",
"description": "Using pre-trained models, produce pixel art out of images in the extras tab.",
"added": "2023-01-23",
"tags": ["editing"]
},
{
"name": "Custom Diffusion",
"url": "https://github.com/guaneec/custom-diffusion-webui.git",
"description": "Custom Diffusion is, in short, finetuning-lite with TI, instead of tuning the whole model. Similar speed and memory requirements to TI and supposedly gives better results in less steps.",
"added": "2023-01-28",
"tags": ["tab", "training"]
},
{
"name": "Fusion",
"url": "https://github.com/ljleb/prompt-fusion-extension.git",
"description": "Adds prompt-travel and shift-attention-like interpolations (see exts), but during/within the sampling steps. Always-on + works w/ existing prompt-editing syntax. Various interpolation modes. See their wiki for more info.",
"added": "2023-01-28",
"tags": ["manipulations"]
},
{
"name": "cafe-aesthetic",
"url": "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic.git",
"description": "Pre-trained model, determines if aesthetic/non-aesthetic, does 5 different style recognition modes, and Waifu confirmation. Also has a tab with Batch processing.",
"added": "2023-01-28",
"tags": ["tab", "query"]
},
{
"name": "Dynamic Thresholding",
"url": "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git",
"description": "Adds customizable dynamic thresholding to allow high CFG Scale values without the burning / 'pop art' effect.",
"added": "2023-02-01",
"tags": ["manipulations"]
},
{
"name": "Aspect Ratio selector",
"url": "https://github.com/alemelis/sd-webui-ar.git",
"description": "Adds image aspect ratio selector buttons.",
"added": "2023-02-04",
"tags": ["UI related"]
},
{
"name": "Catppuccin Theme",
"url": "https://github.com/catppuccin/stable-diffusion-webui.git",
"description": "Adds various custom themes",
"added": "2023-02-04",
"tags": ["UI related"]
},
{
"name": "Embedding Merge",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge.git",
"description": "Merging Textual Inversion embeddings at runtime from string literals. Phrases and weight values also supported.",
"added": "2023-02-09",
"tags": ["tab", "models", "manipulations"]
},
{
"name": "anti-burn",
"url": "https://github.com/klimaleksus/stable-diffusion-webui-anti-burn.git",
"description": "Smoothing generated images by skipping a few very last steps and averaging together some images before them.",
"added": "2023-02-09",
"tags": ["manipulations"]
},
{
"name": "mine-diffusion",
"url": "https://github.com/fropych/mine-diffusion.git",
@ -622,32 +636,25 @@
"tags": ["tab", "online"]
},
{
"name": "sd-webui-controlnet",
"url": "https://github.com/Mikubill/sd-webui-controlnet.git",
"description": "WebUI extension for ControlNet. Note: (WIP), so don't expect seed reproducibility - as updates may change things.",
"added": "2023-02-18",
"tags": ["manipulations"]
"name": "Aesthetic Image Scorer",
"url": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git",
"description": "Calculates aesthetic score for generated images using CLIP+MLP Aesthetic Score Predictor based on Chad Scorer",
"added": "2022-11-01",
"tags": ["query"]
},
{
"name": "Latent Couple",
"url": "https://github.com/opparco/stable-diffusion-webui-two-shot.git",
"description": "An extension of the built-in Composable Diffusion, allows you to determine the region of the latent space that reflects your subprompts.",
"added": "2023-02-18",
"tags": ["manipulations"]
"name": "Aesthetic Scorer",
"url": "https://github.com/vladmandic/sd-extension-aesthetic-scorer.git",
"description": "Uses existing CLiP model with an additional small pretrained model to calculate perceived aesthetic score of an image.",
"added": "2023-01-21",
"tags": ["query"]
},
{
"name": "SuperMerger",
"url": "https://github.com/hako-mikan/sd-webui-supermerger.git",
"description": "Merge and run without saving to drive. Sequential XY merge generations; extract and merge loras, bind loras to ckpt, merge block weights, and more.",
"added": "2023-02-18",
"tags": ["tab", "models"]
},
{
"name": "OpenPose Editor",
"url": "https://github.com/fkunn1326/openpose-editor.git",
"description": "This can add multiple pose characters, detect pose from image, save to PNG, and send to controlnet extension.",
"added": "2023-02-18",
"tags": ["tab"]
"name": "cafe-aesthetic",
"url": "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic.git",
"description": "Pre-trained model, determines if aesthetic/non-aesthetic, does 5 different style recognition modes, and Waifu confirmation. Also has a tab with Batch processing.",
"added": "2023-01-28",
"tags": ["tab", "query"]
},
{
"name": "Clip Interrogator",
@ -657,32 +664,18 @@
"tags": ["tab", "query"]
},
{
"name": "Composable LoRA",
"url": "https://github.com/opparco/stable-diffusion-webui-composable-lora.git",
"description": "Enables using AND keyword(composable diffusion) to limit LoRAs to subprompts. Useful when paired with Latent Couple extension.",
"added": "2023-02-25",
"tags": ["manipulations"]
"name": "Visualize Cross-Attention",
"url": "https://github.com/benkyoujouzu/stable-diffusion-webui-visualize-cross-attention-extension.git",
"description": "Generates highlighted sectors of a submitted input image, based on input prompts. Use with tokenizer extension. See the readme for more info.",
"added": "2022-11-25",
"tags": ["tab", "science"]
},
{
"name": "LoRA Block Weight",
"url": "https://github.com/hako-mikan/sd-webui-lora-block-weight.git",
"description": "Applies LoRA strength; block by block on the fly. Includes presets, weight analysis, randomization, XY plot.",
"added": "2023-02-28",
"tags": ["models"]
},
{
"name": "Kitchen Theme",
"url": "https://github.com/canisminor1990/sd-web-ui-kitchen-theme.git",
"description": "Custom Theme.",
"added": "2023-02-28",
"tags": ["UI related"]
},
{
"name": "Bilingual Localization",
"url": "https://github.com/journey-ad/sd-webui-bilingual-localization.git",
"description": "Bilingual translation, no need to worry about how to find the original button. Compatible with language pack extensions, no need to re-import.",
"added": "2023-02-28",
"tags": ["UI related"]
"name": "DAAM",
"url": "https://github.com/toriato/stable-diffusion-webui-daam.git",
"description": "DAAM stands for Diffusion Attentive Attribution Maps. Enter the attention text (must be a string contained in the prompt) and run. An overlapping image with a heatmap for each attention will be generated along with the original image.",
"added": "2022-12-02",
"tags": ["science"]
},
{
"name": "zh_CN Localization",