Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
09c04a7
1
Parent(s):
325dc62
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(css=css) as demo:
|
|
51 |
|
52 |
with gr.Column(elem_id="col-container"):
|
53 |
gr.Markdown(f"""# DarkIdol-flux-v1.1
|
54 |
-
DarkIdol-flux-v1.1 is a text-to-image AI model designed to create aesthetic, detailed and diverse images from textual prompts in just
|
55 |
""")
|
56 |
|
57 |
with gr.Row():
|
@@ -106,7 +106,7 @@ DarkIdol-flux-v1.1 is a text-to-image AI model designed to create aesthetic, det
|
|
106 |
minimum=1,
|
107 |
maximum=50,
|
108 |
step=1,
|
109 |
-
value=
|
110 |
)
|
111 |
|
112 |
gr.Examples(
|
|
|
51 |
|
52 |
with gr.Column(elem_id="col-container"):
|
53 |
gr.Markdown(f"""# DarkIdol-flux-v1.1
|
54 |
+
DarkIdol-flux-v1.1 is a text-to-image AI model designed to create aesthetic, detailed and diverse images from textual prompts in just 6-8 steps. It offers enhanced performance in image quality, typography, understanding complex prompts, and resource efficiency.
|
55 |
""")
|
56 |
|
57 |
with gr.Row():
|
|
|
106 |
minimum=1,
|
107 |
maximum=50,
|
108 |
step=1,
|
109 |
+
value=6,
|
110 |
)
|
111 |
|
112 |
gr.Examples(
|