linoyts HF Staff commited on
Commit
62699b1
·
verified ·
1 Parent(s): b101fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -185,16 +185,16 @@ following the algorithm proposed in [*Stable Flow: Vital Layers for Training-Fre
185
  )
186
  with gr.Row():
187
  multimodal_layers = gr.Text(
188
- info = "the attention layers used for injection",
189
  label="vital multimodal layers",
190
  max_lines=1,
191
- placeholder="0, 1, 17, 18",
192
  )
193
  single_layers = gr.Text(
194
- info = "the attention layers used for injection",
195
  label="vital single layers",
196
  max_lines=1,
197
- placeholder="9, 34, 35, 37, 6",
198
  )
199
  with gr.Row():
200
  enable_hyper_flux = gr.Checkbox(label="8-step LoRA", value=False, info="may reduce edit quality", visible=False)
 
185
  )
186
  with gr.Row():
187
  multimodal_layers = gr.Text(
188
+ info = "MMDiT attention layers used for editing",
189
  label="vital multimodal layers",
190
  max_lines=1,
191
+ value="0, 1, 17, 18",
192
  )
193
  single_layers = gr.Text(
194
+ info = "DiT attention layers used editing",
195
  label="vital single layers",
196
  max_lines=1,
197
+ value="9, 34, 35, 37, 6",
198
  )
199
  with gr.Row():
200
  enable_hyper_flux = gr.Checkbox(label="8-step LoRA", value=False, info="may reduce edit quality", visible=False)