From 4b577342348d2761827ed42fbe81df2219ce2207 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Tue, 1 Nov 2022 09:44:33 +0300 Subject: [PATCH] Created Extensions-index (markdown) --- Extensions-index.md | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Extensions-index.md diff --git a/Extensions-index.md b/Extensions-index.md new file mode 100644 index 0000000..bda91c3 --- /dev/null +++ b/Extensions-index.md @@ -0,0 +1,50 @@ +{ + "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.", + "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." + }, + { + "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." + }, + { + "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." + }, + { + "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." + }, + { + "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." + }, + { + "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." + }, + { + "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." + }, + { + "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" + }, + { + "name": "Dataset Tag Editor", + "url": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor", + "description": "Lets you edit captions in training datasets." + } + ] +}