We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5337162 commit 066bc1fCopy full SHA for 066bc1f
src/diffusers/guiders/perturbed_attention_guidance.py
@@ -31,9 +31,8 @@ class PerturbedAttentionGuidance(SkipLayerGuidance):
31
Additional reading:
32
- [Guiding a Diffusion Model with a Bad Version of Itself](https://huggingface.co/papers/2406.02507)
33
34
- PAG is implemented as a specialization of the SkipLayerGuidance implementation due to similarities in the
35
- configuration parameters and implementation details. However, it should be noted that PAG was published prior to
36
- SLG becoming
+ PAG is implemented as a specialization of the SkipLayerGuidance due to similarities in the configuration parameters
+ and implementation details.
37
38
Args:
39
guidance_scale (`float`, defaults to `7.5`):
0 commit comments