mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-03 07:26:31 +08:00
Fix
This commit is contained in:
2
nodes.py
2
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
|
||||
|
Reference in New Issue
Block a user