Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
| 189 |
label="vital multimodal layers",
|
| 190 |
max_lines=1,
|
| 191 |
-
|
| 192 |
)
|
| 193 |
single_layers = gr.Text(
|
| 194 |
-
info = "
|
| 195 |
label="vital single layers",
|
| 196 |
max_lines=1,
|
| 197 |
-
|
| 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)
|