mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
Make --preview-method auto default to the fast latent2rgb previews.
This commit is contained in:
parent
0bdc2b15c7
commit
f37a47110b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user