aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-12-31 22:33:12 +0300
committerGitHub <noreply@github.com>2022-12-31 22:33:12 +0300
commitc24a314c5edd8b82bca79a64346b5b0894594729 (patch)
treec630f472183124f8358b5f039d4da92a333d9782 /modules/ui.py
parentf378b8d53ab30d37f665cfede65530ca3436a111 (diff)
parentf55ac33d446185680604e872ceda2ae858821d5c (diff)
Merge pull request #6149 from vladmandic/validate-embeddings
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>")