From ed37e7f089368dc981d711faae58864c9fc11ff2 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Mon, 7 Nov 2022 06:15:51 +0000 Subject: [PATCH] create composable diffusion section --- Features.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Features.md b/Features.md index ee09da6..6117979 100644 --- a/Features.md +++ b/Features.md @@ -366,6 +366,22 @@ A convenience option to partially render your image at a lower resolution, upsca |  |  | |  |  | +# Composable Diffusion + +A method to allow the combination of multiple prompts. +combine prompts using an uppercase AND + + a cat AND a dog + +Supports weights for prompts: `a cat :1.2 AND a dog AND a penguin :2.2` +The default weight value is 1. +It can be quite useful for combining multiple embeddings to your result: `creature_embedding in the woods:0.7 AND arcane_embedding:0.5 AND glitch_embedding:0.2` + +Using a value lower than 0.1 will barely have an effect. `a cat AND a dog:0.03` will produce basically the same output as `a cat` + +This could be handy for generating fine-tuned recursive variations, by continuing to append more prompts to your total. `creature_embedding on log AND frog:0.13 AND yellow eyes:0.08` + + # Interrupt Press the Interrupt button to stop current processing.