From 9274764ce6a8a010bab6bdad40403e85aad3a190 Mon Sep 17 00:00:00 2001
From: TSC <112517630+LucianoCirino@users.noreply.github.com>
Date: Sat, 21 Oct 2023 10:19:36 -0500
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index d5c8eb7..fff91e8 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Efficiency Nodes for ComfyUI
@@ -76,10 +76,10 @@ Efficiency Nodes for ComfyUI
Noise Control
- This node gives the user the ability to manipulate noise sources in a variety of ways, such as the sampling's RNG source.
- - The CFG Denoiser noise hijack setting developed by smZ that allows you to closer mimic Automatic1111 style generations.
+ - The CFG Denoiser noise hijack was developed by smZ, it allows you to get closer recreating Automatic1111 results.
Note: The CFG Denoiser does not work with a variety of conditioning types such as ControlNet & GLIGEN
- - Allows you to add noise Seed Variations to your generations.
- - For trying to replicate Automatic1111 images, this node will help you achieve it. Encode your prompt using "length+mean" token normalization with "A1111" weight interpretation, set the Noise Control Script node's rng_source to "gpu", and turn the CFG Denoiser to true.
+ - This node also allows you to add noise Seed Variations to your generations.
+ - For trying to replicate Automatic1111 images, this node will help you achieve it. Encode your prompt using "length+mean"
token_normalization with "A1111" weight_interpretation, set the Noise Control Script node's rng_source to "gpu", and turn the cfg_denoiser to true.