From c1c5d83dc534b68db9dda1181ee5f4de59a3e0ac Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 5 Nov 2022 10:03:40 +0000 Subject: [PATCH] Created Custom Scripts index (markdown) --- Custom-Scripts-index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Custom-Scripts-index.md diff --git a/Custom-Scripts-index.md b/Custom-Scripts-index.md new file mode 100644 index 0000000..3c44f8a --- /dev/null +++ b/Custom-Scripts-index.md @@ -0,0 +1,15 @@ +{ + "about": "This file is used by Web UI to show the index of available custom scripts. 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.", + "custom scripts": [ + { + "name": "Improved prompt matrix", + "url": "https://github.com/ArrowM/auto1111-improved-prompt-matrix/blob/main/improved_prompt_matrix.py", + "description": "This script is advanced-prompt-matrix modified to support batch count. Grids are not created." + }, + { + "name": "Alternative schedulers", + "url": "https://gist.github.com/dfaker/f88aa62e3a14b559fe4e5f6b345db664", + "description": "Uses alternate generators for the sampler's sigma schedule. Allows access to Karras, Exponential and Variance Preserving schedules from crowsonkb/k-diffusion along with their parameters." + } + ] +}