From 8b4a6c19c2f972bf2701921f16cc6f9729659fe9 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Mon, 5 Jun 2023 19:00:51 -0500 Subject: [PATCH] Fix --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 6266b6c0..971b5c3b 100644 --- a/nodes.py +++ b/nodes.py @@ -1023,7 +1023,7 @@ def common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, method = args.default_preview_method - if args.default_preview_method == LatentPreviewMethod.AUTO: + if method == LatentPreviewMethod.Auto: method = LatentPreviewMethod.Latent2RGB if taesd_encoder_path and taesd_encoder_path: method = LatentPreviewMethod.TAESD