Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
296d048
1
Parent(s):
5764403
update title description
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ css = """
|
|
185 |
"""
|
186 |
title = """<h1 align="center">Mixture-of-Diffusers for SDXL Tiling Pipeline🤗</h1>
|
187 |
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
|
188 |
-
<span>This project implements
|
189 |
<a href="https://arxiv.org/pdf/2408.06072">📜 paper </a>
|
190 |
</div>
|
191 |
"""
|
|
|
185 |
"""
|
186 |
title = """<h1 align="center">Mixture-of-Diffusers for SDXL Tiling Pipeline🤗</h1>
|
187 |
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
|
188 |
+
<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:
|
189 |
<a href="https://arxiv.org/pdf/2408.06072">📜 paper </a>
|
190 |
</div>
|
191 |
"""
|