TenPoisk
commited on
Commit
Β·
e74d0b0
1
Parent(s):
ae25053
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
#import library
|
2 |
import gradio as gr
|
3 |
|
|
|
|
|
|
|
4 |
#title of app
|
5 |
title = "SD.UI V1.1"
|
6 |
|
@@ -21,4 +24,7 @@ article = \
|
|
21 |

|
22 |
"""
|
23 |
|
24 |
-
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article).launch()
|
|
|
|
|
|
|
|
1 |
#import library
|
2 |
import gradio as gr
|
3 |
|
4 |
+
#ready library install
|
5 |
+
print('β
οΈ All libraries installed!')
|
6 |
+
|
7 |
#title of app
|
8 |
title = "SD.UI V1.1"
|
9 |
|
|
|
24 |

|
25 |
"""
|
26 |
|
27 |
+
gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article).launch()
|
28 |
+
|
29 |
+
#ready rum space
|
30 |
+
print('π The app is ready to go!')
|