Skip to content

Commit f37a471

Browse files
Make --preview-method auto default to the fast latent2rgb previews.
1 parent 0bdc2b1 commit f37a471

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

latent_preview.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def get_previewer(device, latent_format):
6363

6464
if method == LatentPreviewMethod.Auto:
6565
method = LatentPreviewMethod.Latent2RGB
66-
if taesd_decoder_path:
67-
method = LatentPreviewMethod.TAESD
6866

6967
if method == LatentPreviewMethod.TAESD:
7068
if taesd_decoder_path:

0 commit comments

Comments
 (0)