From f2f286fb3e3ade32c39bc87ed0cadbbb20a44272 Mon Sep 17 00:00:00 2001 From: qinxuye Date: Fri, 27 Dec 2024 11:59:52 +0800 Subject: [PATCH] upgrade diffusers --- setup.cfg | 9 ++++----- xinference/deploy/docker/requirements.txt | 4 ++-- xinference/deploy/docker/requirements_cpu.txt | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/setup.cfg b/setup.cfg index 998767c7d4..7cafa63ce6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -90,7 +90,6 @@ all = tiktoken>=0.6.0 sentence-transformers>=3.1.0 vllm>=0.2.6 ; sys_platform=='linux' - diffusers>=0.30.0 imageio-ffmpeg # For video controlnet_aux orjson @@ -119,7 +118,7 @@ all = hydra-core>=1.3.2 # For CosyVoice, matcha inflect # For CosyVoice, matcha conformer # For CosyVoice, matcha - diffusers>=0.30.0 # For CosyVoice, matcha + diffusers>=0.32.0 # For CosyVoice, matcha gguf # For image gdown # For CosyVoice, matcha pyarrow # For CosyVoice, matcha @@ -194,7 +193,7 @@ embedding = rerank = FlagEmbedding image = - diffusers>=0.30.0 # fix conflict with matcha-tts + diffusers>=0.32.0 # fix conflict with matcha-tts controlnet_aux deepcache gguf @@ -205,7 +204,7 @@ image = torch # For got_ocr2 torchvision # For got_ocr2 video = - diffusers>=0.30.0 + diffusers>=0.32.0 imageio-ffmpeg audio = funasr<1.1.17 @@ -222,7 +221,7 @@ audio = hydra-core>=1.3.2 # For CosyVoice, matcha inflect # For CosyVoice, matcha conformer # For CosyVoice, matcha - diffusers>=0.30.0 # For CosyVoice, matcha + diffusers>=0.32.0 # For CosyVoice, matcha gdown # For CosyVoice, matcha pyarrow # For CosyVoice, matcha HyperPyYAML # For CosyVoice diff --git a/xinference/deploy/docker/requirements.txt b/xinference/deploy/docker/requirements.txt index 4c080714f9..b07688898b 100644 --- a/xinference/deploy/docker/requirements.txt +++ b/xinference/deploy/docker/requirements.txt @@ -34,7 +34,6 @@ protobuf einops tiktoken>=0.6.0 sentence-transformers>=3.1.0 -diffusers>=0.30.0 controlnet_aux orjson auto-gptq @@ -57,7 +56,7 @@ lightning>=2.0.0 # For CosyVoice, matcha hydra-core>=1.3.2 # For CosyVoice, matcha inflect # For CosyVoice, matcha conformer # For CosyVoice, matcha -diffusers>=0.30.0 # For CosyVoice, matcha +diffusers>=0.32.0 # For CosyVoice, matcha gdown # For CosyVoice, matcha pyarrow # For CosyVoice, matcha HyperPyYAML # For CosyVoice @@ -88,6 +87,7 @@ datamodel_code_generator # for minicpm-4B jsonschema # for minicpm-4B deepcache # for sd verovio>=4.3.1 # For got_ocr2 +gguf # sglang decord diff --git a/xinference/deploy/docker/requirements_cpu.txt b/xinference/deploy/docker/requirements_cpu.txt index 5465e7e1da..e89475bf70 100644 --- a/xinference/deploy/docker/requirements_cpu.txt +++ b/xinference/deploy/docker/requirements_cpu.txt @@ -31,7 +31,6 @@ einops tiktoken sentence-transformers>=3.1.0 FlagEmbedding -diffusers>=0.30.0 controlnet_aux orjson auto-gptq @@ -54,7 +53,7 @@ lightning>=2.0.0 # For CosyVoice, matcha hydra-core>=1.3.2 # For CosyVoice, matcha inflect # For CosyVoice, matcha conformer # For CosyVoice, matcha -diffusers>=0.30.0 # For CosyVoice, matcha +diffusers>=0.32.0 # For CosyVoice, matcha gdown # For CosyVoice, matcha pyarrow # For CosyVoice, matcha HyperPyYAML # For CosyVoice @@ -82,3 +81,4 @@ qwen-vl-utils # For qwen2-vl datamodel_code_generator # for minicpm-4B jsonschema # for minicpm-4B verovio>=4.3.1 # For got_ocr2 +gguf