From e50423426bfaf0e98dcad4f9bed2698fd91aebe0 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Thu, 13 Oct 2022 14:22:36 +0300 Subject: [PATCH] Updated Textual Inversion (markdown) --- Textual-Inversion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Textual-Inversion.md b/Textual-Inversion.md index db2028e..a7ceb6c 100644 --- a/Textual-Inversion.md +++ b/Textual-Inversion.md @@ -1,7 +1,7 @@ # What is Textual Inversion? -Textual Inversion allows you to train a tiny part of the neural network on your own pictures, and use results when generating new ones. +Textual Inversion allows you to train a tiny part of the neural network on your own pictures, and use results when generating new ones. In this context, embedding is the name of the tiny bit of the neural network you trained. -The result of training is a .pt or a .bin file (former is the format used by original author, latter is by the diffusers library). +The result of the training is a .pt or a .bin file (former is the format used by original author, latter is by the diffusers library) with the embedding in it. See original site for more details about what textual inversion is: https://textual-inversion.github.io/.