mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 11:23:29 +00:00
Fix
This commit is contained in:
parent
3e17971acb
commit
8b4a6c19c2
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
|
method = args.default_preview_method
|
||||||
|
|
||||||
if args.default_preview_method == LatentPreviewMethod.AUTO:
|
if method == LatentPreviewMethod.Auto:
|
||||||
method = LatentPreviewMethod.Latent2RGB
|
method = LatentPreviewMethod.Latent2RGB
|
||||||
if taesd_encoder_path and taesd_encoder_path:
|
if taesd_encoder_path and taesd_encoder_path:
|
||||||
method = LatentPreviewMethod.TAESD
|
method = LatentPreviewMethod.TAESD
|
||||||
|
Loading…
Reference in New Issue
Block a user