Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
86f94b1
1
Parent(s):
bb42522
fix paper reference
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ body {
|
|
197 |
"""
|
198 |
title = """<h1 align="center">MoD ControlNet Tile Upscaler for SDXLπ€</h1>
|
199 |
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
|
200 |
-
<span>This project implements the <a href="https://arxiv.org/pdf/
|
201 |
<span>π» <a href="https://github.com/DEVAIEXP/mod-control-tile-upscaler-sdxl">GitHub Code</a></span>
|
202 |
<span>π <b>Controlnet Union Power!</b> Check out the model: <a href="https://huggingface.co/xinsir/controlnet-union-sdxl-1.0">Controlnet Union</a></span>
|
203 |
<span>π¨ <b>RealVisXL V5.0 for Stunning Visuals!</b> Explore it here: <a href="https://huggingface.co/SG161222/RealVisXL_V5.0">RealVisXL</a></span>
|
|
|
197 |
"""
|
198 |
title = """<h1 align="center">MoD ControlNet Tile Upscaler for SDXLπ€</h1>
|
199 |
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
|
200 |
+
<span>This project implements the <a href="https://arxiv.org/pdf/2302.02412">π MoD (Mixture-of-Diffusers)</a> tiled diffusion technique and combines it with SDXL's ControlNet Tile process.</span>
|
201 |
<span>π» <a href="https://github.com/DEVAIEXP/mod-control-tile-upscaler-sdxl">GitHub Code</a></span>
|
202 |
<span>π <b>Controlnet Union Power!</b> Check out the model: <a href="https://huggingface.co/xinsir/controlnet-union-sdxl-1.0">Controlnet Union</a></span>
|
203 |
<span>π¨ <b>RealVisXL V5.0 for Stunning Visuals!</b> Explore it here: <a href="https://huggingface.co/SG161222/RealVisXL_V5.0">RealVisXL</a></span>
|