From 08cb5b7c0154a1759a39446683edc5ca3ae7962b Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 21 Jan 2023 10:28:46 -0500 Subject: [PATCH] Updated Extensions index (markdown) --- Extensions-index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 05ad36d..cbaa5ec 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -484,6 +484,27 @@ "added": "2023-01-23", "tags": ["script"] }, + { + "name": "Steps Animation", + "url": "https://github.com/vladmandic/sd-extension-steps-animation", + "description": "Create animation sequence from denoised intermediate steps.", + "added": "2023-01-21", + "tags": ["script"] + }, + { + "name": "Aesthetic Scorer", + "url": "https://github.com/vladmandic/sd-extension-aesthetic-scorer", + "description": "Uses existing CLiP model with an additional small pretrained model to calculate perceived aesthetic score of an image.", + "added": "2023-01-21", + "tags": ["script"] + }, + { + "name": "System Info", + "url": "https://github.com/vladmandic/sd-extension-system-info", + "description": "System Info tab for WebUI which shows realtime information of the server.", + "added": "2023-01-21", + "tags": ["script", "tab"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",