From bc1edeedf21d0cc243ffb073a1179a62e07be1fa Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Wed, 17 Dec 2025 19:59:32 +0530 Subject: [PATCH] up --- src/diffusers/pipelines/qwenimage/pipeline_qwenimage_layered.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diffusers/pipelines/qwenimage/pipeline_qwenimage_layered.py b/src/diffusers/pipelines/qwenimage/pipeline_qwenimage_layered.py index e5bdb8d87b..c12236cf19 100644 --- a/src/diffusers/pipelines/qwenimage/pipeline_qwenimage_layered.py +++ b/src/diffusers/pipelines/qwenimage/pipeline_qwenimage_layered.py @@ -72,7 +72,7 @@ EXAMPLE_DOC_STRING = """ """ -# Copied from diffusers.pipelines.qwenimage.pipeline_qwenimage_utils.calculate_shift +# Copied from diffusers.pipelines.flux.pipeline_flux_utils.calculate_shift def calculate_shift( image_seq_len, base_seq_len: int = 256,