aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui.py
diff options
context:
space:
mode:
authorVladimir Mandic <mandic00@live.com>2022-12-31 16:27:02 +0000
committerGitHub <noreply@github.com>2022-12-31 16:27:02 +0000
commitf55ac33d446185680604e872ceda2ae858821d5c (patch)
tree9189d172b955e1d135b386018df67d8e0eee12fd /modules/ui.py
parentf34c7341720fb2059992926c9f9ae6ff25f7385b (diff)
downloadstable-diffusion-webui-gfx803-f55ac33d446185680604e872ceda2ae858821d5c.tar.gz
stable-diffusion-webui-gfx803-f55ac33d446185680604e872ceda2ae858821d5c.tar.bz2
stable-diffusion-webui-gfx803-f55ac33d446185680604e872ceda2ae858821d5c.zip
validate textual inversion embeddings
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 57ee0465..397dd804 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1157,8 +1157,6 @@ def create_ui():
with gr.Column(variant='panel'):
submit_result = gr.Textbox(elem_id="modelmerger_result", show_label=False)
- sd_hijack.model_hijack.embedding_db.load_textual_inversion_embeddings()
-
with gr.Blocks(analytics_enabled=False) as train_interface:
with gr.Row().style(equal_height=False):
gr.HTML(value="<p style='margin-bottom: 0.7em'>See <b><a href=\"https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Textual-Inversion\">wiki</a></b> for detailed explanation.</p>")