mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 06:02:53 +08:00
Created Extensions-index (markdown)
parent
4f2f996031
commit
4b57734234
50
Extensions-index.md
Normal file
50
Extensions-index.md
Normal file
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user