|
opencv-python==4.9.0.80 |
|
diffusers==0.31.0 |
|
|
|
# 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 |
|
gradio==4.43.0 |
|
|
|
# taken from the HunyuanVideo README: |
|
# Install flash attention v2 for acceleration (requires CUDA 11.8 or above) |
|
# python -m pip install git+https://github.com/Dao-AILab/flash-attention.git@v2.5.9.post1 |
|
flash-attn==2.5.9.post1 |