1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00
This commit is contained in:
space-nuko
2023-06-05 19:00:51 -05:00
parent 3e17971acb
commit 8b4a6c19c2

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