Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
9b54e29
1
Parent(s):
fe56be9
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ models = [
|
|
11 |
{"name": "SD ComVis 1.2","url": "CompVis/stable-diffusion-v1-2"},
|
12 |
{"name": "SD Comvis 1.4","url": "CompVis/stable-diffusion-v1-4"},
|
13 |
{"name": "SD runawayml 1.5","url": "runwayml/stable-diffusion-v1-5"},
|
14 |
-
{"name": "SD
|
15 |
{"name": "SD Dreamshaper-Anime","url": "Lykon/DreamShaper"},
|
16 |
]
|
17 |
|
@@ -81,6 +81,7 @@ with gr.Blocks (css ='main.css') as myface:
|
|
81 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic2])
|
82 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic3])
|
83 |
|
84 |
-
title="Daylight (SD) On Articlera.com ",
|
|
|
85 |
myface.queue(concurrency_count=200)
|
86 |
myface.launch(inline=True, max_threads=400)
|
|
|
11 |
{"name": "SD ComVis 1.2","url": "CompVis/stable-diffusion-v1-2"},
|
12 |
{"name": "SD Comvis 1.4","url": "CompVis/stable-diffusion-v1-4"},
|
13 |
{"name": "SD runawayml 1.5","url": "runwayml/stable-diffusion-v1-5"},
|
14 |
+
{"name": "SD stable-diffusion xl base 1.0","url": "stabilityai/stable-diffusion-xl-base-1.0"},
|
15 |
{"name": "SD Dreamshaper-Anime","url": "Lykon/DreamShaper"},
|
16 |
]
|
17 |
|
|
|
81 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic2])
|
82 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic3])
|
83 |
|
84 |
+
title="Daylight (SD) On Articlera.com ",
|
85 |
+
article="This App is online on Our site https://www.articlera.com",
|
86 |
myface.queue(concurrency_count=200)
|
87 |
myface.launch(inline=True, max_threads=400)
|