From 4f19d70e0e492cbc37d7c2255157965e415dcc07 Mon Sep 17 00:00:00 2001 From: wyrde Date: Thu, 4 May 2023 17:57:10 -0400 Subject: [PATCH] note --- basics/building-up/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basics/building-up/README.md b/basics/building-up/README.md index fbc6887..446c7c2 100644 --- a/basics/building-up/README.md +++ b/basics/building-up/README.md @@ -358,6 +358,11 @@ There is no space between `embedding:` and `EasyNegative`, it is all one "word." Embeddings can be placed in positive or negative prompts, as desired. Much like lora, trigger words aren't strictly neceessary, but can add additional "weight" to the prompt. + ## Clip Skip (Still writing this)