From 94e7e800b2334fcd3bbc31483f215a9cf6483923 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Fri, 8 Aug 2025 16:56:06 +0800 Subject: [PATCH] qwen-image-acc-adapter --- diffsynth/pipelines/qwen_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffsynth/pipelines/qwen_image.py b/diffsynth/pipelines/qwen_image.py index 74426cd..bc23675 100644 --- a/diffsynth/pipelines/qwen_image.py +++ b/diffsynth/pipelines/qwen_image.py @@ -229,7 +229,7 @@ class QwenImagePipeline(BasePipeline): progress_bar_cmd = tqdm, ): # Scheduler - self.scheduler.set_timesteps(num_inference_steps, denoising_strength=denoising_strength, dynamic_shift_len=(height // 16) * (width // 16), random_sigmas=True) + self.scheduler.set_timesteps(num_inference_steps, denoising_strength=denoising_strength, dynamic_shift_len=(height // 16) * (width // 16)) # Parameters inputs_posi = {