Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ class Model:
|
|
56 |
|
57 |
models = [
|
58 |
# Model("anything v3", "Linaqruf/anything-v3.0", "anything v3 style"),
|
59 |
-
Model("anything
|
60 |
]
|
61 |
# Model("Spider-Verse", "nitrosocke/spider-verse-diffusion", "spiderverse style "),
|
62 |
# Model("Balloon Art", "Fictiverse/Stable_Diffusion_BalloonArt_Model", "BalloonArt "),
|
@@ -597,5 +597,5 @@ with gr.Blocks(css=css) as demo:
|
|
597 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
598 |
|
599 |
if not is_colab:
|
600 |
-
demo.queue(concurrency_count=
|
601 |
demo.launch(debug=is_colab, enable_queue=True, share=is_colab)
|
|
|
56 |
|
57 |
models = [
|
58 |
# Model("anything v3", "Linaqruf/anything-v3.0", "anything v3 style"),
|
59 |
+
Model("anything v5", "stablediffusionapi/anything-v5", "anything v5 style"),
|
60 |
]
|
61 |
# Model("Spider-Verse", "nitrosocke/spider-verse-diffusion", "spiderverse style "),
|
62 |
# Model("Balloon Art", "Fictiverse/Stable_Diffusion_BalloonArt_Model", "BalloonArt "),
|
|
|
597 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
598 |
|
599 |
if not is_colab:
|
600 |
+
demo.queue(concurrency_count=2)
|
601 |
demo.launch(debug=is_colab, enable_queue=True, share=is_colab)
|