"git@developer.sourcefind.cn:wqshmzh/ktransformers.git" did not exist on "92a67ab549e6709c43531dbe5f77a3e621d3891c"
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