This commit is contained in:
space-nuko 2023-06-05 19:00:51 -05:00
parent 3e17971acb
commit 8b4a6c19c2
1 changed files with 1 additions and 1 deletions

View File

@ -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