Commit f37a4711 authored by comfyanonymous's avatar comfyanonymous
Browse files

Make --preview-method auto default to the fast latent2rgb previews.

parent 0bdc2b15
......@@ -63,8 +63,6 @@ def get_previewer(device, latent_format):
if method == LatentPreviewMethod.Auto:
method = LatentPreviewMethod.Latent2RGB
if taesd_decoder_path:
method = LatentPreviewMethod.TAESD
if method == LatentPreviewMethod.TAESD:
if taesd_decoder_path:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment