aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorunknown <mcgpapu@gmail.com>2022-12-12 15:12:26 +0000
committerunknown <mcgpapu@gmail.com>2022-12-12 15:12:26 +0000
commitd6fdfde9d70f1b86b696240fb0a0c8f2a4d024f6 (patch)
tree991a5b9c6c5bdd15bb9ff18bb68bd7c0df87bbfc /modules/shared.py
parent4005cd66e08d262b289d8d4a31fd425f260bcd11 (diff)
parent685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 (diff)
downloadstable-diffusion-webui-gfx803-d6fdfde9d70f1b86b696240fb0a0c8f2a4d024f6.tar.gz
stable-diffusion-webui-gfx803-d6fdfde9d70f1b86b696240fb0a0c8f2a4d024f6.tar.bz2
stable-diffusion-webui-gfx803-d6fdfde9d70f1b86b696240fb0a0c8f2a4d024f6.zip
Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui
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 44922c91..272267c1 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -367,7 +367,6 @@ options_templates.update(options_section(('sd', "Stable Diffusion"), {
"use_old_emphasis_implementation": OptionInfo(False, "Use old emphasis implementation. Can be useful to reproduce old seeds."),
"enable_batch_seeds": OptionInfo(True, "Make K-diffusion samplers produce same images in a batch as when making a single image"),
"comma_padding_backtrack": OptionInfo(20, "Increase coherency by padding from the last comma within n tokens when using more than 75 tokens", gr.Slider, {"minimum": 0, "maximum": 74, "step": 1 }),
- "filter_nsfw": OptionInfo(False, "Filter NSFW content"),
'CLIP_stop_at_last_layers': OptionInfo(1, "Clip skip", gr.Slider, {"minimum": 1, "maximum": 12, "step": 1}),
"random_artist_categories": OptionInfo([], "Allowed categories for random artists selection when using the Roll button", gr.CheckboxGroup, {"choices": artist_db.categories()}),
}))