Skip to content

Commit 066bc1f

Browse files
committed
update
1 parent 5337162 commit 066bc1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/diffusers/guiders/perturbed_attention_guidance.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ class PerturbedAttentionGuidance(SkipLayerGuidance):
3131
Additional reading:
3232
- [Guiding a Diffusion Model with a Bad Version of Itself](https://huggingface.co/papers/2406.02507)
3333
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
34+
PAG is implemented as a specialization of the SkipLayerGuidance due to similarities in the configuration parameters
35+
and implementation details.
3736
3837
Args:
3938
guidance_scale (`float`, defaults to `7.5`):

0 commit comments

Comments
 (0)