<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.backprop.fr/index.php?action=history&amp;feed=atom&amp;title=Classifier_Free_Guidance</id>
	<title>Classifier Free Guidance - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.backprop.fr/index.php?action=history&amp;feed=atom&amp;title=Classifier_Free_Guidance"/>
	<link rel="alternate" type="text/html" href="http://wiki.backprop.fr/index.php?title=Classifier_Free_Guidance&amp;action=history"/>
	<updated>2026-05-09T14:20:38Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://wiki.backprop.fr/index.php?title=Classifier_Free_Guidance&amp;diff=24&amp;oldid=prev</id>
		<title>Jboscher : Page créée avec « By default, the model doesn&#039;t often do what we ask. If we want it to follow the prompt better, we use a hack called CFG. There&#039;s a good explanation in this video (AI coffee break GLIDE). In the code, this comes down to us doing: noise_pred = noise_pred_uncond + guidance_scale * (noise_pred_text - noise_pred_uncond) This works suprisingly well :) Explore changing the guidance_scale in the code above and see how this affects the results. How high can you push it be... »</title>
		<link rel="alternate" type="text/html" href="http://wiki.backprop.fr/index.php?title=Classifier_Free_Guidance&amp;diff=24&amp;oldid=prev"/>
		<updated>2023-01-10T14:23:58Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « By default, the model doesn&amp;#039;t often do what we ask. If we want it to follow the prompt better, we use a hack called CFG. There&amp;#039;s a good explanation in this video (AI coffee break GLIDE). In the code, this comes down to us doing: noise_pred = noise_pred_uncond + guidance_scale * (noise_pred_text - noise_pred_uncond) This works suprisingly well :) Explore changing the guidance_scale in the code above and see how this affects the results. How high can you push it be... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;By default, the model doesn&amp;#039;t often do what we ask. If we want it to follow the prompt better, we use a hack called CFG. There&amp;#039;s a good explanation in this video (AI coffee break GLIDE).&lt;br /&gt;
In the code, this comes down to us doing:&lt;br /&gt;
noise_pred = noise_pred_uncond + guidance_scale * (noise_pred_text - noise_pred_uncond)&lt;br /&gt;
This works suprisingly well :) Explore changing the guidance_scale in the code above and see how this affects the results. How high can you push it before the results get worse?&lt;/div&gt;</summary>
		<author><name>Jboscher</name></author>
	</entry>
</feed>