aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-06 11:12:52 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-06 11:12:52 +0000
commit5993df24a1026225cb8af89237547c1d9101ce69 (patch)
treec52ac85fcdac4e332dc6fd7a5a6960b6b4a3b36d /modules/shared.py
parenta971e4a767118ec41ec0f129770122babfb16a16 (diff)
downloadstable-diffusion-webui-gfx803-5993df24a1026225cb8af89237547c1d9101ce69.tar.gz
stable-diffusion-webui-gfx803-5993df24a1026225cb8af89237547c1d9101ce69.tar.bz2
stable-diffusion-webui-gfx803-5993df24a1026225cb8af89237547c1d9101ce69.zip
integrate the new samplers PR
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 9e4860a2..ca2e4c74 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -236,7 +236,6 @@ options_templates.update(options_section(('ui', "User interface"), {
"font": OptionInfo("", "Font for image grids that have text"),
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),
"js_modal_lightbox_initialy_zoomed": OptionInfo(True, "Show images zoomed in by default in full page image viewer"),
- "show_karras_scheduler_variants": OptionInfo(True, "Show Karras scheduling variants for select samplers. Try these variants if your K sampled images suffer from excessive noise."),
}))
options_templates.update(options_section(('sampler-params', "Sampler parameters"), {