From 0190e55641e70ab65f656b2499ee325ce2149f83 Mon Sep 17 00:00:00 2001 From: Lev Novitskiy <57654885+leffff@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:54:21 +0300 Subject: [PATCH] Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Álvaro Somoza --- src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py b/src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py index 39306cb9e8..3a8628a1b3 100644 --- a/src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py +++ b/src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py @@ -18,7 +18,6 @@ from typing import Callable, Dict, List, Optional, Union import regex as re import torch from transformers import Qwen2VLProcessor, Qwen2_5_VLForConditionalGeneration, CLIPTextModel, CLIPTokenizer -from torchvision.transforms import ToPILImage from ...callbacks import MultiPipelineCallbacks, PipelineCallback from ...loaders import KandinskyLoraLoaderMixin