From d4e20177f725f4f6698a0af4818777c64f0f1767 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 18 Sep 2022 13:37:48 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Features.md b/Features.md index 4e24b23..d5da4b8 100644 --- a/Features.md +++ b/Features.md @@ -145,8 +145,8 @@ See original site for details: https://textual-inversion.github.io/. I used lstein's repo for training embdedding: https://github.com/lstein/stable-diffusion; if you want to train your own, I recommend following the guide on his site. -To make use of pretrained embeddings, create `embeddings` directory in the root dir of Stable -Diffusion and put your embeddings into it. They must be .pt files about 5Kb in size, each with only +To make use of pretrained embeddings, create `embeddings` directory in the same directory as `webui.py` +and put your embeddings into it. They must be .pt files about 5Kb in size, each with only one trained embedding, and the filename (without .pt) will be the term you'd use in prompt to get that embedding.