Commit
•
73fa0da
1
Parent(s):
e239470
Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,11 @@ tags:
|
|
12 |
# Perturbed-Attention Guidance for SDXL
|
13 |
|
14 |
<div style="display:flex">
|
15 |
-
<video loop>
|
16 |
-
<source src="pag_sdxl.mp4" type="video/mp4">
|
17 |
</video>
|
18 |
-
<video loop>
|
19 |
-
<source src="pag_uncond.mp4" type="video/mp4">
|
20 |
</video>
|
21 |
</div>
|
22 |
|
|
|
12 |
# Perturbed-Attention Guidance for SDXL
|
13 |
|
14 |
<div style="display:flex">
|
15 |
+
<video width=50% autoplay loop>
|
16 |
+
<source src="https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance/resolve/main/pag_sdxl.mp4" type="video/mp4">
|
17 |
</video>
|
18 |
+
<video width=50% autoplay loop>
|
19 |
+
<source src="https://huggingface.co/multimodalart/sdxl_perturbed_attention_guidance/resolve/main/pag_uncond.mp4" type="video/mp4">
|
20 |
</video>
|
21 |
</div>
|
22 |
|