Skip to content

Instantly share code, notes, and snippets.

@papuSpartan
Created November 13, 2022 19:33
Show Gist options
  • Save papuSpartan/c32cb0f3c59ec15a7bbb7de56c056389 to your computer and use it in GitHub Desktop.
Save papuSpartan/c32cb0f3c59ec15a7bbb7de56c056389 to your computer and use it in GitHub Desktop.
Prettified SDWUI Extensions Index with addition
{
"about": "This file is used by Web UI to show the index of available extensions. It's in JSON format and is not meant to be viewed by users directly. If you edit the file you must ensure that it's still a valid JSON.",
"tags": {
"script": "a general extension that adds functionality",
"localization": "a localization extension that translates web ui into another language",
"tab": "adds a tab",
"ads": "contains ads"
},
"extensions": [
{
"name": "Aesthetic Gradients",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients",
"description": "Create an embedding from one or few pictures and use it to apply their style to generated images.",
"tags": [
"script"
]
},
{
"name": "Wildcards",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-wildcards",
"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.",
"tags": [
"script"
]
},
{
"name": "Dynamic Prompts",
"url": "https://github.com/adieyal/sd-dynamic-prompts",
"description": "Implements an expressive template language for random or combinatorial prompt generation along with features to support deep wildcard directory structures.",
"tags": [
"script"
]
},
{
"name": "Dreambooth",
"url": "https://github.com/d8ahazard/sd_dreambooth_extension",
"description": "Dreambooth training based on Shivam Shiaro's repo, optimized for lower-VRAM GPUs.",
"tags": [
"script",
"tab"
]
},
{
"name": "Smart Process",
"url": "https://github.com/d8ahazard/sd_smartprocess",
"description": "Smart pre-process including auto subject identification, caption subject swapping, and upscaling/facial restoration.",
"tags": [
"script",
"tab"
]
},
{
"name": "Image browser",
"url": "https://github.com/yfszzx/stable-diffusion-webui-images-browser",
"description": "Provides an interface to browse created images in the web browser.",
"tags": [
"script",
"tab"
]
},
{
"name": "Inspiration",
"url": "https://github.com/yfszzx/stable-diffusion-webui-inspiration",
"description": "Randomly display the pictures of the artist's or artistic genres typical style, more pictures of this artist or genre is displayed after selecting. So you don't have to worry about how hard it is to choose the right style of art when you create.",
"tags": [
"script",
"tab"
]
},
{
"name": "Deforum",
"url": "https://github.com/deforum-art/deforum-for-automatic1111-webui",
"description": "The official port of Deforum, an extensive script for 2D and 3D animations, supporting keyframable sequences, dynamic math parameters (even inside the prompts), dynamic masking, depth estimation and warping.",
"tags": [
"script"
]
},
{
"name": "Artists to study",
"url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study",
"description": "Shows a gallery of generated pictures by artists separated into categories.",
"tags": [
"script",
"tab"
]
},
{
"name": "Aesthetic Image Scorer",
"url": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer",
"description": "Calculates aesthetic score for generated images using CLIP+MLP Aesthetic Score Predictor based on Chad Scorer",
"tags": [
"script"
]
},
{
"name": "Dataset Tag Editor",
"url": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor",
"description": "Lets you edit captions in training datasets.",
"tags": [
"script",
"tab"
]
},
{
"name": "auto-sd-paint-ext",
"url": "https://github.com/Interpause/auto-sd-paint-ext",
"description": "Krita Plugin.",
"tags": [
"script"
]
},
{
"name": "training-picker",
"url": "https://github.com/Maurdekye/training-picker",
"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.",
"tags": [
"script"
]
},
{
"name": "Unprompted",
"url": "https://github.com/ThereforeGames/unprompted",
"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.",
"tags": [
"script",
"ads"
]
},
{
"name": "Booru tag autocompletion",
"url": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete",
"description": "Displays autocompletion hints for tags from image booru boards such as Danbooru. Uses local tag CSV files and includes a config for customization.",
"tags": [
"script"
]
},
{
"name": "novelai-2-local-prompt",
"url": "https://github.com/animerl/novelai-2-local-prompt",
"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.",
"tags": [
"script"
]
},
{
"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.",
"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": "seed travel",
"url": "https://github.com/yownas/seed_travel.git",
"description": "Small script for AUTOMATIC1111/stable-diffusion-webui to create images that exists between seeds.",
"tags": [
"script"
]
},
{
"name": "shift-attention",
"url": "https://github.com/yownas/shift-attention.git",
"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": "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",
"tags": [
"script"
]
},
{
"name": "Randomize",
"url": "https://github.com/stysmmaker/stable-diffusion-webui-randomize.git",
"description": "Allows for random parameters during txt2img generation. This script is processed for all generations, regardless of the script selected, meaning this script will function with others as well, such as AUTOMATIC1111/stable-diffusion-webui-wildcards",
"tags": [
"script"
]
},
{
"name": "zh_CN Localization",
"url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",
"description": "Simplified Chinese localization",
"tags": [
"localization"
]
},
{
"name": "zh_TW Localization",
"url": "https://github.com/benlisquare/stable-diffusion-webui-localization-zh_TW",
"description": "Traditional Chinese localization",
"tags": [
"localization"
]
},
{
"name": "ko_KR Localization",
"url": "https://github.com/36DB/stable-diffusion-webui-localization-ko_KR",
"description": "Korean localization",
"tags": [
"localization"
]
},
{
"name": "es_ES Localization",
"url": "https://github.com/innovaciones/stable-diffusion-webui-localization-es_ES",
"description": "Spanish localization",
"tags": [
"localization"
]
},
{
"name": "it_IT Localization",
"url": "https://github.com/Harvester62/stable-diffusion-webui-localization-it_IT",
"description": "Italian localization",
"tags": [
"localization"
]
},
{
"name": "de_DE Localization",
"url": "https://github.com/Strothis/stable-diffusion-webui-de_DE",
"description": "German localization",
"tags": [
"localization"
]
},
{
"name": "ja_JP Localization",
"url": "https://github.com/yuuki76/webui-localization-ja_JP",
"description": "Japanese localization",
"tags": [
"localization"
]
},
{
"name": "pt_BR Localization",
"url": "https://github.com/M-art-ucci/stable-diffusion-webui-localization-pt_BR",
"description": "Brazillian portuguese localization",
"tags": [
"localization"
]
},
{
"name": "tr_TR Localization",
"url": "https://github.com/camenduru/stable-diffusion-webui-localization-tr_TR",
"description": "Turkish localization",
"tags": [
"localization"
]
},
{
"name": "old localizations",
"url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-old-localizations.git",
"description": "Old unmaintained localizations that used to be a part of main repository",
"tags": [
"localization"
]
},
{
"name": "Auto TLS/HTTPS",
"url": "https://github.com/papuSpartan/stable-diffusion-webui-auto-tls-https.git",
"description": "Automatically(Default) or semi-automatically enable HTTPS",
"tags": [
"script"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment