TenPoisk
commited on
Commit
Β·
8e5bd15
1
Parent(s):
45e0506
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
@@ -45,4 +45,28 @@ article = \
|
|
45 |
#ready rum space
|
46 |
print('π The app is ready to go!')
|
47 |
|
48 |
-
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
#ready rum space
|
46 |
print('π The app is ready to go!')
|
47 |
|
48 |
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
|
69 |
+
|
70 |
+
#models
|
71 |
+
print("runwayml/stable-diffusion-v1-5")
|
72 |
+
print("stabilityai/stable-diffusion-2-1")
|