aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-15 06:24:22 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-15 06:24:22 +0000
commit0aa8d538e147ba87df36d8196845807c8fa3f4e1 (patch)
tree027e9b2adbe49060326c2d51730bbf95f5d10894 /modules/shared.py
parent510e5fc8c60dd6278d0bc52effc23257c717dc1b (diff)
downloadstable-diffusion-webui-gfx803-0aa8d538e147ba87df36d8196845807c8fa3f4e1.tar.gz
stable-diffusion-webui-gfx803-0aa8d538e147ba87df36d8196845807c8fa3f4e1.tar.bz2
stable-diffusion-webui-gfx803-0aa8d538e147ba87df36d8196845807c8fa3f4e1.zip
suppress printing TI embedding into console by default
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index a32fd4ed..427dcc50 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -472,6 +472,7 @@ options_templates.update(options_section(('extra_networks', "Extra Networks"), {
"extra_networks_card_height": OptionInfo(0, "Card height for Extra Networks").info("in pixels"),
"extra_networks_add_text_separator": OptionInfo(" ", "Extra networks separator").info("extra text to add before <...> when adding extra network to prompt"),
"ui_extra_networks_tab_reorder": OptionInfo("", "Extra networks tab order").needs_restart(),
+ "textual_inversion_print_at_load": OptionInfo(False, "Print a list of Textual Inversion embeddings when loading model"),
"textual_inversion_add_hashes_to_infotext": OptionInfo(True, "Add Textual Inversion hashes to infotext"),
"sd_hypernetwork": OptionInfo("None", "Add hypernetwork to prompt", gr.Dropdown, lambda: {"choices": ["None", *hypernetworks]}, refresh=reload_hypernetworks),
}))