hyoungwoncho
commited on
Commit
•
b8ebba8
1
Parent(s):
77c969a
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,9 @@ tags:
|
|
13 |
|
14 |
[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)
|
15 |
|
16 |
-
This repository is based on [Diffusers](https://huggingface.co/docs/diffusers/index).
|
|
|
|
|
17 |
|
18 |
## Quickstart
|
19 |
|
|
|
13 |
|
14 |
[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)
|
15 |
|
16 |
+
This repository is based on [Diffusers](https://huggingface.co/docs/diffusers/index).
|
17 |
+
|
18 |
+
The pipeline is a modification of StableDiffusionPipeline to support super-resolution with Perturbed-Attention Guidance (PAG). Please refer to "Image-to-upscaler-to-super-resolution" section of an [official document](https://huggingface.co/docs/diffusers/using-diffusers/img2img) for details.
|
19 |
|
20 |
## Quickstart
|
21 |
|