mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
add pip_overrides template for osx
This commit is contained in:
parent
294ca7f4c8
commit
56cfbf6652
21
pip_overrides.osx.template
Normal file
21
pip_overrides.osx.template
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"imageio-ffmpeg": "imageio",
|
||||
"imageio[ffmpeg]": "imageio",
|
||||
"imageio_ffmpeg": "imageio",
|
||||
"diffusers~=0.21.4": "diffusers",
|
||||
"huggingface_hub": "huggingface-hub",
|
||||
"numpy<1.24>=1.18": "numpy",
|
||||
"numpy>=1.18.5, <1.25.0": "numpy",
|
||||
"opencv-contrib-python": "opencv-contrib-python-headless",
|
||||
"opencv-python": "opencv-contrib-python-headless",
|
||||
"opencv-python-headless": "opencv-contrib-python-headless",
|
||||
"opencv-python-headless[ffmpeg]<=4.7.0.72": "opencv-contrib-python-headless",
|
||||
"opencv-python>=4.7.0.72": "opencv-contrib-python-headless",
|
||||
"pandas<=1.5.1": "pandas",
|
||||
"scikit-image==0.20.0": "scikit-image",
|
||||
"scipy>=1.11.4": "scipy",
|
||||
"segment_anything": "segment-anything",
|
||||
"timm==0.6.5": "timm",
|
||||
"timm>=0.4.12": "timm",
|
||||
"transformers==4.26.1": "transformers"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user