Commit
•
715e74d
1
Parent(s):
b70e3a2
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,8 @@ tags:
|
|
16 |
[Project](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/) / [arXiv](https://arxiv.org/abs/2403.17377) / [GitHub](https://github.com/KU-CVLAB/Perturbed-Attention-Guidance)
|
17 |
|
18 |
This repository is based on [Diffusers](https://huggingface.co/docs/diffusers/index). The pipeline is a modification of StableDiffusionXLPipeline to add Perturbed-Attention Guidance (PAG).
|
19 |
-
|
|
|
20 |
|
21 |
## Quickstart
|
22 |
|
@@ -71,4 +72,4 @@ output = pipe(
|
|
71 |
|
72 |
## Stable Diffusion XL Demo
|
73 |
|
74 |
-
|
|
|
16 |
[Project](https://ku-cvlab.github.io/Perturbed-Attention-Guidance/) / [arXiv](https://arxiv.org/abs/2403.17377) / [GitHub](https://github.com/KU-CVLAB/Perturbed-Attention-Guidance)
|
17 |
|
18 |
This repository is based on [Diffusers](https://huggingface.co/docs/diffusers/index). The pipeline is a modification of StableDiffusionXLPipeline to add Perturbed-Attention Guidance (PAG).
|
19 |
+
|
20 |
+
The original Perturbed-Attention Guidance for unconditional models and SD1.5 by [Hyoungwon Cho](https://huggingface.co/hyoungwoncho) is availiable at [hyoungwoncho/sd_perturbed_attention_guidance](https://huggingface.co/hyoungwoncho/sd_perturbed_attention_guidance)
|
21 |
|
22 |
## Quickstart
|
23 |
|
|
|
72 |
|
73 |
## Stable Diffusion XL Demo
|
74 |
|
75 |
+
Soon
|