Spaces:
Runtime error
Runtime error
Commit
Β·
a6d4e36
1
Parent(s):
7cb93bd
fix v1.4
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ class Model:
|
|
| 37 |
|
| 38 |
models = [
|
| 39 |
Model("Custom model", "", ""),
|
| 40 |
-
Model("Stable-Diffusion-v1.4", "
|
| 41 |
Model("Stable-Diffusion-v1.5", "runwayml/stable-diffusion-v1-5", "The 1.5 version of official stable-diffusion"),
|
| 42 |
Model("Arcane", "nitrosocke/Arcane-Diffusion", "arcane style "),
|
| 43 |
Model("Archer", "nitrosocke/archer-diffusion", "archer style "),
|
|
@@ -281,7 +281,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 281 |
|
| 282 |
gr.Markdown('''
|
| 283 |
Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@haruu1367](https://twitter.com/haruu1367), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. β€οΈ<br>
|
| 284 |
-
Space by: [
|
| 287 |
''')
|
|
|
|
| 37 |
|
| 38 |
models = [
|
| 39 |
Model("Custom model", "", ""),
|
| 40 |
+
Model("Stable-Diffusion-v1.4", "CompVis/stable-diffusion-v1-4", "The 1.4 version of official stable-diffusion"),
|
| 41 |
Model("Stable-Diffusion-v1.5", "runwayml/stable-diffusion-v1-5", "The 1.5 version of official stable-diffusion"),
|
| 42 |
Model("Arcane", "nitrosocke/Arcane-Diffusion", "arcane style "),
|
| 43 |
Model("Archer", "nitrosocke/archer-diffusion", "archer style "),
|
|
|
|
| 281 |
|
| 282 |
gr.Markdown('''
|
| 283 |
Models by [@nitrosocke](https://huggingface.co/nitrosocke), [@haruu1367](https://twitter.com/haruu1367), [@Helixngc7293](https://twitter.com/DGSpitzer) and others. β€οΈ<br>
|
| 284 |
+
Space by: [](https://twitter.com/ChengLu05671218)
|
| 285 |
|
| 286 |

|
| 287 |
''')
|