mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-03 11:09:01 +08:00
Created Custom Scripts index (markdown)
parent
777f52b30d
commit
c1c5d83dc5
15
Custom-Scripts-index.md
Normal file
15
Custom-Scripts-index.md
Normal file
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user