hyoungwoncho
commited on
Commit
•
f549903
1
Parent(s):
f3e3fe8
Update README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ tags:
|
|
15 |
|
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).
|
19 |
|
20 |
## Quickstart
|
21 |
|
22 |
-
|
23 |
|
24 |
```
|
25 |
from diffusers import StableDiffusionPipeline
|
|
|
15 |
|
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 StableDiffusionPipeline to support Perturbed-Attention Guidance (PAG).
|
19 |
|
20 |
## Quickstart
|
21 |
|
22 |
+
Loading Custom Piepline:
|
23 |
|
24 |
```
|
25 |
from diffusers import StableDiffusionPipeline
|