elismasilva commited on
Commit
cec84ff
Β·
1 Parent(s): 923fd8e

fixing headers

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ body {
177
  title = """<h1 align="center">MoD ControlNet Tile Upscaler for SDXLπŸ€—</h1>
178
  <div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
179
  <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>
180
- <span>πŸ’» <b><a href="https://github.com/DEVAIEXP/mod-control-tile-upscaler-sdxl">GitHub Code</a></b>
181
  <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>
182
  <span>🎨 <b>RealVisXL V5.0 for Stunning Visuals!</b> Explore it here: <a href="https://huggingface.co/SG161222/RealVisXL_V5.0">RealVisXL</a></span>
183
  </div>
 
177
  title = """<h1 align="center">MoD ControlNet Tile Upscaler for SDXLπŸ€—</h1>
178
  <div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow:hidden;">
179
  <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>
180
+ <span>πŸ’» <a href="https://github.com/DEVAIEXP/mod-control-tile-upscaler-sdxl">GitHub Code</a></span>
181
  <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>
182
  <span>🎨 <b>RealVisXL V5.0 for Stunning Visuals!</b> Explore it here: <a href="https://huggingface.co/SG161222/RealVisXL_V5.0">RealVisXL</a></span>
183
  </div>