Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
from utils.image2image import stable_diffusion_img2img
|
3 |
from utils.text2image import stable_diffusion_text2img
|
4 |
from utils.inpaint import stable_diffusion_inpaint
|
@@ -28,7 +27,7 @@ stable_negative_prompt_list = [
|
|
28 |
]
|
29 |
app = gr.Blocks()
|
30 |
with app:
|
31 |
-
gr.Markdown("# **<h2 align='center'>Stable Diffusion WebUI<h2>**")
|
32 |
gr.Markdown(
|
33 |
"""
|
34 |
<h5 style='text-align: center'>
|
|
|
|
|
1 |
from utils.image2image import stable_diffusion_img2img
|
2 |
from utils.text2image import stable_diffusion_text2img
|
3 |
from utils.inpaint import stable_diffusion_inpaint
|
|
|
27 |
]
|
28 |
app = gr.Blocks()
|
29 |
with app:
|
30 |
+
gr.Markdown("# **<h2 align='center'>Stable Diffusion + ControlNet WebUI<h2>**")
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
<h5 style='text-align: center'>
|