From f52f3b45b75e461cbd9a28f280cdbad015059420 Mon Sep 17 00:00:00 2001 From: Lev Novitskiy <57654885+leffff@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:54:10 +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 3840ad11dd..39306cb9e8 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 -import torchvision from torchvision.transforms import ToPILImage from ...callbacks import MultiPipelineCallbacks, PipelineCallback