Spaces:
Runtime error
Runtime error
SUPERSHANKY
commited on
Commit
•
7148299
1
Parent(s):
ab5d764
Update app.py
Browse files
app.py
CHANGED
@@ -329,19 +329,19 @@ def replace_nsfw_images(results):
|
|
329 |
with gr.Blocks(css="style.css") as demo:
|
330 |
gr.HTML(
|
331 |
f"""
|
332 |
-
<div class="
|
333 |
<div>
|
334 |
-
<h1>Finetuned Diffusion</h1>
|
335 |
</div>
|
336 |
<p>
|
337 |
Demo for multiple fine-tuned Stable Diffusion models, trained on different styles: <br>
|
338 |
<a href="https://huggingface.co/nitrosocke/Arcane-Diffusion">Arcane</a>, <a href="https://huggingface.co/nitrosocke/archer-diffusion">Archer</a>, <a href="https://huggingface.co/nitrosocke/elden-ring-diffusion">Elden Ring</a>, <a href="https://huggingface.co/nitrosocke/spider-verse-diffusion">Spider-Verse</a>, <a href="https://huggingface.co/nitrosocke/mo-di-diffusion">Modern Disney</a>, <a href="https://huggingface.co/nitrosocke/classic-anim-diffusion">Classic Disney</a>, <a href="https://huggingface.co/dallinmackay/Van-Gogh-diffusion">Loving Vincent (Van Gogh)</a>, <a href="https://huggingface.co/nitrosocke/redshift-diffusion">Redshift renderer (Cinema4D)</a>, <a href="https://huggingface.co/prompthero/midjourney-v4-diffusion">Midjourney v4 style</a>, <a href="https://huggingface.co/hakurei/waifu-diffusion">Waifu</a>, <a href="https://huggingface.co/lambdalabs/sd-pokemon-diffusers">Pokémon</a>, <a href="https://huggingface.co/AstraliteHeart/pony-diffusion">Pony Diffusion</a>, <a href="https://huggingface.co/nousr/robo-diffusion">Robo Diffusion</a>, <a href="https://huggingface.co/DGSpitzer/Cyberpunk-Anime-Diffusion">Cyberpunk Anime</a>, <a href="https://huggingface.co/dallinmackay/Tron-Legacy-diffusion">Tron Legacy</a>, <a href="https://huggingface.co/Fictiverse/Stable_Diffusion_BalloonArt_Model">Balloon Art</a> + in colab notebook you can load any other Diffusers 🧨 SD model hosted on HuggingFace 🤗.
|
339 |
</p>
|
340 |
-
<p>You can skip the queue and load custom models in the colab: <a href="https://colab.research.google.com/gist/
|
341 |
Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
342 |
</p>
|
343 |
<p>You can also duplicate this space and upgrade to gpu by going to settings:<br>
|
344 |
-
<a style="display:inline-block" href="https://huggingface.co/spaces/
|
345 |
</div>
|
346 |
"""
|
347 |
)
|
|
|
329 |
with gr.Blocks(css="style.css") as demo:
|
330 |
gr.HTML(
|
331 |
f"""
|
332 |
+
<div class="Finetuned-Diffusion-Max-div">
|
333 |
<div>
|
334 |
+
<h1>Finetuned Diffusion Max</h1>
|
335 |
</div>
|
336 |
<p>
|
337 |
Demo for multiple fine-tuned Stable Diffusion models, trained on different styles: <br>
|
338 |
<a href="https://huggingface.co/nitrosocke/Arcane-Diffusion">Arcane</a>, <a href="https://huggingface.co/nitrosocke/archer-diffusion">Archer</a>, <a href="https://huggingface.co/nitrosocke/elden-ring-diffusion">Elden Ring</a>, <a href="https://huggingface.co/nitrosocke/spider-verse-diffusion">Spider-Verse</a>, <a href="https://huggingface.co/nitrosocke/mo-di-diffusion">Modern Disney</a>, <a href="https://huggingface.co/nitrosocke/classic-anim-diffusion">Classic Disney</a>, <a href="https://huggingface.co/dallinmackay/Van-Gogh-diffusion">Loving Vincent (Van Gogh)</a>, <a href="https://huggingface.co/nitrosocke/redshift-diffusion">Redshift renderer (Cinema4D)</a>, <a href="https://huggingface.co/prompthero/midjourney-v4-diffusion">Midjourney v4 style</a>, <a href="https://huggingface.co/hakurei/waifu-diffusion">Waifu</a>, <a href="https://huggingface.co/lambdalabs/sd-pokemon-diffusers">Pokémon</a>, <a href="https://huggingface.co/AstraliteHeart/pony-diffusion">Pony Diffusion</a>, <a href="https://huggingface.co/nousr/robo-diffusion">Robo Diffusion</a>, <a href="https://huggingface.co/DGSpitzer/Cyberpunk-Anime-Diffusion">Cyberpunk Anime</a>, <a href="https://huggingface.co/dallinmackay/Tron-Legacy-diffusion">Tron Legacy</a>, <a href="https://huggingface.co/Fictiverse/Stable_Diffusion_BalloonArt_Model">Balloon Art</a> + in colab notebook you can load any other Diffusers 🧨 SD model hosted on HuggingFace 🤗.
|
339 |
</p>
|
340 |
+
<p>You can skip the queue and load custom models in the colab: <a href="https://colab.research.google.com/gist/shanks125/ea9bf3a133ce53f2c7c31884a1473d80/copy-of-fine-tuned-diffusion-gradio.ipynb"><img data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667"></a></p>
|
341 |
Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
342 |
</p>
|
343 |
<p>You can also duplicate this space and upgrade to gpu by going to settings:<br>
|
344 |
+
<a style="display:inline-block" href="https://huggingface.co/spaces/SUPERSHANKY/Finetuned_Diffusion_Max/?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></p>
|
345 |
</div>
|
346 |
"""
|
347 |
)
|