From 26e4bca3dbbefb528ea2cb7a6d07540428d6c373 Mon Sep 17 00:00:00 2001 From: scraed Date: Sat, 30 Dec 2023 23:54:25 +0800 Subject: [PATCH] typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 151166bb..f130306c 100644 --- a/index.html +++ b/index.html @@ -201,7 +201,7 @@

How characteristic guidance works

MY ALT TEXT

- In comparing classifier-free guidance with characteristic guidance, we examine their behavior during the sampling process at time t. Classifier-free guidance applies a linear combination of positive and negative prompts at a given point along the sampling trajectory. This approach, however, does not adhere to the non-linear dynamics of the Fokker-Planck equation. On the other hand, characteristic guidance leverages the characteristic line of the Fokker-Planck equation, effectively bring the linear combination back to the initial time (t=0). At this point, the Fokker-Planck equation permits linear combinations, thus ensuring that characteristic guidance adheres to the equation’s constraints.. + In comparing classifier-free guidance with characteristic guidance, we examine their behavior during the sampling process at time t. Classifier-free guidance applies a linear combination of positive and negative prompts at a given point along the sampling trajectory. This approach, however, does not adhere to the non-linear dynamics of the Fokker-Planck equation. On the other hand, characteristic guidance leverages the characteristic line of the Fokker-Planck equation, effectively bring the linear combination back to the initial time (t=0). At this point, the Fokker-Planck equation permits linear combinations, thus ensuring that characteristic guidance adheres to the equation’s constraints.