Skip to content

Commit

Permalink
upgrade diffusers
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye committed Dec 27, 2024
1 parent d36b29c commit f2f286f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions xinference/deploy/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ protobuf
einops
tiktoken>=0.6.0
sentence-transformers>=3.1.0
diffusers>=0.30.0
controlnet_aux
orjson
auto-gptq
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions xinference/deploy/docker/requirements_cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ einops
tiktoken
sentence-transformers>=3.1.0
FlagEmbedding
diffusers>=0.30.0
controlnet_aux
orjson
auto-gptq
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f2f286f

Please sign in to comment.