do not reload embeddings from disk when doing textual inversion

This commit is contained in:
AUTOMATIC
2022-10-16 08:51:24 +03:00
parent be1596ce30
commit 0c5fa9a681
2 changed files with 4 additions and 2 deletions

View File

@@ -296,6 +296,7 @@ def train_embedding(embedding_name, learn_rate, batch_size, data_root, log_direc
sd_model=shared.sd_model,
do_not_save_grid=True,
do_not_save_samples=True,
do_not_reload_embeddings=True,
)
if preview_from_txt2img: