Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,8 @@ def create_demo():
|
|
127 |
gr.Markdown(
|
128 |
"""
|
129 |
**Generate images with the original model and the pruned model. May take up to 1 minute due to dynamic allocation of GPU.**
|
130 |
-
|
|
|
131 |
"""
|
132 |
)
|
133 |
with gr.Row():
|
|
|
127 |
gr.Markdown(
|
128 |
"""
|
129 |
**Generate images with the original model and the pruned model. May take up to 1 minute due to dynamic allocation of GPU.**
|
130 |
+
|
131 |
+
**Note: we prune on step-distilled FLUX, you should use step 5 (instead of 50) for FLUX generation.**
|
132 |
"""
|
133 |
)
|
134 |
with gr.Row():
|