Spaces:
Running
on
Zero
Running
on
Zero
kayfahaarukku
commited on
Commit
•
2cada81
1
Parent(s):
7185cf4
Explained parameter box
Browse files
app.py
CHANGED
@@ -87,8 +87,13 @@ with gr.Blocks(title="UrangDiffusion 1.0 Demo", theme="NoCrypt/miku@1.2.1") as d
|
|
87 |
|
88 |
with gr.Column():
|
89 |
output_image = gr.Image(type="pil", label="Generated Image")
|
90 |
-
with gr.Accordion("
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
92 |
gr.Markdown(
|
93 |
"""
|
94 |
### Recommended prompt formatting:
|
|
|
87 |
|
88 |
with gr.Column():
|
89 |
output_image = gr.Image(type="pil", label="Generated Image")
|
90 |
+
with gr.Accordion("Parameters", open=False):
|
91 |
+
gr.Markdown(
|
92 |
+
"""
|
93 |
+
This parameter is compatible with Stable Diffusion WebUI's parameter importer.
|
94 |
+
"""
|
95 |
+
)
|
96 |
+
metadata_textbox = gr.Textbox(lines=6, label="Image Parameters", interactive=False, max_lines=6)
|
97 |
gr.Markdown(
|
98 |
"""
|
99 |
### Recommended prompt formatting:
|