From 533736e135a62dabc2dc937f6b81c5929d245b12 Mon Sep 17 00:00:00 2001 From: mauwii Date: Mon, 10 Oct 2022 22:29:46 +0200 Subject: [PATCH] fix link to truncation_comparison.jpg in OTHER.md --- docs/features/OTHER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/OTHER.md b/docs/features/OTHER.md index 820b46c32d..b0f1b3f062 100644 --- a/docs/features/OTHER.md +++ b/docs/features/OTHER.md @@ -75,7 +75,7 @@ combination of integers and floating point numbers, and they do not need to add Two new options are the thresholding (`--threshold`) and the perlin noise initialization (`--perlin`) options. Thresholding limits the range of the latent values during optimization, which helps combat oversaturation with higher CFG scale values. Perlin noise initialization starts with a percentage (a value ranging from 0 to 1) of perlin noise mixed into the initial noise. Both features allow for more variations and options in the course of generating images. -For better intuition into what these options do in practice, [here is a graphic demonstrating them both](static/truncation_comparison.jpg) in use. In generating this graphic, perlin noise at initialization was programmatically varied going across on the diagram by values 0.0, 0.1, 0.2, 0.4, 0.5, 0.6, 0.8, 0.9, 1.0; and the threshold was varied going down from +For better intuition into what these options do in practice, [here is a graphic demonstrating them both](../assets/truncation_comparison.jpg) in use. In generating this graphic, perlin noise at initialization was programmatically varied going across on the diagram by values 0.0, 0.1, 0.2, 0.4, 0.5, 0.6, 0.8, 0.9, 1.0; and the threshold was varied going down from 0, 1, 2, 3, 4, 5, 10, 20, 100. The other options are fixed, so the initial prompt is as follows (no thresholding or perlin noise): ```