From fe5af79a191563da5e6bac036d2e0078b2ee524a Mon Sep 17 00:00:00 2001 From: Edna <88869424+Ednaordinary@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:23:09 -0600 Subject: [PATCH] Add # Copied from for shift --- src/diffusers/pipelines/chroma/pipeline_chroma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diffusers/pipelines/chroma/pipeline_chroma.py b/src/diffusers/pipelines/chroma/pipeline_chroma.py index 5179314f5d..b47a67dc77 100644 --- a/src/diffusers/pipelines/chroma/pipeline_chroma.py +++ b/src/diffusers/pipelines/chroma/pipeline_chroma.py @@ -65,7 +65,7 @@ EXAMPLE_DOC_STRING = """ ``` """ - +# Copied from diffusers.pipelines.flux.pipeline_flux.calculate_shift def calculate_shift( image_seq_len, base_seq_len: int = 256,