quick taesd vae decode

This commit is contained in:
Vladimir Mandic
2023-08-09 09:34:59 +00:00
parent a77fa4c12e
commit e2b0d981ac
7 changed files with 24 additions and 15 deletions
-1
View File
@@ -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"),