hyoungwoncho commited on
Commit
f549903
1 Parent(s): f3e3fe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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). StableDiffusionPAGPipeline is a modification of StableDiffusionPipeline to support Perturbed-Attention Guidance (PAG).
19
 
20
  ## Quickstart
21
 
22
- Load StableDiffusionPAGPipeline as below:
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