set taesd as default preview type

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-05 17:30:54 -04:00
parent 8c676d0a61
commit d688514d0d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
*relighting*: automatic background replacement with reglighting so source image fits desired background
with optional composite blending
available in *img2img or control -> scripts*
- **TAESD** is now default preview type since its the only one that supports most new models
- Add **FLUX.1-Kontext-Dev** inpaint workflow
- Support **FLUX.1** all-in-one safetensors
- Support TAESD preview and remote VAE for **HunyuanDit**
+1 -1
View File
@@ -759,7 +759,7 @@ options_templates.update(options_section(('ui', "User Interface"), {
options_templates.update(options_section(('live-preview', "Live Previews"), {
"show_progress_every_n_steps": OptionInfo(1, "Live preview display period", gr.Slider, {"minimum": 0, "maximum": 32, "step": 1}),
"show_progress_type": OptionInfo("Approximate", "Live preview method", gr.Radio, {"choices": ["Simple", "Approximate", "TAESD", "Full VAE"]}),
"show_progress_type": OptionInfo("TAESD", "Live preview method", gr.Radio, {"choices": ["Simple", "Approximate", "TAESD", "Full VAE"]}),
"live_preview_refresh_period": OptionInfo(500, "Progress update period", gr.Slider, {"minimum": 0, "maximum": 5000, "step": 25}),
"taesd_variant": OptionInfo(shared_items.sd_taesd_items()[0], "TAESD variant", gr.Dropdown, {"choices": shared_items.sd_taesd_items()}),
"taesd_layers": OptionInfo(3, "TAESD decode layers", gr.Slider, {"minimum": 1, "maximum": 3, "step": 1}),