Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
e2482a3
1
Parent(s):
deb2ee0
fix paper reference
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ css = """
|
|
| 187 |
title = """<h1 align="center">Mixture-of-Diffusers for SDXL Tiling Pipeline🤗</h1>
|
| 188 |
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
|
| 189 |
<span>This <a href="https://github.com/DEVAIEXP/mixture-of-diffusers-sdxl-tiling">project</a> implements a SDXL tiling pipeline based on the original project: <a href='https://github.com/albarji/mixture-of-diffusers'>Mixture-of-Diffusers</a>. For more information, see the:
|
| 190 |
-
<a href="https://arxiv.org/pdf/
|
| 191 |
</div>
|
| 192 |
"""
|
| 193 |
|
|
|
|
| 187 |
title = """<h1 align="center">Mixture-of-Diffusers for SDXL Tiling Pipeline🤗</h1>
|
| 188 |
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
|
| 189 |
<span>This <a href="https://github.com/DEVAIEXP/mixture-of-diffusers-sdxl-tiling">project</a> implements a SDXL tiling pipeline based on the original project: <a href='https://github.com/albarji/mixture-of-diffusers'>Mixture-of-Diffusers</a>. For more information, see the:
|
| 190 |
+
<a href="https://arxiv.org/pdf/2302.02412">📜 paper </a>
|
| 191 |
</div>
|
| 192 |
"""
|
| 193 |
|