mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
quick taesd vae decode
This commit is contained in:
@@ -396,7 +396,6 @@ options_templates.update(options_section(('cuda', "Compute Settings"), {
|
||||
|
||||
options_templates.update(options_section(('diffusers', "Diffusers Settings"), {
|
||||
"diffusers_allow_safetensors": OptionInfo(True, 'Diffusers allow loading from safetensors files'),
|
||||
"diffusers_taesd_vae_output": OptionInfo(False, 'Use TAESD VAE for quick image outputs'),
|
||||
"diffusers_pipeline": OptionInfo(pipelines[0], 'Diffusers pipeline', gr.Dropdown, lambda: {"choices": pipelines}),
|
||||
"diffusers_move_base": OptionInfo(False, "Move base model to CPU when using refiner"),
|
||||
"diffusers_move_refiner": OptionInfo(True, "Move refiner model to CPU when not in use"),
|
||||
|
||||
Reference in New Issue
Block a user