diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-06 11:12:52 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-06 11:12:52 +0000 |
commit | 5993df24a1026225cb8af89237547c1d9101ce69 (patch) | |
tree | c52ac85fcdac4e332dc6fd7a5a6960b6b4a3b36d /modules/shared.py | |
parent | a971e4a767118ec41ec0f129770122babfb16a16 (diff) | |
download | stable-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.py | 1 |
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"), {
|