From e9430cfcce173ee5fed16d555acd8123eda547aa Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 2 Oct 2022 15:17:17 +0300 Subject: [PATCH] Updated Textual Inversion (markdown) --- Textual-Inversion.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Textual-Inversion.md b/Textual-Inversion.md index 6fa0b20..9fc2c6a 100644 --- a/Textual-Inversion.md +++ b/Textual-Inversion.md @@ -42,6 +42,7 @@ Experimental support for training embeddings in user interface. - no preprocessing is done for images (except for resizing to 512x512), not even flip - you can interrupt and resume training without any loss of data (except for AdamW optimization parameters, but it seems none of existing repos save those anyway so the general opinion is they are not important) - no support for batch sizes or gradient accumulation +- it should not be possible to run this with `--lowvram` and `--medvram` flags. ## Third party repos I successfully trained embeddings using those repositories: