From a109b05d22e8be4941d7107dbb623f0b6de972ac Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:40:11 +0000 Subject: [PATCH] add riffusion and preset utilities extensions --- Extensions-index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 6910fef..4bca69e 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -254,12 +254,24 @@ "description": "Adds a configurable dropdown to allow you to change UI preset settings in the txt2img and img2img tabs.", "tags": ["script"] }, + { + "name": "Preset Utilities", + "url": "https://github.com/Gerschel/sd_web_ui_preset_utils.git", + "description": "Preset utility tool for ui. End Goal: compatibility with other custom scripts (to a limit)", + "tags": ["script"] + }, { "name": "DH Patch", "url": "https://github.com/d8ahazard/sd_auto_fix", "description": "Random patches by D8ahazard. Auto-load config YAML files for v2, 2.1 models; patch latent-diffusion to fix attention on 2.1 models (black boxes without no-half), whatever else I come up with.", "tags": ["script"] }, +{ + "name": "Riffusion", + "url": "https://github.com/enlyth/sd-webui-riffusion", + "description": "Produces an audio sample after generation, playable within gradio. Meant for use with the Riffusion model.", + "tags": ["script"] + }, { "name": "zh_CN Localization", "url": "https://github.com/dtlnor/stable-diffusion-webui-localization-zh_CN",