"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "c70b18b2ef93a5a45a97c0477544c7b74fd1d39f"
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, ...@@ -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
......
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