File size: 1,373 Bytes
82cad21 e5edfc8 b5e95b8 e5edfc8 b5e95b8 e5edfc8 d056e0b 6b24447 82cad21 4b58964 d446912 95b0167 82cad21 100e61a e5edfc8 82cad21 100e61a e5edfc8 82cad21 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
# Use with: uv pip install --no-cache --system --index-strategy=unsafe-best-match -r requirements.txt numpy diffusers llvmlite>=0.39.0 numba>=0.56.0 transformers pydantic huggingface-hub hf_transfer fastapi uvicorn[standard] Pillow==11.0.0 accelerate compel==2.0.2 controlnet-aux==0.0.9 peft markdown2 safetensors setuptools mpmath controlnet-aux sentencepiece==0.2.0 optimum-quanto # has to be optimum-quanto==0.2.5 for pruna int4 gguf types-Pillow mypy python-dotenv requests>=2.31.0 # Added explicitly to resolve dependency conflict --extra-index-url https://download.pytorch.org/whl/cu118 torch==2.5.1 torchvision torchaudio xformers; sys_platform != 'darwin' or platform_machine != 'arm64' pruna[stable-fast] ; sys_platform != 'darwin' or platform_machine != 'arm64' # stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/nightly/stable_fast-1.0.5.dev20241127+torch230cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64' #oneflow @ https://github.com/siliconflow/oneflow_releases/releases/download/community_cu121/oneflow-0.9.1.dev20241114%2Bcu121-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64' #onediff @ git+https://github.com/siliconflow/onediff.git@main#egg=onediff ; sys_platform != 'darwin' or platform_machine != 'arm64' |