From 3e5bc251ee9d5b809837ae2dcd7c139a18d63941 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 2 Oct 2022 22:47:49 +0300 Subject: [PATCH] Updated Textual Inversion (markdown) --- Textual-Inversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Textual-Inversion.md b/Textual-Inversion.md index 117a918..f1ad8d6 100644 --- a/Textual-Inversion.md +++ b/Textual-Inversion.md @@ -68,7 +68,7 @@ This takes images from a directory, processes them to be ready for textual inver - **Prompt template file**: text file with prompts, one per line, for training the model on. See files in directory `textual_inversion_templates` for what you can do with those. Following tags can be used in the file: - `[name]`: the name of embedding - `[filewords]`: words from the file name of the image from the dataset, separated by spaces. -- **Max steps**: training will reach after this many steps have been completed. A step is when one picture (or one batch of pictures, but batches are currently not supported) is shown to the model and is used to improve embedding. +- **Max steps**: training will stop after this many steps have been completed. A step is when one picture (or one batch of pictures, but batches are currently not supported) is shown to the model and is used to improve embedding. if you interrupt training and resume it at a later date, the number of steps is preserved. ## Third party repos I successfully trained embeddings using those repositories: