Spaces:
Runtime error
Runtime error
Riccardo Giorato
commited on
Commit
•
3e7216e
1
Parent(s):
06568b4
beksinski
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ class Model:
|
|
17 |
models = [
|
18 |
Model("Beeple", "riccardogiorato/beeple-diffusion", "beeple style "),
|
19 |
Model("Avatar", "riccardogiorato/avatar-diffusion", "avatartwow style "),
|
|
|
20 |
]
|
21 |
|
22 |
last_mode = "txt2img"
|
@@ -176,8 +177,9 @@ with gr.Blocks(css=css) as demo:
|
|
176 |
</div>
|
177 |
<p>
|
178 |
Demo for multiple fine-tuned Stable Diffusion models, trained on different styles: <br>
|
179 |
-
<a href="https://huggingface.co/riccardogiorato/avatar-diffusion">Avatar</a
|
180 |
-
<a href="https://huggingface.co/riccardogiorato/beeple-diffusion">Beeple</a
|
|
|
181 |
Diffusers 🧨 SD model hosted on HuggingFace 🤗.
|
182 |
</p>
|
183 |
Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
|
|
17 |
models = [
|
18 |
Model("Beeple", "riccardogiorato/beeple-diffusion", "beeple style "),
|
19 |
Model("Avatar", "riccardogiorato/avatar-diffusion", "avatartwow style "),
|
20 |
+
Model("Beksinski", "s3nh/beksinski-style-stable-diffusion", "beksinski style"),
|
21 |
]
|
22 |
|
23 |
last_mode = "txt2img"
|
|
|
177 |
</div>
|
178 |
<p>
|
179 |
Demo for multiple fine-tuned Stable Diffusion models, trained on different styles: <br>
|
180 |
+
<a href="https://huggingface.co/riccardogiorato/avatar-diffusion">Avatar</a>,<br/>
|
181 |
+
<a href="https://huggingface.co/riccardogiorato/beeple-diffusion">Beeple</a>,<br/>
|
182 |
+
<a href="https://huggingface.co/s3nh/beksinski-style-stable-diffusion">Beksinski</a>,<br/>
|
183 |
Diffusers 🧨 SD model hosted on HuggingFace 🤗.
|
184 |
</p>
|
185 |
Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|