Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,8 +79,10 @@ with gr.Blocks() as demo:
|
|
| 79 |
gr.Markdown("# Low Step Flux Comparison")
|
| 80 |
gr.Markdown("Compare the quality (not the speed) of FLUX Schnell (4 steps), FLUX.1[dev] HyperFLUX (8 steps), FLUX.1[dev]-Turbo-Alpha (8 steps)")
|
| 81 |
with gr.Row():
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
| 84 |
with gr.Row():
|
| 85 |
schnell = gr.Image(label="FLUX Schnell (4 steps)")
|
| 86 |
hyper = gr.Image(label="FLUX.1[dev] HyperFLUX (8 steps)")
|
|
|
|
| 79 |
gr.Markdown("# Low Step Flux Comparison")
|
| 80 |
gr.Markdown("Compare the quality (not the speed) of FLUX Schnell (4 steps), FLUX.1[dev] HyperFLUX (8 steps), FLUX.1[dev]-Turbo-Alpha (8 steps)")
|
| 81 |
with gr.Row():
|
| 82 |
+
with gr.Column(scale=2):
|
| 83 |
+
prompt = gr.Textbox(label="Prompt")
|
| 84 |
+
with gr.Column(scale=1, min_width=120):
|
| 85 |
+
submit = gr.Button()
|
| 86 |
with gr.Row():
|
| 87 |
schnell = gr.Image(label="FLUX Schnell (4 steps)")
|
| 88 |
hyper = gr.Image(label="FLUX.1[dev] HyperFLUX (8 steps)")
|