Commit
·
d848583
1
Parent(s):
054afae
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ css = """
|
|
175 |
|
176 |
with gr.Blocks(theme = theme, css = css) as demo:
|
177 |
gr.Markdown("# Stable Diffusion XL")
|
178 |
-
gr.Markdown("<p>This is an unoffical demo for Stable Diffusion XL, which is the latest stable diffusion model released by Stability AI. The main features include Next-level photorealism capabilities,
|
179 |
gr.Markdown(""" Please refer to [the official website](https://stability.ai/stable-diffusion) for further information""")
|
180 |
api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
|
181 |
|
|
|
175 |
|
176 |
with gr.Blocks(theme = theme, css = css) as demo:
|
177 |
gr.Markdown("# Stable Diffusion XL")
|
178 |
+
gr.Markdown("<p>This is an unoffical demo for Stable Diffusion XL, which is the latest stable diffusion model released by Stability AI. The main features include Next-level photorealism capabilities, image composition and face generation, use of shorter prompts to create descriptive imagery, greater capability to produce legible text and rich visuals and jaw-dropping aesthetics</p>")
|
179 |
gr.Markdown(""" Please refer to [the official website](https://stability.ai/stable-diffusion) for further information""")
|
180 |
api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
|
181 |
|