zhangyang-0123 commited on
Commit
d52f064
1 Parent(s): bb7ee19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def create_demo():
106
  with gr.Row():
107
  gr.Markdown(
108
  """
109
- **Note: Please first initialize the model before generating images. This may take a while to fully loaded.**
110
  """
111
  )
112
  with gr.Row():
@@ -127,6 +127,7 @@ 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
  with gr.Row():
 
106
  with gr.Row():
107
  gr.Markdown(
108
  """
109
+ **Note: Please first initialize the model before generating images. This may take a while to fully load.**
110
  """
111
  )
112
  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
+ **Note: we prune on step-distilled FLUX, you should use step 5 (instead of 50) for FLUX generation. **
131
  """
132
  )
133
  with gr.Row():