diff --git a/nodes.py b/nodes.py index 6266b6c0d..971b5c3b8 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