elismasilva commited on
Commit
86f94b1
Β·
1 Parent(s): bb42522

fix paper reference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/2408.06072">πŸ“œ 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>
 
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>