From 148a1d1c1c173136e0d3cbeaa0384a7d16fa7451 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 31 Aug 2023 19:40:01 +0530 Subject: [PATCH] Updated Embeddings (markdown) --- Embeddings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Embeddings.md b/Embeddings.md index 6e632d6..c8569c5 100644 --- a/Embeddings.md +++ b/Embeddings.md @@ -1,4 +1,4 @@ -Embeddings (or *textual inversion embeddings*) are small models that can teach the AI new words (along with their meaning). This is useful if you want the AI to draw specific concepts, or faces, or things. It's also useful if you want the AI to *avoid* specific concepts or things. +**Embeddings** (or *textual inversion embeddings*) are small models that can teach the AI new words (along with their meaning). This is useful if you want the AI to draw specific concepts, or faces, or things. It's also useful if you want the AI to *avoid* specific concepts or things. An embedding can be used as a word in the prompt (or negative prompt) used to make an image. You can use multiple embeddings in the same prompt.