File size: 985 Bytes
3f46a58 a1ccb04 a32424d 3f46a58 e9d66cc 3b6f48d d96edf4 3f46a58 |
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 |
opencv-python==4.9.0.80 # for some reason this just broke.. bad PR merge? git+https://github.com/huggingface/diffusers.git@main #git+https://github.com/huggingface/diffusers.git@2f7a417d1fb11bd242ad7f9098bb9fdf77c54422 #git+https://github.com/huggingface/diffusers.git@4450d26b63b4f6e7736ca86f11d0c37827159bfa # using the 4.46.1 because we have this error: # "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1, # but you have transformers 4.46.3 which is incompatible."" #transformers==4.46.3 transformers==4.46.1 tokenizers==0.20.3 accelerate==1.1.1 pandas==2.0.3 numpy==1.24.4 einops==0.7.0 tqdm==4.66.2 loguru==0.7.2 imageio==2.34.0 imageio-ffmpeg==0.5.1 safetensors==0.4.3 moviepy #git+https://github.com/jbilcke-hf/varnish.git@main # Install flash attention v2 for acceleration (requires CUDA 11.8 or above) # python -m pip install git+https://github.com/Dao-AILab/[email protected] #flash-attn==2.5.9.post1 |