Spaces:
Runtime error
Runtime error
Commit
·
1d01aec
1
Parent(s):
f96515c
Update app.py
Browse filesFixed a broken link
app.py
CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as demo:
|
|
79 |
<h1>Osenayan Mix</h1>
|
80 |
</div>
|
81 |
<p>
|
82 |
-
Demo for <a href="https://huggingface.co/Duskfallcrew/Osenayan_Mix">Osenayan Mix</a> Stable Diffusion model. We stream a lot of our testing on <a href="https://www.twitch.tv/duskfallcrew"> Twitch </a>. Any chance you can spare a coffee or three? <a href="https://ko-fi.com/DUSKFALLcrew">Ko-Fi Anyone?</a>. Request image gens via our <a href="https://www.pixiv.net/en/users/70748346"> Pixiv</a>. Hang with us on discord: <a href="https://discord.gg/Da7s8d3KJ7"> Earth & Dusk Discord
|
83 |
{"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
|
84 |
</p>
|
85 |
Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/Duskfallcrew/Osenayan_Mix/settings'>Settings</a></b>"} after duplicating the space<br><br>
|
|
|
79 |
<h1>Osenayan Mix</h1>
|
80 |
</div>
|
81 |
<p>
|
82 |
+
Demo for <a href="https://huggingface.co/Duskfallcrew/Osenayan_Mix">Osenayan Mix</a> Stable Diffusion model. We stream a lot of our testing on <a href="https://www.twitch.tv/duskfallcrew"> Twitch </a>. Any chance you can spare a coffee or three? <a href="https://ko-fi.com/DUSKFALLcrew">Ko-Fi Anyone?</a>. Request image gens via our <a href="https://www.pixiv.net/en/users/70748346"> Pixiv</a>. Hang with us on discord: <a href="https://discord.gg/Da7s8d3KJ7"> Earth & Dusk Discord </a>. No tokens are required. <br>
|
83 |
{"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
|
84 |
</p>
|
85 |
Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU 🥶</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/Duskfallcrew/Osenayan_Mix/settings'>Settings</a></b>"} after duplicating the space<br><br>
|