"vscode:/vscode.git/clone" did not exist on "2a789770cda0dc582ecb8ed5ec1ca893cc6fb9ae"
Commit 8b4a6c19 authored by space-nuko's avatar space-nuko
Browse files

Fix

parent 3e17971a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment