add ddtailer and yownas scripts

ClashSAN 2022-11-09 00:36:45 +00:00
parent f690be5a19
commit 341855cf08

@ -115,6 +115,24 @@
"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": "zh_CN Localization",
"url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",