Spaces:
Runtime error
Runtime error
TenPoisk
commited on
Commit
·
b1c6033
1
Parent(s):
72177c5
Update sd.py
Browse files
sd.py
CHANGED
@@ -23,4 +23,6 @@ theme = gr.themes.Monochrome(
|
|
23 |
font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
24 |
)
|
25 |
|
26 |
-
|
|
|
|
|
|
23 |
font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
24 |
)
|
25 |
|
26 |
+
#models: runwayml/stable-diffusion-v1-5, stabilityai/stable-diffusion-2-1-base
|
27 |
+
|
28 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme=theme).launch(share=True)
|