Commit ·
5061d40
1
Parent(s): 013fc9c
Refactor UI structure and fix typo in SDReq class
Browse files
src/ui/tabs/images/flux.py
CHANGED
|
@@ -172,7 +172,7 @@ def flux_tab():
|
|
| 172 |
|
| 173 |
# Events
|
| 174 |
# Base Options
|
| 175 |
-
fast_generation.change(update_fast_generation, [model, fast_generation], [
|
| 176 |
|
| 177 |
|
| 178 |
# Lora Gallery
|
|
|
|
| 172 |
|
| 173 |
# Events
|
| 174 |
# Base Options
|
| 175 |
+
fast_generation.change(update_fast_generation, [model, fast_generation], [image_guidance_scale, image_num_inference_steps]) # Fast Generation # type: ignore
|
| 176 |
|
| 177 |
|
| 178 |
# Lora Gallery
|